diff --git a/common.gradle b/common.gradle index 8f8c5c93c8..8643138243 100644 --- a/common.gradle +++ b/common.gradle @@ -26,7 +26,7 @@ tasks.withType(JavaCompile) { // compile-time options: } ext { - lwjgl3Version = '3.3.1' // used in both the jme3-lwjgl3 and jme3-vr build scripts + lwjgl3Version = '3.3.2' // used in both the jme3-lwjgl3 and jme3-vr build scripts niftyVersion = '1.4.3' // used in both the jme3-niftygui and jme3-examples build scripts }