Skip to content

Commit b8ffeca

Browse files
committed
Revert "fix(deps): update groovy monorepo (main) (patch) (open-telemetry#11706)"
This reverts commit 40670fb.
1 parent 5a5ccfb commit b8ffeca

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ dependencies {
161161
compileOnly("com.google.errorprone:error_prone_annotations")
162162

163163
codenarc("org.codenarc:CodeNarc:3.4.0")
164-
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.22"))
164+
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.21"))
165165

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

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val otelContribVersion = "1.36.0-alpha"
1313
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")
1414

1515
// Need both BOM and groovy jars
16-
val groovyVersion = "4.0.22"
16+
val groovyVersion = "4.0.21"
1717

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

0 commit comments

Comments
 (0)