Skip to content

Commit

Permalink
GH-36 Update dependency org.codehaus.groovy:groovy-all to v3.0.21
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 20, 2024
1 parent 27a22cc commit a16033f
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 @@ -3,7 +3,7 @@ plugins {
}

dependencies {
testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core:5.6.0")
Expand Down
2 changes: 1 addition & 1 deletion lobbyheads-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ dependencies {
implementation("com.eternalcode:gitcheck:1.0.0")

// tests setup
testImplementation("org.codehaus.groovy:groovy-all:3.0.19")
testImplementation("org.codehaus.groovy:groovy-all:3.0.21")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core:5.6.0")
Expand Down

0 comments on commit a16033f

Please sign in to comment.