Skip to content

Commit 9af59cd

Browse files
fix(deps): update groovy monorepo (release/v1.32.x) (#10478)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 08b744d commit 9af59cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ dependencies {
140140
compileOnly("com.google.errorprone:error_prone_annotations")
141141

142142
codenarc("org.codenarc:CodeNarc:3.4.0")
143-
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.19"))
143+
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.20"))
144144

145145
modules {
146146
// checkstyle uses the very old google-collections which causes Java 9 module conflict with

dependencyManagement/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ val otelSdkVersion = "1.34.1"
1212
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1313

1414
// Need both BOM and groovy jars
15-
val groovyVersion = "4.0.15"
15+
val groovyVersion = "4.0.18"
1616

1717
// We don't force libraries we instrument to new versions since we compile and test against specific
1818
// old baseline versions but we do try to force those libraries' transitive dependencies to new

0 commit comments

Comments
 (0)