Skip to content

Commit

Permalink
Bump JRuby Version
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Jun 15, 2021
1 parent 82a859f commit 8acf126
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
**v2.5.1** Recommend JRuby-9.2.19.0 use.

**v2.5.0** Refactor noise to delegate pattern and make OpenSimplex2 noise default noise, implement pdf and svg export libraries.
Recommend JRuby-9.2.16.0 use

**v2.4.2** Update to use jruby-complete-9.2.14.0, regularise video/sound downloadswhen no processing ide.

**v2.4.1** Update to use jruby-complete-9.2.13.0
**v2.4.1** Update to use jruby-complete-9.2.13.0

**v2.4.1** Update to use jruby-complete-9.2.12.0
**v2.4.1** Update to use jruby-complete-9.2.12.0

**v2.4.0** Update to use jruby-complete-9.2.11.1 recommended java version AdoptOpenJDK-13+ or Openj9-14+

Expand Down
2 changes: 1 addition & 1 deletion pom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'batik.version' => '1.14',
'jruby.api' => 'http://jruby.org/apidocs/' )

pom 'org.jruby:jruby:9.2.18.0'
pom 'org.jruby:jruby:9.2.19.0'
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
jar 'org.processing:video:3.0.2'
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DO NOT MODIFY - GENERATED CODE
<dependency>
<groupId>org.jruby</groupId>
<artifactId>jruby</artifactId>
<version>9.2.18.0</version>
<version>9.2.19.0</version>
<type>pom</type>
</dependency>
<dependency>
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.2.18.0'
JRUBYC_VERSION = '9.2.19.0'
SOUND = 'sound.zip'
SOUND_VERSION = 'v2.2.3'
VIDEO = 'video.zip'
Expand Down

0 comments on commit 8acf126

Please sign in to comment.