Skip to content

Commit 6be6671

Browse files
fix(test): downgraded libs
outputdirectory could not be foun
1 parent fb922f2 commit 6be6671

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
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

2727
spotless {

0 commit comments

Comments
 (0)