Skip to content

Commit 06808a5

Browse files
committed
Update gradle to 3.0.24
1 parent 7cf6f35 commit 06808a5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("org.ow2.asm", "asm-tree", "9.8")
4848

4949
testImplementation("org.spockframework", "spock-core", "2.2-groovy-3.0")
50-
testImplementation("org.codehaus.groovy", "groovy-all", "3.0.17")
50+
testImplementation("org.codehaus.groovy", "groovy-all", "3.0.24")
5151
}
5252

5353
tasks.compileKotlin {

buildSrc/call-site-instrumentation-plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
testImplementation("net.bytebuddy", "byte-buddy", "1.17.5")
4040
testImplementation("org.spockframework", "spock-core", "2.0-groovy-3.0")
4141
testImplementation("org.objenesis", "objenesis", "3.0.1")
42-
testImplementation("org.codehaus.groovy", "groovy-all", "3.0.17")
42+
testImplementation("org.codehaus.groovy", "groovy-all", "3.0.24")
4343
testImplementation("javax.servlet", "javax.servlet-api", "3.0.1")
4444
testImplementation("com.github.spotbugs", "spotbugs-annotations", "4.2.0")
4545
}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ okhttp-legacy = "[3.0,3.12.12]" # 3.12.x is last version to support Java7
77
okio = "1.17.6" # Datadog fork
88

99
spock = "2.3-groovy-3.0"
10-
groovy = "3.0.17"
10+
groovy = "3.0.24"
1111
junit5 = "5.9.2"
1212
logback = "1.2.3"
1313
bytebuddy = "1.17.5"

0 commit comments

Comments
 (0)