Skip to content

Commit 116a41d

Browse files
authored
Merge pull request #666 from juripetersen/update-jruby-version
Update JRuby version to 9.4.14.10
2 parents 095f22b + cd0c3bc commit 116a41d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wayang-docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2121
<modelVersion>4.0.0</modelVersion>
2222
<packaging>pom</packaging>
23-
23+
2424
<parent>
2525
<artifactId>wayang</artifactId>
2626
<groupId>org.apache.wayang</groupId>
@@ -92,7 +92,7 @@
9292
<gemHome>${env.GEM_HOME}/</gemHome>
9393
<gemPath>${env.GEM_HOME}/</gemPath>
9494
<supportNative>true</supportNative>
95-
<jrubyVersion>9.2.5.0</jrubyVersion>
95+
<jrubyVersion>9.4.14.10</jrubyVersion>
9696
<addProjectClasspath>true</addProjectClasspath>
9797
<jrubyVerbose>false</jrubyVerbose>
9898
</configuration>

0 commit comments

Comments
 (0)