Skip to content

Commit

Permalink
bouncycastle upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
jurgendl committed Nov 7, 2024
1 parent 619ec2a commit 21c3981
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jhaws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
<deploy.skip.web>true</deploy.skip.web>
<!-- DEPENDENCIES -->
<version.bouncycastle>1.79</version.bouncycastle>
<version.bouncycastle.bcprov-ext>1.78.1</version.bouncycastle.bcprov-ext>
<version.commons.codec>1.15</version.commons.codec>
<version.commons.beanutils>1.9.4</version.commons.beanutils>
<version.commons.exec>1.3</version.commons.exec>
Expand Down Expand Up @@ -462,7 +463,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-ext-jdk15to18</artifactId>
<version>${version.bouncycastle}</version>
<version>${version.bouncycastle.bcprov-ext}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
Expand Down

0 comments on commit 21c3981

Please sign in to comment.