Skip to content

Commit

Permalink
upgrading bouncycastle to jdk18n 1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
luis100 authored and hmiguim committed Feb 22, 2024
1 parent e696f3b commit cb817c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dbptk-modules/dbptk-module-ms-access/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
</dependency>
</dependencies>
</project>

0 comments on commit cb817c4

Please sign in to comment.