Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Bump org.codenarc:CodeNarc from 3.3.0 to 3.4.0-groovy-4.0
Browse files Browse the repository at this point in the history
Bumps [org.codenarc:CodeNarc](https://github.com/CodeNarc/CodeNarc) from 3.3.0 to 3.4.0-groovy-4.0.
- [Release notes](https://github.com/CodeNarc/CodeNarc/releases)
- [Changelog](https://github.com/CodeNarc/CodeNarc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/CodeNarc/CodeNarc/commits)

---
updated-dependencies:
- dependency-name: org.codenarc:CodeNarc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent cbc1654 commit 1d307be
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 @@ -28,7 +28,7 @@ dependencies {
def groovyVersion = '3.0.17'

implementation "org.codehaus.groovy:groovy-all:$groovyVersion"
codenarc 'org.codenarc:CodeNarc:3.3.0'
codenarc 'org.codenarc:CodeNarc:3.4.0-groovy-4.0'
codenarc "org.codehaus.groovy:groovy-all:$groovyVersion"
}

Expand Down

0 comments on commit 1d307be

Please sign in to comment.