Skip to content

Commit

Permalink
deps(upgrade): bump junit to 5.10.0 (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-todorov authored Jul 25, 2023
1 parent 66f3cdf commit 86cebb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ dependencies {
api("com.google.code.findbugs:jsr305:3.0.2")

testImplementation("ch.qos.logback:logback-classic:1.2.9")
testImplementation("org.junit.jupiter:junit-jupiter:5.8.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.apache.commons:commons-lang3:3.12.0")
testImplementation("com.github.marschall:zipfilesystem-standalone:1.0.1")
testImplementation("com.github.marschall:memoryfilesystem:2.1.0")
Expand Down

0 comments on commit 86cebb0

Please sign in to comment.