Skip to content

Commit

Permalink
chore(deps): bump org.apache.groovy:groovy-all from 4.0.22 to 4.0.23
Browse files Browse the repository at this point in the history
Bumps [org.apache.groovy:groovy-all](https://github.com/apache/groovy) from 4.0.22 to 4.0.23.
- [Commits](https://github.com/apache/groovy/commits)

---
updated-dependencies:
- dependency-name: org.apache.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] committed Sep 16, 2024
1 parent b6468bf commit ab85220
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 @@ -157,7 +157,7 @@ dependencies {
// Password hashing
implementation group: "org.mindrot", name: "jbcrypt", version: "0.4"

implementation group: 'org.apache.groovy', name: 'groovy-all', version: '4.0.22'
implementation group: 'org.apache.groovy', name: 'groovy-all', version: '4.0.23'
// api

// client
Expand Down

0 comments on commit ab85220

Please sign in to comment.