Skip to content

Commit

Permalink
Dependabot: Bump org.junit.jupiter:junit-jupiter from 5.10.3 to 5.11.2 (
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 8, 2024
1 parent 2051c0e commit 4ccaf6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ signing {
dependencies {
implementation("org.apache.commons:commons-collections4:4.4")

testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

0 comments on commit 4ccaf6e

Please sign in to comment.