We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd26b4f commit e0b69d6Copy full SHA for e0b69d6
1 file changed
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -89,7 +89,7 @@ configurations.configureEach {
89
90
testing {
91
suites.withType(JvmTestSuite::class).configureEach {
92
- useJUnitJupiter("5.14.0")
+ useJUnitJupiter("5.14.1")
93
94
dependencies {
95
implementation(project(project.path))
0 commit comments