Skip to content

Commit a16033f

Browse files
GH-36 Update dependency org.codehaus.groovy:groovy-all to v3.0.21
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 27a22cc commit a16033f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/src/main/kotlin/lobbyheads-java-unit-test.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
6+
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
77
testImplementation(platform("org.junit:junit-bom:5.9.1"))
88
testImplementation("org.junit.jupiter:junit-jupiter")
99
testImplementation("org.mockito:mockito-core:5.6.0")

lobbyheads-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies {
4747
implementation("com.eternalcode:gitcheck:1.0.0")
4848

4949
// tests setup
50-
testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
50+
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
5151
testImplementation(platform("org.junit:junit-bom:5.9.1"))
5252
testImplementation("org.junit.jupiter:junit-jupiter")
5353
testImplementation("org.mockito:mockito-core:5.6.0")

0 commit comments

Comments
 (0)