Skip to content

Commit 6dced30

Browse files
pjfanningsuperajun-wsj
authored andcommitted
switch to bcprov-jdk18on
1 parent cef60c6 commit 6dced30

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

benchmark/guomi/enclave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
</dependency>
180180
<dependency>
181181
<groupId>org.bouncycastle</groupId>
182-
<artifactId>bcprov-jdk15on</artifactId>
182+
<artifactId>bcprov-jdk18on</artifactId>
183183
</dependency>
184184
<dependency>
185185
<groupId>com.google.auto.service</groupId>

benchmark/guomi/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
</dependency>
6767
<dependency>
6868
<groupId>org.bouncycastle</groupId>
69-
<artifactId>bcprov-jdk15on</artifactId>
70-
<version>1.67</version>
69+
<artifactId>bcprov-jdk18on</artifactId>
70+
<version>1.80</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>org.openjdk.jmh</groupId>

samples/springboot/enclave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
</dependency>
177177
<dependency>
178178
<groupId>org.bouncycastle</groupId>
179-
<artifactId>bcprov-jdk15on</artifactId>
179+
<artifactId>bcprov-jdk18on</artifactId>
180180
</dependency>
181181
<dependency>
182182
<groupId>com.google.auto.service</groupId>

samples/springboot/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@
7171
</dependency>
7272
<dependency>
7373
<groupId>org.bouncycastle</groupId>
74-
<artifactId>bcprov-jdk15on</artifactId>
75-
<version>1.67</version>
74+
<artifactId>bcprov-jdk18on</artifactId>
75+
<version>1.80</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.junit.jupiter</groupId>

test/enclave/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@
196196
</dependency>
197197
<dependency>
198198
<groupId>org.bouncycastle</groupId>
199-
<artifactId>bcprov-jdk15on</artifactId>
199+
<artifactId>bcprov-jdk18on</artifactId>
200200
</dependency>
201201
<dependency>
202202
<groupId>com.google.auto.service</groupId>

test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
</dependency>
6969
<dependency>
7070
<groupId>org.bouncycastle</groupId>
71-
<artifactId>bcprov-jdk15on</artifactId>
72-
<version>1.67</version>
71+
<artifactId>bcprov-jdk18on</artifactId>
72+
<version>1.80</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)