Skip to content

Commit

Permalink
Update bouncycastle to 1.78.1
Browse files Browse the repository at this point in the history
Because bcpg 1.78.1 requires java.package org.bouncycastle.asn1.cryptlib
[1.78.1,1.79.0)' which is provided by bcutil, bcutil-jdk18on must be
added to the target platform
  • Loading branch information
merks committed Apr 20, 2024
1 parent 4a1b4c7 commit 1f0ecd1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,19 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.77</version>
<version>1.78.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
<version>1.78.1</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk18on</artifactId>
<version>1.78.1</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 1f0ecd1

Please sign in to comment.