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 @@ -98,7 +98,7 @@ dependencies {
9898 implementation ' org.jfrog.buildinfo:build-info-extractor-gradle:4.29.0'
9999 implementation ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
100100
101- testImplementation platform(' org.junit:junit-bom:5.9.2 ' )
101+ testImplementation platform(' org.junit:junit-bom:5.9.3 ' )
102102 testImplementation " org.junit.jupiter:junit-jupiter-api"
103103 testImplementation " org.junit.jupiter:junit-jupiter-params"
104104 testImplementation " org.junit.jupiter:junit-jupiter-engine"
Original file line number Diff line number Diff 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.9.2 " )
13+ api platform(" org.junit:junit-bom:5.9.3 " )
1414 api platform(" org.mockito:mockito-bom:4.8.1" )
1515 api platform(" org.springframework.data:spring-data-bom:2022.0.5" )
1616 api platform(" org.jetbrains.kotlin:kotlin-bom:$kotlinVersion " )
You can’t perform that action at this time.
0 commit comments