We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b739010 commit 16c3bb1Copy full SHA for 16c3bb1
dependencyManagement/build.gradle.kts
@@ -12,7 +12,7 @@ val otelSdkVersion = "1.35.0"
12
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
13
14
// Need both BOM and groovy jars
15
-val groovyVersion = "4.0.18"
+val groovyVersion = "4.0.19"
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