Skip to content

Commit

Permalink
Bump jruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jan 19, 2022
1 parent b0d1fd7 commit e1914ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
'polyglot.dump.pom' => 'pom.xml',
'project.build.sourceEncoding' => 'UTF-8',
'jogl.version' => '2.3.2',
'jruby.version' => '9.3.2.0',
'jruby.version' => '9.3.3.0',
'itextpdf.version' => '5.5.13.2',
'batik.version' => '1.14',
'jruby.api' => 'http://jruby.org/apidocs/' )
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ DO NOT MODIFY - GENERATED CODE
<itextpdf.version>5.5.13.2</itextpdf.version>
<jogl.version>2.3.2</jogl.version>
<jruby.api>http://jruby.org/apidocs/</jruby.api>
<jruby.version>9.3.2.0</jruby.version>
<jruby.version>9.3.3.0</jruby.version>
<jruby_art.basedir>${project.basedir}</jruby_art.basedir>
<polyglot.dump.pom>pom.xml</polyglot.dump.pom>
<processing.api>http://processing.github.io/processing-javadocs/core/</processing.api>
Expand Down
2 changes: 1 addition & 1 deletion vendors/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WARNING = <<~WARN
WARN
# https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
JRUBYC_VERSION = '9.3.2.0'
JRUBYC_VERSION = '9.3.3.0'
SOUND = 'sound.zip'
SOUND_VERSION = 'v2.2.3'
VIDEO = 'video.zip'
Expand Down

0 comments on commit e1914ed

Please sign in to comment.