Skip to content

Commit

Permalink
consistent artifact version for bouncycastle dependencies (#317)
Browse files Browse the repository at this point in the history
* setting bcprov-jdk18on artifact version to align with other bouncycastle artifact

* adding bcutil-jdk15to18 artifact
  • Loading branch information
jiyoontbd committed May 16, 2024
1 parent aa381c3 commit e61cf43
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,16 @@
<artifactId>bcpkix-jdk15to18</artifactId>
<version>${version.org.bouncycastle}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${version.org.bouncycastle}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>${version.org.bouncycastle}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
Expand Down

0 comments on commit e61cf43

Please sign in to comment.