chore(deps): Update BouncyCastle (#33201)

This commit is contained in:
Shrikant Sharat Kandula 2024-05-07 21:54:48 +05:30 committed by GitHub
parent 5231d0686f
commit 07ea23daf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.74</version>
<version>1.78</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@ -268,7 +268,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.74</version>
<version>1.78</version>
</dependency>
<!-- Only required to run junit5 test from IDE -->
<dependency>