Skip to content

Commit

Permalink
fix(deps): 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 authored and vlsi committed Apr 15, 2024
1 parent 9362195 commit e0119fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-gss/build.gradle
Expand Up @@ -13,7 +13,7 @@ repositories {
}

dependencies {
implementation('org.codehaus.groovy:groovy-all:3.0.20')
implementation('org.codehaus.groovy:groovy-all:3.0.21')
implementation(group: 'org.postgresql', name: 'postgresql', version: '1.0.0-dev-master-SNAPSHOT')
testImplementation(group: 'junit', name: 'junit', version: '4.13.2')
}
Expand Down

0 comments on commit e0119fb

Please sign in to comment.