We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c81438 commit dd1f892Copy full SHA for dd1f892
dependencyManagement/build.gradle.kts
@@ -10,7 +10,7 @@ val otelContribVersion = "1.44.0-alpha"
10
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
11
12
// Need both BOM and groovy jars
13
-val groovyVersion = "4.0.25"
+val groovyVersion = "4.0.26"
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