Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy from 3.0.20 to 3.0.21
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.20 to 3.0.21.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.codehaus.groovy:groovy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2024
1 parent f6191ff commit 7382cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation "com.graphql-java:graphql-java:21.3"

testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
testImplementation "org.codehaus.groovy:groovy:3.0.20"
testImplementation "org.codehaus.groovy:groovy:3.0.21"
}

task sourcesJar(type: Jar, dependsOn: classes) {
Expand Down

0 comments on commit 7382cbc

Please sign in to comment.