Skip to content

Commit 31f2e6f

Browse files
committed
use latest jruby in build
1 parent ca071af commit 31f2e6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'jogl.version' => '2.3.2',
3131
'jruby.api' => 'http://jruby.org/apidocs/')
3232

33-
pom 'org.jruby:jruby:9.2.13.0'
33+
pom 'org.jruby:jruby:9.2.14.0'
3434
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
3535
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
3636
jar 'org.processing:video:3.0.2'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ DO NOT MODIFIY - GENERATED CODE
6666
<dependency>
6767
<groupId>org.jruby</groupId>
6868
<artifactId>jruby</artifactId>
69-
<version>9.2.13.0</version>
69+
<version>9.2.14.0</version>
7070
<type>pom</type>
7171
</dependency>
7272
<dependency>

0 commit comments

Comments
 (0)