Skip to content

Commit

Permalink
Bump org.codehaus.groovy:groovy-all from 2.4.21 to 3.0.22
Browse files Browse the repository at this point in the history
Bumps [org.codehaus.groovy:groovy-all](https://github.com/apache/groovy) from 2.4.21 to 3.0.22.
- [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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent be324c5 commit 5d5826e
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 @@ -60,7 +60,7 @@ dependencies {
// e.g. because two pipelines are started in parallel.
// See https://github.com/opendevstack/ods-jenkins-shared-library/issues/422.
implementation "com.cloudbees:groovy-cps:1.29"
implementation "org.codehaus.groovy:groovy-all:2.4.21"
implementation "org.codehaus.groovy:groovy-all:3.0.22"
implementation "org.jenkins-ci.main:jenkins-core:2.46.3"
implementation group: 'org.jenkins-ci.plugins.workflow', name: 'workflow-api', version: '2.36', ext: 'jar'
implementation group: 'org.jenkins-ci.plugins.workflow', name: 'workflow-step-api', version: '2.13', ext: 'jar'
Expand Down

0 comments on commit 5d5826e

Please sign in to comment.