Skip to content

Commit

Permalink
Bump org.jruby.maven:gem-maven-plugin from 3.0.3 to 3.0.5 (#317)
Browse files Browse the repository at this point in the history
Bumps org.jruby.maven:gem-maven-plugin from 3.0.3 to 3.0.5.

---
updated-dependencies:
- dependency-name: org.jruby.maven:gem-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent 7c683c1 commit d4d2812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion asciidoc-to-html-multipage-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<plugin>
<groupId>org.jruby.maven</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>3.0.3</version>
<version>3.0.5</version>
<configuration>
<jrubyVersion>${jruby.version}</jrubyVersion>
<gemHome>${project.build.directory}/gems</gemHome>
Expand Down
2 changes: 1 addition & 1 deletion asciidoc-to-revealjs-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<plugin>
<groupId>org.jruby.maven</groupId>
<artifactId>gem-maven-plugin</artifactId>
<version>3.0.3</version>
<version>3.0.5</version>
<configuration>
<jrubyVersion>${jruby.version}</jrubyVersion>
<gemHome>${project.build.directory}/gems</gemHome>
Expand Down

0 comments on commit d4d2812

Please sign in to comment.