Skip to content

Commit

Permalink
Merge pull request #3 from smallrye/bump-bouncycastle-1.78
Browse files Browse the repository at this point in the history
Update Bouncycastle version to 1.78
  • Loading branch information
cescoffier authored Jul 3, 2024
2 parents e83dd8e + 25d3a65 commit 59fb047
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,9 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<bouncycastle.version>1.78</bouncycastle.version>
</properties>

<modules>
<module>certificate-generator</module>
Expand All @@ -61,12 +56,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<version>${bouncycastle.version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>1.77</version>
<version>${bouncycastle.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 59fb047

Please sign in to comment.