Skip to content

Commit

Permalink
Bump JRuby to latest 9.4.8.0 (#965)
Browse files Browse the repository at this point in the history
* Activate jRuby bumps in dependabot
  • Loading branch information
abelsromero authored Oct 30, 2024
1 parent 3f69a51 commit d9ff39c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ updates:
prefix: "(main)"
target-branch: "main"
ignore:
- dependency-name: org.jruby:jruby
- dependency-name: org.codehaus.plexus:plexus-utils
update-types:
- "version-update:semver-major"
Expand All @@ -38,7 +37,6 @@ updates:
prefix: "(v2.2.x)"
target-branch: "v2.2.x"
ignore:
- dependency-name: org.jruby:jruby
- dependency-name: org.apache.maven:*
- dependency-name: org.apache.maven.plugin-tools:*
- dependency-name: org.apache.maven.doxia:*
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<doxia.sitetools.version>2.0.0</doxia.sitetools.version>
<plexus-component-metadata.version>2.2.0</plexus-component-metadata.version>
<asciidoctorj.version>3.0.0</asciidoctorj.version>
<jruby.version>9.4.6.0</jruby.version>
<jruby.version>9.4.8.0</jruby.version>
</properties>

<dependencies>
Expand Down

0 comments on commit d9ff39c

Please sign in to comment.