We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f685e8 commit bdf2cb1Copy full SHA for bdf2cb1
dependencyManagement/build.gradle.kts
@@ -10,7 +10,7 @@ val otelContribVersion = "1.50.0-alpha"
10
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
11
12
// Need both BOM and groovy jars
13
-val groovyVersion = "4.0.28"
+val groovyVersion = "4.0.29"
14
15
// We don't force libraries we instrument to new versions since we compile and test against specific
16
// old baseline versions but we do try to force those libraries' transitive dependencies to new
0 commit comments