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 f4e2524 commit 87d2aa8Copy full SHA for 87d2aa8
dependencyManagement/build.gradle.kts
@@ -16,7 +16,7 @@ val otelSdkVersion = "1.27.0"
16
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
17
18
// Need both BOM and groovy jars
19
-val groovyVersion = "4.0.12"
+val groovyVersion = "4.0.13"
20
21
// We don't force libraries we instrument to new versions since we compile and test against specific
22
// old baseline versions but we do try to force those libraries' transitive dependencies to new
0 commit comments