From dd714b5956d4d38a9b237354486e51014288dec6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:53:11 +0000 Subject: [PATCH] build(deps): bump lwjgl from 3.4.1 to 3.4.2 Bumps `lwjgl` from 3.4.1 to 3.4.2. Updates `org.lwjgl:lwjgl-bom` 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) Updates `org.lwjgl:lwjgl` 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) Updates `org.lwjgl:lwjgl-glfw` 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) Updates `org.lwjgl:lwjgl-opengl` 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-bom dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.lwjgl:lwjgl dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.lwjgl:lwjgl-glfw dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.lwjgl:lwjgl-opengl dependency-version: 3.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index bcb5fce..9ac3a03 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlinx-coroutines = "1.11.0" -lwjgl = "3.4.1" +lwjgl = "3.4.2" jni-utils = "0.6.4" compose = "1.11.1" kotlin = "2.4.0"