From 1c4587e3c377add91221d87f1164df9b2f7cbfb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 21:07:21 +0000 Subject: [PATCH] Bump org.joml:joml from 1.10.7 to 1.10.8 Bumps [org.joml:joml](https://github.com/JOML-CI/JOML) from 1.10.7 to 1.10.8. - [Release notes](https://github.com/JOML-CI/JOML/releases) - [Commits](https://github.com/JOML-CI/JOML/compare/1.10.7...1.10.8) --- updated-dependencies: - dependency-name: org.joml:joml dependency-version: 1.10.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2b9ad82..df47bb2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -47,7 +47,7 @@ dependencies { implementation("org.lwjgl:lwjgl-opengl") implementation("org.lwjgl:lwjgl-stb") implementation("org.lwjgl:lwjgl-glfw") - implementation("org.joml:joml:1.9.25") + implementation("org.joml:joml:1.10.8") runtimeOnly("org.lwjgl:lwjgl::natives-windows") runtimeOnly("org.lwjgl:lwjgl-opengl::natives-windows")