Skip to content

Commit

Permalink
Update the JRuby/Maven stack (#273)
Browse files Browse the repository at this point in the history
* mavengem 2.0.2
* jruby-maven-plugins 3.0.2
* jruby 9.4.5.0

Various fixes have come to JRuby since 9.4.3.0 but this is mainly
to eliminate a JPMS-related warning that prints at the beginning
of any build using polyglot-ruby or the JRuby/Maven stack.

See jruby/jruby#7970
  • Loading branch information
headius committed Nov 2, 2023
1 parent 026fb4f commit ebf6367
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polyglot-ruby/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.4.3.0</version>
<version>9.4.5.0</version>
<type>pom</type>
</dependency>
<!-- Test -->
Expand All @@ -43,7 +43,7 @@
</dependencies>

<properties>
<mavengem-wagon.version>2.0.1</mavengem-wagon.version>
<mavengem-wagon.version>2.0.2</mavengem-wagon.version>
</properties>

<pluginRepositories>
Expand Down Expand Up @@ -158,7 +158,7 @@
</dependencies>

<properties>
<jruby.plugins.version>3.0.1</jruby.plugins.version>
<jruby.plugins.version>3.0.2</jruby.plugins.version>
</properties>

<build>
Expand Down

0 comments on commit ebf6367

Please sign in to comment.