Skip to content

Commit e1914ed

Browse files
committed
Bump jruby version
1 parent b0d1fd7 commit e1914ed

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'polyglot.dump.pom' => 'pom.xml',
2929
'project.build.sourceEncoding' => 'UTF-8',
3030
'jogl.version' => '2.3.2',
31-
'jruby.version' => '9.3.2.0',
31+
'jruby.version' => '9.3.3.0',
3232
'itextpdf.version' => '5.5.13.2',
3333
'batik.version' => '1.14',
3434
'jruby.api' => 'http://jruby.org/apidocs/' )

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ DO NOT MODIFY - GENERATED CODE
6666
<itextpdf.version>5.5.13.2</itextpdf.version>
6767
<jogl.version>2.3.2</jogl.version>
6868
<jruby.api>http://jruby.org/apidocs/</jruby.api>
69-
<jruby.version>9.3.2.0</jruby.version>
69+
<jruby.version>9.3.3.0</jruby.version>
7070
<jruby_art.basedir>${project.basedir}</jruby_art.basedir>
7171
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
7272
<processing.api>http://processing.github.io/processing-javadocs/core/</processing.api>

vendors/Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ WARNING = <<~WARN
1111
1212
WARN
1313
# https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
14-
JRUBYC_VERSION = '9.3.2.0'
14+
JRUBYC_VERSION = '9.3.3.0'
1515
SOUND = 'sound.zip'
1616
SOUND_VERSION = 'v2.2.3'
1717
VIDEO = 'video.zip'

0 commit comments

Comments
 (0)