Skip to content

Commit

Permalink
Bump testutil dependency ... everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Jan 16, 2024
1 parent b51e8f2 commit 3c26ce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client-groovy4/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {

// implementation("org.bouncycastle:bcpkix-jdk18on:1.76")

testImplementation("de.gesellix:testutil:[2023-09-01T01-01-01,)")
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.10.1")
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ dependencies {

implementation("org.bouncycastle:bcpkix-jdk18on:1.77")

testImplementation("de.gesellix:testutil:[2023-09-01T01-01-01,)")
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")

testImplementation("org.junit.platform:junit-platform-launcher:1.10.1")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
Expand Down

0 comments on commit 3c26ce8

Please sign in to comment.