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 {
2626 implementation " io.spring.nohttp:nohttp-gradle:0.0.11"
2727
2828 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" )
3132}
3233
3334gradlePlugin {
Original file line number Diff line number Diff line change 11org.gradle.caching =true
2+ assertjVersion =3.27.3
23javaFormatVersion =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