Skip to content

Commit a9e94f7

Browse files
authored
Merge pull request #2280 from larsgrefer/update/bouncycastle/1.71
Update to BouncyCastle 1.71
2 parents e4a7a4d + 5f142db commit a9e94f7

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

pom.xml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<protobuf.version>3.21.1</protobuf.version>
4949
<junit.version>4.13</junit.version>
5050
<bucket4j.version>7.5.0</bucket4j.version>
51-
<bouncycastle.version>1.70</bouncycastle.version>
51+
<bouncycastle.version>1.71</bouncycastle.version>
5252
<gson.version>2.9.0</gson.version>
5353
<jsr305.version>3.0.2</jsr305.version>
5454
<okhttp3.version>4.9.2</okhttp3.version>
@@ -131,12 +131,7 @@
131131
</dependency>
132132
<dependency>
133133
<groupId>org.bouncycastle</groupId>
134-
<artifactId>bcprov-ext-jdk15on</artifactId>
135-
<version>${bouncycastle.version}</version>
136-
</dependency>
137-
<dependency>
138-
<groupId>org.bouncycastle</groupId>
139-
<artifactId>bcpkix-jdk15on</artifactId>
134+
<artifactId>bcpkix-jdk18on</artifactId>
140135
<version>${bouncycastle.version}</version>
141136
</dependency>
142137
<dependency>

util/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,7 @@
5656
</dependency>
5757
<dependency>
5858
<groupId>org.bouncycastle</groupId>
59-
<artifactId>bcprov-ext-jdk15on</artifactId>
60-
</dependency>
61-
<dependency>
62-
<groupId>org.bouncycastle</groupId>
63-
<artifactId>bcpkix-jdk15on</artifactId>
59+
<artifactId>bcpkix-jdk18on</artifactId>
6460
</dependency>
6561
<dependency>
6662
<groupId>com.microsoft.azure</groupId>

0 commit comments

Comments
 (0)