Skip to content

Commit cf4feed

Browse files
committed
Update bouncycastle to 1.83
Change-Id: Ib81a81ff09d9ea44f371eea4ddc8b1c5c88afae1
1 parent fe47cde commit cf4feed

8 files changed

Lines changed: 35 additions & 35 deletions

File tree

WORKSPACE

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,28 +292,28 @@ maven_jar(
292292
sha1 = "f14e709057b93e88c69e7060d591e9582146899b",
293293
)
294294

295-
BOUNCYCASTLE_VER = "1.82"
295+
BOUNCYCASTLE_VER = "1.83"
296296

297297
maven_jar(
298298
name = "bcpg",
299299
artifact = "org.bouncycastle:bcpg-jdk18on:" + BOUNCYCASTLE_VER,
300-
sha1 = "55cd7f445018b18119e3f2e67978fb39445b791c",
300+
sha1 = "4369727b9b02e6c62c26fde862ac42d77ce8edef",
301301
)
302302

303303
maven_jar(
304304
name = "bcprov",
305305
artifact = "org.bouncycastle:bcprov-jdk18on:" + BOUNCYCASTLE_VER,
306-
sha1 = "e1118397395d21909a1b7b15120d0c2a68d7fd0c",
306+
sha1 = "310e719f391bd9f4ee5103ca299c172643efb595",
307307
)
308308

309309
maven_jar(
310310
name = "bcutil",
311311
artifact = "org.bouncycastle:bcutil-jdk18on:" + BOUNCYCASTLE_VER,
312-
sha1 = "1850911d674c91ce6444783ff10478e2c6e9bbf9",
312+
sha1 = "da0747f51fe1774f8e922b498b9c3e0ebe87b2d4",
313313
)
314314

315315
maven_jar(
316316
name = "bcpkix",
317317
artifact = "org.bouncycastle:bcpkix-jdk18on:" + BOUNCYCASTLE_VER,
318-
sha1 = "ad7b7155abac3e4e4f73579d5176c11f7659c560",
318+
sha1 = "3f4300d0441459bfa64a481c80062b002ff0cf65",
319319
)

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.34" sequenceNumber="1764776344">
4+
<target name="jgit-4.34" sequenceNumber="1764776433">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -211,25 +211,25 @@
211211
<dependency>
212212
<groupId>org.bouncycastle</groupId>
213213
<artifactId>bcpg-jdk18on</artifactId>
214-
<version>1.82</version>
214+
<version>1.83</version>
215215
<type>jar</type>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcprov-jdk18on</artifactId>
220-
<version>1.82</version>
220+
<version>1.83</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcpkix-jdk18on</artifactId>
226-
<version>1.82</version>
226+
<version>1.83</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcutil-jdk18on</artifactId>
232-
<version>1.82</version>
232+
<version>1.83</version>
233233
<type>jar</type>
234234
</dependency>
235235
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.35.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.35" sequenceNumber="1764776344">
4+
<target name="jgit-4.35" sequenceNumber="1764776433">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -211,25 +211,25 @@
211211
<dependency>
212212
<groupId>org.bouncycastle</groupId>
213213
<artifactId>bcpg-jdk18on</artifactId>
214-
<version>1.82</version>
214+
<version>1.83</version>
215215
<type>jar</type>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcprov-jdk18on</artifactId>
220-
<version>1.82</version>
220+
<version>1.83</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcpkix-jdk18on</artifactId>
226-
<version>1.82</version>
226+
<version>1.83</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcutil-jdk18on</artifactId>
232-
<version>1.82</version>
232+
<version>1.83</version>
233233
<type>jar</type>
234234
</dependency>
235235
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.36.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.36" sequenceNumber="1764776343">
4+
<target name="jgit-4.36" sequenceNumber="1764776433">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -211,25 +211,25 @@
211211
<dependency>
212212
<groupId>org.bouncycastle</groupId>
213213
<artifactId>bcpg-jdk18on</artifactId>
214-
<version>1.82</version>
214+
<version>1.83</version>
215215
<type>jar</type>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcprov-jdk18on</artifactId>
220-
<version>1.82</version>
220+
<version>1.83</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcpkix-jdk18on</artifactId>
226-
<version>1.82</version>
226+
<version>1.83</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcutil-jdk18on</artifactId>
232-
<version>1.82</version>
232+
<version>1.83</version>
233233
<type>jar</type>
234234
</dependency>
235235
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.37.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.37" sequenceNumber="1764776343">
4+
<target name="jgit-4.37" sequenceNumber="1764776433">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -211,25 +211,25 @@
211211
<dependency>
212212
<groupId>org.bouncycastle</groupId>
213213
<artifactId>bcpg-jdk18on</artifactId>
214-
<version>1.82</version>
214+
<version>1.83</version>
215215
<type>jar</type>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcprov-jdk18on</artifactId>
220-
<version>1.82</version>
220+
<version>1.83</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcpkix-jdk18on</artifactId>
226-
<version>1.82</version>
226+
<version>1.83</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcutil-jdk18on</artifactId>
232-
<version>1.82</version>
232+
<version>1.83</version>
233233
<type>jar</type>
234234
</dependency>
235235
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.38.target

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
22
<?pde?>
33
<!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
4-
<target name="jgit-4.38" sequenceNumber="1764776342">
4+
<target name="jgit-4.38" sequenceNumber="1764776433">
55
<locations>
66
<location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
77
<unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
@@ -211,25 +211,25 @@
211211
<dependency>
212212
<groupId>org.bouncycastle</groupId>
213213
<artifactId>bcpg-jdk18on</artifactId>
214-
<version>1.82</version>
214+
<version>1.83</version>
215215
<type>jar</type>
216216
</dependency>
217217
<dependency>
218218
<groupId>org.bouncycastle</groupId>
219219
<artifactId>bcprov-jdk18on</artifactId>
220-
<version>1.82</version>
220+
<version>1.83</version>
221221
<type>jar</type>
222222
</dependency>
223223
<dependency>
224224
<groupId>org.bouncycastle</groupId>
225225
<artifactId>bcpkix-jdk18on</artifactId>
226-
<version>1.82</version>
226+
<version>1.83</version>
227227
<type>jar</type>
228228
</dependency>
229229
<dependency>
230230
<groupId>org.bouncycastle</groupId>
231231
<artifactId>bcutil-jdk18on</artifactId>
232-
<version>1.82</version>
232+
<version>1.83</version>
233233
<type>jar</type>
234234
</dependency>
235235
</dependencies>

org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,22 +69,22 @@ maven bouncycastle
6969
dependency {
7070
groupId = "org.bouncycastle"
7171
artifactId = "bcpg-jdk18on"
72-
version = "1.82"
72+
version = "1.83"
7373
}
7474
dependency {
7575
groupId = "org.bouncycastle"
7676
artifactId = "bcprov-jdk18on"
77-
version = "1.82"
77+
version = "1.83"
7878
}
7979
dependency {
8080
groupId = "org.bouncycastle"
8181
artifactId = "bcpkix-jdk18on"
82-
version = "1.82"
82+
version = "1.83"
8383
}
8484
dependency {
8585
groupId = "org.bouncycastle"
8686
artifactId = "bcutil-jdk18on"
87-
version = "1.82"
87+
version = "1.83"
8888
}
8989
}
9090

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<slf4j-version>2.0.17</slf4j-version>
138138
<maven-javadoc-plugin-version>3.12.0</maven-javadoc-plugin-version>
139139
<gson-version>2.13.2</gson-version>
140-
<bouncycastle-version>1.82</bouncycastle-version>
140+
<bouncycastle-version>1.83</bouncycastle-version>
141141
<spotbugs-maven-plugin-version>4.9.8.1</spotbugs-maven-plugin-version>
142142
<maven-project-info-reports-plugin-version>3.9.0</maven-project-info-reports-plugin-version>
143143
<maven-jxr-plugin-version>3.6.0</maven-jxr-plugin-version>

0 commit comments

Comments
 (0)