Skip to content

Commit 04a98cd

Browse files
Steve Riesenbergsjohnr
Steve Riesenberg
authored andcommitted
Update junit-bom to 5.10.0
Closes gh-13694
1 parent db0f3ce commit 04a98cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0'
100100
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
101101

102-
testImplementation platform('org.junit:junit-bom:5.10.0-RC1')
102+
testImplementation platform('org.junit:junit-bom:5.10.0')
103103
testImplementation "org.junit.jupiter:junit-jupiter-api"
104104
testImplementation "org.junit.jupiter:junit-jupiter-params"
105105
testImplementation "org.junit.jupiter:junit-jupiter-engine"

dependencies/spring-security-dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
api platform("org.springframework:spring-framework-bom:$springFrameworkVersion")
1111
api platform("io.projectreactor:reactor-bom:$reactorVersion")
1212
api platform("io.rsocket:rsocket-bom:1.1.4")
13-
api platform("org.junit:junit-bom:5.10.0-RC1")
13+
api platform("org.junit:junit-bom:5.10.0")
1414
api platform("org.mockito:mockito-bom:4.11.0")
1515
api platform("org.springframework.data:spring-data-bom:$springDataVersion")
1616
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinDependencyVersion")

0 commit comments

Comments
 (0)