We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6995510 commit 1bf9ad7Copy full SHA for 1bf9ad7
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.1")
+ useJUnitJupiter("5.14.2")
93
94
dependencies {
95
implementation(project(project.path))
0 commit comments