Skip to content

Commit

Permalink
Revert "fix(deps): update groovy monorepo (main) (patch) (open-teleme…
Browse files Browse the repository at this point in the history
…try#11706)"

This reverts commit 40670fb.
  • Loading branch information
zeitlinger committed Jul 1, 2024
1 parent 5a5ccfb commit b8ffeca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ dependencies {
compileOnly("com.google.errorprone:error_prone_annotations")

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

modules {
// checkstyle uses the very old google-collections which causes Java 9 module conflict with
Expand Down
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val otelContribVersion = "1.36.0-alpha"
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst("(-SNAPSHOT)?$".toRegex(), "-alpha$1")

// Need both BOM and groovy jars
val groovyVersion = "4.0.22"
val groovyVersion = "4.0.21"

// 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
Expand Down

0 comments on commit b8ffeca

Please sign in to comment.