From 808b03bb1e15a0d0b91c66fe78a6397bbe142fef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 19:13:23 +0000 Subject: [PATCH] Bump org.lwjgl:lwjgl from 3.4.1 to 3.4.2 Bumps [org.lwjgl:lwjgl](https://github.com/LWJGL/lwjgl3) from 3.4.1 to 3.4.2. - [Release notes](https://github.com/LWJGL/lwjgl3/releases) - [Commits](https://github.com/LWJGL/lwjgl3/compare/3.4.1...3.4.2) --- updated-dependencies: - dependency-name: org.lwjgl:lwjgl dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/build.gradle b/build.gradle index 4346def..6881789 100644 --- a/build.gradle +++ b/build.gradle @@ -25,10 +25,10 @@ dependencies { includeInJar "net.lenni0451.commons:swing:1.9.2" includeInJar "net.java.dev.jna:jna:5.19.1" includeInJar "net.raphimc:thingl:0.2.0-20260728.221330-13:java17" - includeInJar "org.lwjgl:lwjgl:3.4.1" - includeInJar "org.lwjgl:lwjgl-opengl:3.4.1" - includeInJar "org.lwjgl:lwjgl-glfw:3.4.1" - includeInJar "org.lwjgl:lwjgl-freetype:3.4.1" + includeInJar "org.lwjgl:lwjgl:3.4.2" + includeInJar "org.lwjgl:lwjgl-opengl:3.4.2" + includeInJar "org.lwjgl:lwjgl-glfw:3.4.2" + includeInJar "org.lwjgl:lwjgl-freetype:3.4.2" includeInJar("org.lwjglx:lwjgl3-awt:0.2.4") { exclude group: "org.lwjgl", module: "lwjgl" exclude group: "org.lwjgl", module: "lwjgl-opengl" @@ -36,10 +36,10 @@ dependencies { } ["natives-windows", "natives-windows-arm64", "natives-linux", "natives-linux-arm64", "natives-macos", "natives-macos-arm64"].each { - includeInJar "org.lwjgl:lwjgl:3.4.1:$it" - includeInJar "org.lwjgl:lwjgl-opengl:3.4.1:$it" - includeInJar "org.lwjgl:lwjgl-glfw:3.4.1:$it" - includeInJar "org.lwjgl:lwjgl-freetype:3.4.1:$it" + includeInJar "org.lwjgl:lwjgl:3.4.2:$it" + includeInJar "org.lwjgl:lwjgl-opengl:3.4.2:$it" + includeInJar "org.lwjgl:lwjgl-glfw:3.4.2:$it" + includeInJar "org.lwjgl:lwjgl-freetype:3.4.2:$it" } }