From 489a8ed74fa3cac4eb8442bfc5e737ffd7629a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 09:46:05 +0000 Subject: [PATCH] Bump org.lwjgl:lwjgl-bom from 3.3.4 to 3.3.5 Bumps [org.lwjgl:lwjgl-bom](https://github.com/LWJGL/lwjgl3) from 3.3.4 to 3.3.5. - [Release notes](https://github.com/LWJGL/lwjgl3/releases) - [Commits](https://github.com/LWJGL/lwjgl3/compare/3.3.4...3.3.5) --- updated-dependencies: - dependency-name: org.lwjgl:lwjgl-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- stellaris-lwjgl-viewer/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stellaris-lwjgl-viewer/build.gradle b/stellaris-lwjgl-viewer/build.gradle index 9c6161e..79beb31 100644 --- a/stellaris-lwjgl-viewer/build.gradle +++ b/stellaris-lwjgl-viewer/build.gradle @@ -41,7 +41,7 @@ dependencies { // testImplementation 'org.eclipse.collections:eclipse-collections-testutils:11.0.0' - implementation platform('org.lwjgl:lwjgl-bom:3.3.4') + implementation platform('org.lwjgl:lwjgl-bom:3.3.5') ['', '-assimp', '-glfw', '-openal', '-opengl', '-stb'].each { implementation "org.lwjgl:lwjgl${it}" implementation "org.lwjgl:lwjgl${it}::${lwjglNatives}"