aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ardor3d-jogl/build.gradle4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/ardor3d-jogl/build.gradle b/ardor3d-jogl/build.gradle
index cdcad40..d5655d4 100644
--- a/ardor3d-jogl/build.gradle
+++ b/ardor3d-jogl/build.gradle
@@ -2,8 +2,8 @@
description = 'Ardor 3D JOGL'
dependencies {
compile project(':ardor3d-core')
- compile group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.2.0'
- compile group: 'org.jogamp.jogl', name: 'jogl-all-main', version:'2.2.0'
+ compile group: 'org.jogamp.gluegen', name: 'gluegen-rt-main', version:'2.2.1'
+ compile group: 'org.jogamp.jogl', name: 'jogl-all-main', version:'2.2.1'
compile group: 'net.java.jinput', name: 'jinput', version:'2.0.6'
compile group: 'org.eclipse.swt', name: 'org.eclipse.swt.gtk.linux.x86_64', version:'3.8'
}
diff --git a/pom.xml b/pom.xml
index 8c5b930..dc9d796 100644
--- a/pom.xml
+++ b/pom.xml
@@ -257,7 +257,7 @@
<!-- these properties help simplify specifying some commonly occurring variables -->
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <jogamp.version>2.2.0</jogamp.version>
+ <jogamp.version>2.2.1</jogamp.version>
<swt.version>3.8</swt.version>
</properties>