Skip to content

Commit

Permalink
Updated versions of guava and bouncycastle:bcprov
Browse files Browse the repository at this point in the history
  • Loading branch information
leandro committed Nov 10, 2021
1 parent fa5fe74 commit 405d961
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions beacon-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,19 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.1-jre</version>
<version>31.0.1-jre</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.62</version>
<version>1.69</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.62</version>
<version>1.69</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion beacon-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.62</version>
<version>1.69</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions beacon-libs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.62</version>
<version>1.69</version>
</dependency>

<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.62</version>
<version>1.69</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 405d961

Please sign in to comment.