Skip to content

Commit

Permalink
Merge branch '2.6.x' into 2.7.x
Browse files Browse the repository at this point in the history
Closes gh-31402
  • Loading branch information
wilkinsona committed Jun 16, 2022
2 parents 3a47436 + e8a1a03 commit 5e1cd28
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/images/releasescripts/pom.xml
Expand Up @@ -21,8 +21,8 @@
<dependencies>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpg-jdk15to18</artifactId>
<version>1.68</version>
<artifactId>bcpg-jdk18on</artifactId>
<version>1.71</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Expand Up @@ -17,6 +17,6 @@ dependencies {
testImplementation("org.springframework:spring-test")

testRuntimeOnly("ch.qos.logback:logback-classic")
testRuntimeOnly("org.bouncycastle:bcprov-jdk16:1.46")
testRuntimeOnly("org.bouncycastle:bcprov-jdk18on:1.71")
testRuntimeOnly("org.springframework:spring-webmvc")
}
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
implementation("org.springframework.boot:spring-boot-starter")
implementation("org.bouncycastle:bcprov-jdk15on:1.70")
implementation("org.bouncycastle:bcprov-jdk18on:1.71")
}

bootJar {
Expand Down

0 comments on commit 5e1cd28

Please sign in to comment.