Skip to content

Commit

Permalink
Bump bouncy castle to version 1.75 (#757)
Browse files Browse the repository at this point in the history
* Bump bouncy castle to version 1.75

* change android exclusion for bcprov-jdk18on

---------

Co-authored-by: Fernando Panizza <[email protected]>
  • Loading branch information
sgrampone and fpanizza authored Aug 7, 2023
1 parent cc37a01 commit 14d7e79
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</exclusion>
<exclusion> <!-- exclude bouncycastle from android -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand All @@ -40,7 +40,7 @@
</exclusion>
<exclusion> <!-- exclude bouncycastle from android -->
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.69</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
Expand Down
4 changes: 2 additions & 2 deletions gxcryptocommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.69</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.75</version>
</dependency>
<dependency>
<groupId>org.apache.santuario</groupId>
Expand Down
4 changes: 2 additions & 2 deletions javapns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.64</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.75</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 14d7e79

Please sign in to comment.