Skip to content

Commit

Permalink
Update dependency org.codehaus.groovy:groovy-all to v3.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent 1ace002 commit b2df7da
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 b2df7da

Please sign in to comment.