Skip to content

Commit

Permalink
Change bouncycastle dependency from bcprov-jdk15on:1.70 to bcprov-jdk…
Browse files Browse the repository at this point in the history
…18on:1.78 (#45)
  • Loading branch information
infeo authored Apr 15, 2024
1 parent 3d53041 commit 2507ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<project.build.outputTimestamp>2023-10-06T15:40:39Z</project.build.outputTimestamp>

<!-- dependencies -->
<bouncycastle.version>1.70</bouncycastle.version>
<bouncycastle.version>1.78</bouncycastle.version>

<!-- test dependencies -->
<junit.version>5.10.2</junit.version>
Expand All @@ -54,7 +54,7 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<!-- see maven-shade-plugin; we don't want this as a transitive dependency in other projects -->
<optional>true</optional>
Expand Down

0 comments on commit 2507ea1

Please sign in to comment.