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