File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ dependencies {
26
26
implementation " io.spring.nohttp:nohttp-gradle:0.0.11"
27
27
28
28
testImplementation(" org.assertj:assertj-core:${ assertjVersion} " )
29
- testImplementation(" org.junit.jupiter:junit-jupiter:${ junitJupiterVersion} " )
30
- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:${ junitPlatformVersion} " )
29
+ testImplementation(platform(" org.junit:junit-bom:${ junitVersion} " ))
30
+ testImplementation(" org.junit.jupiter:junit-jupiter" )
31
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
31
32
}
32
33
33
34
gradlePlugin {
Original file line number Diff line number Diff line change 1
1
org.gradle.caching =true
2
+ assertjVersion =3.27.3
2
3
javaFormatVersion =0.0.43
3
- junitJupiterVersion =5.12.2
4
- junitPlatformVersion =1.12.2
5
- assertjVersion =3.27.3
4
+ junitVersion =5.12.2
You can’t perform that action at this time.
0 commit comments