From a0668d7fa7b8045bc95c31a1b7aa804728323656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 00:11:14 +0000 Subject: [PATCH] deps(deps): bump org.lwjgl:lwjgl from 3.3.3 to 3.3.4 Bumps [org.lwjgl:lwjgl](https://github.com/LWJGL/lwjgl3) from 3.3.3 to 3.3.4. - [Release notes](https://github.com/LWJGL/lwjgl3/releases) - [Commits](https://github.com/LWJGL/lwjgl3/compare/3.3.3...3.3.4) --- updated-dependencies: - dependency-name: org.lwjgl:lwjgl dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- nanovg-impl/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nanovg-impl/build.gradle.kts b/nanovg-impl/build.gradle.kts index 5da783ee..2cca0268 100644 --- a/nanovg-impl/build.gradle.kts +++ b/nanovg-impl/build.gradle.kts @@ -1,5 +1,5 @@ // version of LWJGL to use. Recommended to be latest. -val lwjglVersion = "3.3.3" +val lwjglVersion = "3.3.4" // list of modules that this implementation needs to work. val lwjglModules = listOf("nanovg", "opengl", "stb", "glfw", null)