Skip to content

Commit

Permalink
chore(deps): Update junit5 monorepo to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent d066eaf commit 4fce509
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ repositories {

dependencies {
compileOnly(libs.annotations)
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
testImplementation("org.mock-server:mockserver-netty:5.14.0")
testImplementation("org.mock-server:mockserver-client-java:5.14.0")
testImplementation("ch.qos.logback:logback-classic:1.4.5")
Expand Down

0 comments on commit 4fce509

Please sign in to comment.