We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e28b7 commit 1762de1Copy full SHA for 1762de1
dependencyManagement/build.gradle.kts
@@ -12,7 +12,7 @@ val otelSdkVersion = "1.36.0"
12
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
13
14
// Need both BOM and groovy jars
15
-val groovyVersion = "4.0.20"
+val groovyVersion = "4.0.21"
16
17
// We don't force libraries we instrument to new versions since we compile and test against specific
18
// old baseline versions but we do try to force those libraries' transitive dependencies to new
0 commit comments