From 76ebd1443ccc18249e9f082d528cd39baf59da84 Mon Sep 17 00:00:00 2001 From: Stephen Gold Date: Wed, 5 Apr 2023 11:29:32 -0700 Subject: [PATCH] update the LWJGL3 libraries from v3.3.1 to v3.3.2 --- common.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }