Skip to content

Commit

Permalink
Merge pull request #6312 from bndtools/dependabot/gradle/gradle-plugi…
Browse files Browse the repository at this point in the history
…ns/org.junit.jupiter-junit-jupiter-5.11.2

Bump org.junit.jupiter:junit-jupiter from 5.11.1 to 5.11.2 in /gradle-plugins
  • Loading branch information
pkriens authored Oct 7, 2024
2 parents 4cc7b6e + c6a30e6 commit f25e044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle-plugins/biz.aQute.bnd.gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ dependencies {
implementation("biz.aQute.bnd:biz.aQute.repository:${version}")
implementation("biz.aQute.bnd:biz.aQute.resolve:${version}")
runtimeOnly("biz.aQute.bnd:biz.aQute.bnd.embedded-repo:${version}")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.11.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
}
Expand Down

0 comments on commit f25e044

Please sign in to comment.