File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33# A wrapper for version
44module JRubyArt
5- VERSION = '2.5.0 '
5+ VERSION = '2.5.1 '
66end
Original file line number Diff line number Diff line change 11project 'jruby_art' , 'https://github.com/ruby-processing/JRubyArt' do
22
33 model_version '4.0.0'
4- id 'ruby-processing:jruby_art:2.5.0 '
4+ id 'ruby-processing:jruby_art:2.5.1 '
55 packaging 'jar'
66
77 description 'Jar for JRubyArt'
3232 'batik.version' => '1.14' ,
3333 'jruby.api' => 'http://jruby.org/apidocs/' )
3434
35- pom 'org.jruby:jruby:9.2.17 .0'
35+ pom 'org.jruby:jruby:9.2.18 .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'
Original file line number Diff line number Diff 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.17 .0</version >
79+ <version >9.2.18 .0</version >
8080 <type >pom</type >
8181 </dependency >
8282 <dependency >
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ WARNING = <<~WARN
1111
1212WARN
1313# https://github.com/processing/processing-video/releases/download/r6-v2.0-beta4/video-2.0-beta4.zip
14- JRUBYC_VERSION = '9.2.17 .0'
14+ JRUBYC_VERSION = '9.2.18 .0'
1515SOUND = 'sound.zip'
1616SOUND_VERSION = 'v2.2.3'
1717VIDEO = 'video.zip'
You can’t perform that action at this time.
0 commit comments