From fdbf1a9045299021b60f24e0aaf0d339d40eca60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 19:01:44 +0000 Subject: [PATCH] Bump gdxVersion from 1.13.1 to 1.14.0 Bumps `gdxVersion` from 1.13.1 to 1.14.0. Updates `com.badlogicgames.gdx:gdx-backend-lwjgl3` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/libgdx/libgdx/releases) - [Changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES) - [Commits](https://github.com/libgdx/libgdx/compare/1.13.1...1.14.0) Updates `com.badlogicgames.gdx:gdx-backend-android` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/libgdx/libgdx/releases) - [Changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES) - [Commits](https://github.com/libgdx/libgdx/compare/1.13.1...1.14.0) Updates `com.badlogicgames.gdx:gdx-backend-gwt` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/libgdx/libgdx/releases) - [Changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES) - [Commits](https://github.com/libgdx/libgdx/compare/1.13.1...1.14.0) Updates `com.badlogicgames.gdx:gdx` from 1.13.1 to 1.14.0 - [Release notes](https://github.com/libgdx/libgdx/releases) - [Changelog](https://github.com/libgdx/libgdx/blob/master/CHANGES) - [Commits](https://github.com/libgdx/libgdx/compare/1.13.1...1.14.0) --- updated-dependencies: - dependency-name: com.badlogicgames.gdx:gdx-backend-lwjgl3 dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx-backend-android dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx-backend-gwt dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 95c089f..351d75d 100644 --- a/build.gradle +++ b/build.gradle @@ -23,7 +23,7 @@ allprojects { version = '1.0' ext { appName = "Halma" - gdxVersion = '1.13.1' + gdxVersion = '1.14.0' }