Skip to content

Commit 9492731

Browse files
committed
Fix testutil version
1 parent a0ad1d3 commit 9492731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ dependencies {
8484
testImplementation("org.junit.platform:junit-platform-commons:1.10.0")
8585

8686
testImplementation("org.apache.commons:commons-compress:1.24.0")
87-
testImplementation("de.gesellix:testutil:[2023-09-30T01-01-01,)")
87+
testImplementation("de.gesellix:testutil:[2023-08-30T01-01-01,)")
8888
testImplementation("de.gesellix:docker-registry:2023-08-15T22-14-00")
8989
}
9090

0 commit comments

Comments
 (0)