Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
switch to org.bouncycastle:bcpkix-jdk18on:1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
hilmarf committed Dec 6, 2022
1 parent abe5c10 commit a7ecdef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/shared/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<slf4j.version>1.7.36</slf4j.version>
<feign.version>12.1</feign.version>
<commons-math3.version>3.6.1</commons-math3.version>
<bouncycastle.version>1.70</bouncycastle.version>
<bouncycastle.version>1.72</bouncycastle.version>
<awssdk-s3.version>2.18.6</awssdk-s3.version>
<io-netty.version>4.1.85.Final</io-netty.version>
<guava.version>31.1-jre</guava.version>
Expand Down Expand Up @@ -243,7 +243,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit a7ecdef

Please sign in to comment.