Skip to content

Commit 5bd0d09

Browse files
committed
fix dependency version declaration to be in sync with the enforcement
1 parent 294ef39 commit 5bd0d09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-client/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ dependencies {
3535
testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")
3636
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
3737
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
38-
testImplementation("org.junit.platform:junit-platform-launcher:1.8.0")
39-
testImplementation("org.junit.platform:junit-platform-commons:1.8.0")
38+
testImplementation("org.junit.platform:junit-platform-launcher:1.8.1")
39+
testImplementation("org.junit.platform:junit-platform-commons:1.8.1")
4040

4141
testImplementation("org.apache.commons:commons-compress:1.21")
4242
testImplementation("de.gesellix:testutil:[2021-08-05T22-09-32,)")

0 commit comments

Comments
 (0)