File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ dependencies {
96
96
implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:4.24.20'
97
97
implementation ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
98
98
99
- testImplementation platform(' org.junit:junit-bom:5.8.1 ' )
99
+ testImplementation platform(' org.junit:junit-bom:5.8.2 ' )
100
100
testImplementation " org.junit.jupiter:junit-jupiter-api"
101
101
testImplementation " org.junit.jupiter:junit-jupiter-params"
102
102
testImplementation " org.junit.jupiter:junit-jupiter-engine"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
api platform(" org.springframework:spring-framework-bom:$springFrameworkVersion " )
11
11
api platform(" io.projectreactor:reactor-bom:2020.0.15" )
12
12
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 " )
14
14
api platform(" org.springframework.data:spring-data-bom:2021.1.0" )
15
15
api platform(" org.jetbrains.kotlin:kotlin-bom:$kotlinVersion " )
16
16
api platform(" org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.6.0" )
You can’t perform that action at this time.
0 commit comments