Skip to content

Commit

Permalink
chore(deps): Update junit-jupiter to v5.10.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nstdio committed Nov 18, 2023
1 parent 8b6a8a8 commit f44d616
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 @@ -18,8 +18,8 @@ dependencies {

testImplementation("nl.jqno.equalsverifier:equalsverifier:3.15.3")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")

testImplementation("org.spockframework:spock-core:2.4-M1-groovy-4.0")

Expand Down

0 comments on commit f44d616

Please sign in to comment.