File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
22 java
3- id(" com.diffplug.spotless" ) version " 6.25.0 "
3+ id(" com.diffplug.spotless" ) version " 7.0.2 "
44 id(" com.github.ben-manes.versions" ) version " 0.52.0"
55}
66
@@ -18,10 +18,10 @@ dependencies {
1818 testImplementation(" com.fasterxml.jackson.core:jackson-databind:2.18.3" )
1919 testImplementation(" io.rest-assured:rest-assured:5.5.1" )
2020 testImplementation(" org.hamcrest:hamcrest:3.0" )
21- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.1 " )
22- testImplementation(" org.assertj:assertj-core:3.27 .3" )
23-
24- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.1 " )
21+ testImplementation(" org.assertj:assertj-core:3.26.3 " )
22+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.11 .3" )
23+ testImplementation( " org.junit.jupiter:junit-jupiter-params:5.11.3 " )
24+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.11.3 " )
2525}
2626
2727spotless {
You can’t perform that action at this time.
0 commit comments