Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy-all from 3.0.20 to 3.0.21
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy-all](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-all
  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 1, 2024
1 parent d370d7d commit c31626c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {

dependencies {
// Use the latest Groovy version for building this library
implementation 'org.codehaus.groovy:groovy-all:3.0.20'
implementation 'org.codehaus.groovy:groovy-all:3.0.21'

// This dependency is used by the application.
implementation 'com.google.guava:guava:33.0.0-jre'
Expand Down

0 comments on commit c31626c

Please sign in to comment.