Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and loicmathieu committed Aug 13, 2024
1 parent 5ab3e10 commit 10a66f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-script-groovy/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jar {
dependencies {
implementation project(':plugin-script')

api group: 'org.apache.groovy', name: 'groovy-jsr223', version: '4.0.21'
api group: 'org.apache.groovy', name: 'groovy-jsr223', version: '4.0.22'

testImplementation project(':plugin-script').sourceSets.test.output
}

0 comments on commit 10a66f1

Please sign in to comment.