Skip to content

Commit

Permalink
fix(deps): update groovy monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 30, 2024
1 parent a6a5c86 commit fdd67f4
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.21"))
codenarc(platform("org.codehaus.groovy:groovy-bom:3.0.22"))

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.21"
val groovyVersion = "4.0.22"

// 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 fdd67f4

Please sign in to comment.