Merge branch '3.2.x'
Closes gh-40625
This commit is contained in:
@@ -13,5 +13,5 @@ repositories {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.76")
|
||||
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||
}
|
||||
|
||||
@@ -18,6 +18,6 @@ dependencies {
|
||||
testImplementation("org.springframework:spring-core-test")
|
||||
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71")
|
||||
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||
testRuntimeOnly("org.springframework:spring-webmvc")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,6 +18,6 @@ dependencies {
|
||||
testImplementation("org.springframework:spring-core-test")
|
||||
|
||||
testRuntimeOnly("ch.qos.logback:logback-classic")
|
||||
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71")
|
||||
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.78.1")
|
||||
testRuntimeOnly("org.springframework:spring-webmvc")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcprov-jdk18on</artifactId>
|
||||
<version>1.76</version>
|
||||
<version>1.78.1</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user