Skip to content

Commit d9f4413

Browse files
committed
fix: bouncycastle artifact ID
1 parent 88b85cb commit d9f4413

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@
305305
</dependency>
306306
<dependency>
307307
<groupId>org.bouncycastle</groupId>
308-
<artifactId>bcprov-jdk15on</artifactId>
309-
<version>1.66</version>
308+
<artifactId>bcprov-jdk15to18</artifactId>
309+
<version>1.65</version>
310310
</dependency>
311311
</dependencies>
312-
</project>
312+
</project>

0 commit comments

Comments
 (0)