Skip to content

Commit

Permalink
deps: bouncycastle update artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Sep 15, 2023
1 parent 65c5775 commit 073b614
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 @@ -114,7 +114,7 @@
<guice.version>4.2.3</guice.version>
<jaxrs.api.version>2.1.6</jaxrs.api.version>
<htmlunit.version>3.5.0</htmlunit.version>
<bouncycastle.version>1.70</bouncycastle.version>
<bouncycastle.version>1.76</bouncycastle.version>

<!-- Test 3rd-party dependencies: -->
<easymock.version>5.2.0</easymock.version>
Expand Down Expand Up @@ -1440,7 +1440,7 @@

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<artifactId>bcprov-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 073b614

Please sign in to comment.