We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc4a11 commit 8b0eb88Copy full SHA for 8b0eb88
settings.gradle
@@ -50,7 +50,7 @@ dependencyResolutionManagement {
50
library('spring-core', 'org.springframework', 'spring-core').versionRef('spring')
51
library('spring-context', 'org.springframework', 'spring-context').versionRef('spring')
52
library('spring-web', 'org.springframework', 'spring-web').versionRef('spring')
53
- version('bouncycastle', '1.78.1')
+ version('bouncycastle', '1.81')
54
library('bouncycastle-bcprov', 'org.bouncycastle', 'bcprov-jdk18on').versionRef('bouncycastle')
55
library('bouncycastle-bcpkix', 'org.bouncycastle', 'bcpkix-jdk18on').versionRef('bouncycastle')
56
version('guava', '32.1.2-jre')
0 commit comments