Skip to content

Commit

Permalink
Update to bouncycastle 1.76
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Oct 11, 2023
1 parent b98749c commit 16eba00
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions p2-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -191,13 +191,13 @@
<!-- others -->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.76</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.76</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
Expand Down
4 changes: 2 additions & 2 deletions tycho-p2-repository-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15on</artifactId>
<version>1.70</version>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.76</version>
</dependency>
<dependency>
<groupId>org.eclipse.tycho</groupId>
Expand Down

0 comments on commit 16eba00

Please sign in to comment.