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 @@ -140,7 +140,7 @@ dependencies {
140
140
compileOnly(" com.google.errorprone:error_prone_annotations" )
141
141
142
142
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 " ))
144
144
145
145
modules {
146
146
// checkstyle uses the very old google-collections which causes Java 9 module conflict with
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ val otelSdkVersion = "1.34.1"
12
12
val otelSdkAlphaVersion = otelSdkVersion.replaceFirst(" (-SNAPSHOT)?$" .toRegex(), " -alpha$1" )
13
13
14
14
// Need both BOM and groovy jars
15
- val groovyVersion = " 4.0.15 "
15
+ val groovyVersion = " 4.0.18 "
16
16
17
17
// We don't force libraries we instrument to new versions since we compile and test against specific
18
18
// 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