Skip to content

Commit d9fa6c4

Browse files
authored
Update Bouncy Castle (#6361)
Note: these are test dependencies. Updated the artifacts to `bcpkix-jdk18on` (compatible with Java 1.8 and onwards) since `bcpkix-jdk15on` hasn't been updated since 2021 and still on 1.70. This change is okay because these are test dependencies and the SDK is baselined on Java 8.
1 parent b199cfa commit d9fa6c4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

test/http-client-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
</dependency>
121121
<dependency>
122122
<groupId>org.bouncycastle</groupId>
123-
<artifactId>bcpkix-jdk15on</artifactId>
124-
<version>1.70</version>
123+
<artifactId>bcpkix-jdk18on</artifactId>
124+
<version>1.80</version>
125125
<scope>compile</scope>
126126
</dependency>
127127
<dependency>

test/protocol-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@
292292
</dependency>
293293
<dependency>
294294
<groupId>org.bouncycastle</groupId>
295-
<artifactId>bcpkix-jdk15on</artifactId>
296-
<version>1.70</version>
295+
<artifactId>bcpkix-jdk18on</artifactId>
296+
<version>1.80</version>
297297
<scope>test</scope>
298298
</dependency>
299299
<dependency>

0 commit comments

Comments
 (0)