File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 'jogl.version' => '2.3.2' ,
2727 'jruby.api' => 'http://jruby.org/apidocs/' )
2828
29- pom 'org.jruby:jruby:9.2.11.0 '
29+ pom 'org.jruby:jruby:9.2.11.1 '
3030 jar 'org.jogamp.jogl:jogl-all:${jogl.version}'
3131 jar 'org.jogamp.gluegen:gluegen-rt-main:${jogl.version}'
3232 jar 'org.processing:video:3.0.2'
3333
3434 overrides do
3535 plugin :resources , '3.1.0'
36- plugin :dependency , '3.1.1 '
36+ plugin :dependency , '3.1.2 '
3737 plugin ( :compiler , '3.8.1' ,
3838 'release' => '11' )
3939 plugin ( :javadoc , '2.10.4' ,
4040 'detectOfflineLinks' => 'false' ,
4141 'links' => [ '${processing.api}' ,
4242 '${jruby.api}' ] )
43- plugin ( :jar , '3.1.1 ' ,
43+ plugin ( :jar , '3.2.0 ' ,
4444 'archive' => {
4545 'manifestEntries' => {
4646 'Class-Path' => 'gluegen-rt.jar jog-all.jar'
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ DO NOT MODIFIY - GENERATED CODE
4646 <dependency >
4747 <groupId >org.jruby</groupId >
4848 <artifactId >jruby</artifactId >
49- <version >9.2.11.0 </version >
49+ <version >9.2.11.1 </version >
5050 <type >pom</type >
5151 </dependency >
5252 <dependency >
@@ -93,7 +93,7 @@ DO NOT MODIFIY - GENERATED CODE
9393 </plugin >
9494 <plugin >
9595 <artifactId >maven-dependency-plugin</artifactId >
96- <version >3.1.1 </version >
96+ <version >3.1.2 </version >
9797 </plugin >
9898 <plugin >
9999 <artifactId >maven-compiler-plugin</artifactId >
@@ -115,7 +115,7 @@ DO NOT MODIFIY - GENERATED CODE
115115 </plugin >
116116 <plugin >
117117 <artifactId >maven-jar-plugin</artifactId >
118- <version >3.1.1 </version >
118+ <version >3.2.0 </version >
119119 <configuration >
120120 <archive >
121121 <manifestEntries >
You can’t perform that action at this time.
0 commit comments