Browse Source

fix(deps): update groovy monorepo (#10120)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 1 năm trước cách đây
mục cha
commit
a5a3290fb7

+ 1 - 1
conventions/src/main/kotlin/otel.java-conventions.gradle.kts

@@ -140,7 +140,7 @@ dependencies {
   compileOnly("com.google.errorprone:error_prone_annotations")
 
   codenarc("org.codenarc:CodeNarc:3.3.0")
-  codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.19"))
+  codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
 
   modules {
     // checkstyle uses the very old google-collections which causes Java 9 module conflict with

+ 1 - 1
dependencyManagement/build.gradle.kts

@@ -12,7 +12,7 @@ val otelSdkVersion = "1.33.0"
 val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
 
 // Need both BOM and groovy jars
-val groovyVersion = "4.0.16"
+val groovyVersion = "4.0.17"
 
 // 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