We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b2e48a9 + 50ab214 commit e9b57bcCopy full SHA for e9b57bc
gradle-plugins/biz.aQute.bnd.gradle/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
75
implementation("biz.aQute.bnd:biz.aQute.repository:${version}")
76
implementation("biz.aQute.bnd:biz.aQute.resolve:${version}")
77
runtimeOnly("biz.aQute.bnd:biz.aQute.bnd.embedded-repo:${version}")
78
- testImplementation("org.junit.jupiter:junit-jupiter:5.12.1")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.12.2")
79
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
80
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
81
}
0 commit comments