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.springframework:spring-core:6.0.23'
100
100
implementation ' org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.7.1'
101
101
102
- testImplementation platform(' org.junit:junit-bom:5.8.1 ' )
102
+ testImplementation platform(' org.junit:junit-bom:5.8.2 ' )
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 @@ -17,7 +17,7 @@ dependencies {
17
17
api platform(" org.springframework:spring-framework-bom:6.1.3" )
18
18
api platform(" org.springframework.data:spring-data-bom:2021.2.18" )
19
19
api platform(' com.fasterxml.jackson:jackson-bom:2.15.4' )
20
- api platform(" org.junit:junit-bom:5.10 .2" )
20
+ api platform(" org.junit:junit-bom:5.8 .2" )
21
21
constraints {
22
22
api " com.querydsl:querydsl-core:$queryDslVersion "
23
23
api " com.querydsl:querydsl-apt:$queryDslVersion "
You can’t perform that action at this time.
0 commit comments