Skip to content

Commit

Permalink
fix(deps): update bcprov-jdk15on to bcprov-jdk18on and bcpkix-jdk15on…
Browse files Browse the repository at this point in the history
… to bcpkix-jdk18on
  • Loading branch information
Jędrzej Janasiak authored and jgiovaresco committed Mar 7, 2024
1 parent df58fef commit 337dee2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -106,15 +106,15 @@

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>[1.52,)</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>[1.77,)</version>
<!-- GW already provides this dependency -->
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>[1.52,)</version>
<artifactId>bcpkix-jdk18on</artifactId>
<version>[1.77,)</version>
<!-- GW already provides this dependency -->
<scope>provided</scope>
</dependency>
Expand Down

0 comments on commit 337dee2

Please sign in to comment.