Skip to content

Commit

Permalink
Configure groovy upgrade rule
Browse files Browse the repository at this point in the history
- and also bump groovy-jsr223 from 4.0.12 to 4.0.13

Bumps [groovy-jsr223](https://github.com/apache/groovy) from 4.0.12 to 4.0.13.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and yrodiere committed Jul 3, 2023
1 parent 185a156 commit ca61544
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ updates:
# JRuby releases way too often (every two weeks?) and is only used during the build; ignore all patch updates
- dependency-name: "org.jruby:jruby-complete"
update-types: ["version-update:semver-patch"]
# Groovy is only used during the build; ignore all patch updates
- dependency-name: "org.apache.groovy:groovy-jsr223"
update-types: [ "version-update:semver-patch" ]
# We don't care that much about being on the very latest version of some integration test dependencies
- dependency-name: "org.springframework.boot:*"
update-types: [ "version-update:semver-patch" ]
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
<version.sonar.plugin>3.9.1.2184</version.sonar.plugin>
<version.scripting.plugin>3.0.0</version.scripting.plugin>
<version.gpg.plugin>3.1.0</version.gpg.plugin>
<version.org.apache.groovy.groovy-jsr223>4.0.12</version.org.apache.groovy.groovy-jsr223>
<version.org.apache.groovy.groovy-jsr223>4.0.13</version.org.apache.groovy.groovy-jsr223>
<version.com.puppycrawl.tools.checkstyle>10.9.3</version.com.puppycrawl.tools.checkstyle>
<version.versions.plugin>2.12.0</version.versions.plugin>
<version.maven-wrapper-plugin>3.2.0</version.maven-wrapper-plugin>
Expand Down

0 comments on commit ca61544

Please sign in to comment.