Skip to content

Commit

Permalink
[MRESOLVER-523] Update GPG generator BC to 1.78 (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Apr 8, 2024
1 parent fb95e66 commit 8803dc8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion maven-resolver-generator-gnupg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<Bundle-SymbolicName>${Automatic-Module-Name}</Bundle-SymbolicName>

<javaVersion>17</javaVersion>
<bouncycastleVersion>1.77</bouncycastleVersion>
<bouncycastleVersion>1.78</bouncycastleVersion>
</properties>

<dependencies>
Expand Down Expand Up @@ -79,6 +79,11 @@
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastleVersion}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>${bouncycastleVersion}</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 8803dc8

Please sign in to comment.