From 566dc33c0a0cf66dc2067e7d2c198e643cbf96ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 16:09:17 +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` 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 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 0e832ba..3a7cbeb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { ext.badassRuntimeVersion="1.13.1" ext.cliktVersion="5.0.3" ext.fileKitVersion="0.12.0" - ext.gdxVersion="1.13.1" + ext.gdxVersion="1.14.0" ext.jnaPlatformVersion="5.17.0" ext.jUnitVersion="6.0.0" ext.klaxonVersion="5.6"