diff --git a/dependencyManagement/build.gradle.kts b/dependencyManagement/build.gradle.kts index 352d1f63a5..0d9100001b 100644 --- a/dependencyManagement/build.gradle.kts +++ b/dependencyManagement/build.gradle.kts @@ -17,7 +17,7 @@ val otelVersion = "1.19.0" rootProject.extra["otelVersion"] = otelVersion // Need both BOM and groovy jars -val groovyVersion = "4.0.5" +val groovyVersion = "4.0.6" // We don't force libraries we instrument to new versions since we compile and test against specific // old baseline versions but we do try to force those libraries' transitive dependencies to new