File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ dependencies {
99
99
implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0'
100
100
implementation ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
101
101
102
- testImplementation platform(' org.junit:junit-bom:5.9.0 ' )
102
+ testImplementation platform(' org.junit:junit-bom:5.9.1 ' )
103
103
testImplementation " org.junit.jupiter:junit-jupiter-api"
104
104
testImplementation " org.junit.jupiter:junit-jupiter-params"
105
105
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:$reactorVersion " )
12
12
api platform(" io.rsocket:rsocket-bom:1.1.3" )
13
- api platform(" org.junit:junit-bom:5.9.0 " )
13
+ api platform(" org.junit:junit-bom:5.9.1 " )
14
14
api platform(" org.mockito:mockito-bom:4.8.0" )
15
15
api platform(" org.springframework.data:spring-data-bom:2022.0.0-M5" )
16
16
api platform(" org.jetbrains.kotlin:kotlin-bom:$kotlinVersion " )
You can’t perform that action at this time.
0 commit comments