Skip to content

Commit 8acf126

Browse files
committed
Bump JRuby Version
1 parent 82a859f commit 8acf126

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1+
**v2.5.1** Recommend JRuby-9.2.19.0 use.
2+
13
**v2.5.0** Refactor noise to delegate pattern and make OpenSimplex2 noise default noise, implement pdf and svg export libraries.
24
Recommend JRuby-9.2.16.0 use
35

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

6-
**v2.4.1** Update to use jruby-complete-9.2.13.0
8+
**v2.4.1** Update to use jruby-complete-9.2.13.0
79

8-
**v2.4.1** Update to use jruby-complete-9.2.12.0
10+
**v2.4.1** Update to use jruby-complete-9.2.12.0
911

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

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
'batik.version' => '1.14',
3333
'jruby.api' => 'http://jruby.org/apidocs/' )
3434

35-
pom 'org.jruby:jruby:9.2.18.0'
35+
pom 'org.jruby:jruby:9.2.19.0'
3636
jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
3737
jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
3838
jar 'org.processing:video:3.0.2'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ DO NOT MODIFY - GENERATED CODE
7676
<dependency>
7777
<groupId>org.jruby</groupId>
7878
<artifactId>jruby</artifactId>
79-
<version>9.2.18.0</version>
79+
<version>9.2.19.0</version>
8080
<type>pom</type>
8181
</dependency>
8282
<dependency>

vendors/Rakefile

Lines changed: 1 addition & 1 deletion
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.2.18.0'
14+
JRUBYC_VERSION = '9.2.19.0'
1515
SOUND = 'sound.zip'
1616
SOUND_VERSION = 'v2.2.3'
1717
VIDEO = 'video.zip'

0 commit comments

Comments
 (0)