From e1914edc0e2f402c0225abec9a8f34776fce325a Mon Sep 17 00:00:00 2001 From: monkstone Date: Wed, 19 Jan 2022 19:36:54 +0000 Subject: [PATCH] Bump jruby version --- pom.rb | 2 +- pom.xml | 2 +- vendors/Rakefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.rb b/pom.rb index df3dd6f..f7439d6 100644 --- a/pom.rb +++ b/pom.rb @@ -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/' ) diff --git a/pom.xml b/pom.xml index a8e4512..16e438a 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ DO NOT MODIFY - GENERATED CODE 5.5.13.2 2.3.2 http://jruby.org/apidocs/ - 9.3.2.0 + 9.3.3.0 ${project.basedir} pom.xml http://processing.github.io/processing-javadocs/core/ diff --git a/vendors/Rakefile b/vendors/Rakefile index 65a1e8d..2e154fa 100644 --- a/vendors/Rakefile +++ b/vendors/Rakefile @@ -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'