Skip to content

Commit

Permalink
Bump org.codenarc:CodeNarc from 3.2.0 to 3.3.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.2.0 to 3.3.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 and marcphilipp committed Aug 28, 2023
1 parent 42d0f3c commit 1c64227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dependencies {
testImplementation("org.ow2.asm:asm:${asmVersion}")
testImplementation("org.jetbrains:annotations:24.0.1")

codenarc("org.codenarc:CodeNarc:3.2.0")
codenarc("org.codenarc:CodeNarc:3.3.0-groovy-4.0")
}

tasks.shadowJar {
Expand Down

0 comments on commit 1c64227

Please sign in to comment.