Skip to content

Commit 9e83b4b

Browse files
author
Steve Riesenberg
committed
Update junit-bom to 5.8.2
Closes gh-10656
1 parent e9854c9 commit 9e83b4b

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
@@ -87,7 +87,7 @@ dependencies {
8787
implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.24.20'
8888
implementation 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
8989

90-
testImplementation platform('org.junit:junit-bom:5.8.1')
90+
testImplementation platform('org.junit:junit-bom:5.8.2')
9191
testImplementation "org.junit.jupiter:junit-jupiter-api"
9292
testImplementation "org.junit.jupiter:junit-jupiter-params"
9393
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:2020.0.14")
1212
api platform("io.rsocket:rsocket-bom:1.1.1")
13-
api platform("org.junit:junit-bom:5.8.1")
13+
api platform("org.junit:junit-bom:5.8.2")
1414
api platform("org.springframework.data:spring-data-bom:2021.1.0")
1515
api platform("org.jetbrains.kotlin:kotlin-bom:$kotlinVersion")
1616
api platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.5.2")

0 commit comments

Comments
 (0)