Skip to content

Commit

Permalink
Bump Bouncy Castle (test)
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Feb 5, 2024
1 parent b885c9e commit 73d1600
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 @@ -44,7 +44,7 @@
<httpclient.version>4.5.14</httpclient.version>
<amqp-client.version>5.20.0</amqp-client.version>
<logback.version>1.2.13</logback.version>
<bouncycastle.version>1.70</bouncycastle.version>
<bouncycastle.version>1.77</bouncycastle.version>
<maven.compiler.plugin.version>3.12.1</maven.compiler.plugin.version>
<maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version>
<maven.gpg.plugin.version>3.1.0</maven.gpg.plugin.version>
Expand Down Expand Up @@ -146,7 +146,7 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<artifactId>bcpkix-jdk18on</artifactId>
<version>${bouncycastle.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 73d1600

Please sign in to comment.