Skip to content

Commit

Permalink
build: fix gradle 9.0 warning (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucapette authored Dec 29, 2023
1 parent ffdb3d5 commit 8f10d30
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ dependencies {

testImplementation(kotlin("test"))
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("nz.lae.stacksrc:stacksrc-junit5:0.6.0")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test-jvm:1.7.3")
Expand Down

0 comments on commit 8f10d30

Please sign in to comment.