File tree 2 files changed +2
-2
lines changed
conventions/src/main/kotlin
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ dependencies {
161
161
compileOnly(" com.google.errorprone:error_prone_annotations" )
162
162
163
163
codenarc(" org.codenarc:CodeNarc:3.6.0" )
164
- codenarc(platform(" org.codehaus.groovy:groovy-bom:3.0.23 " ))
164
+ codenarc(platform(" org.codehaus.groovy:groovy-bom:3.0.24 " ))
165
165
166
166
modules {
167
167
// checkstyle uses the very old google-collections which causes Java 9 module conflict with
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ val otelContribVersion = "1.44.0-alpha"
10
10
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst(" (-SNAPSHOT)?$" .toRegex(), " -alpha$1" )
11
11
12
12
// Need both BOM and groovy jars
13
- val groovyVersion = " 4.0.25 "
13
+ val groovyVersion = " 4.0.26 "
14
14
15
15
// We don't force libraries we instrument to new versions since we compile and test against specific
16
16
// old baseline versions but we do try to force those libraries' transitive dependencies to new
You can’t perform that action at this time.
0 commit comments