Skip to content

Commit

Permalink
Update dependency org.junit.jupiter:junit-jupiter-api to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Goooler committed Aug 15, 2024
1 parent 9678205 commit ff7ab0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/simple-java/groovy-dsl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}

Expand Down
2 changes: 1 addition & 1 deletion samples/simple-java/kotlin-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}

dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
}

Expand Down

0 comments on commit ff7ab0d

Please sign in to comment.