From 6dc6f315d4e14ba7b361bebdd418a176c4c221bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jul 2025 16:50:21 +0000 Subject: [PATCH] Bump gdxVersion from 1.13.1 to 1.13.5 Bumps `gdxVersion` from 1.13.1 to 1.13.5. Updates `com.badlogicgames.gdx:gdx-backend-lwjgl3` from 1.13.1 to 1.13.5 - [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.13.5) Updates `com.badlogicgames.gdx:gdx` from 1.13.1 to 1.13.5 - [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.13.5) --- updated-dependencies: - dependency-name: com.badlogicgames.gdx:gdx-backend-lwjgl3 dependency-version: 1.13.5 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.badlogicgames.gdx:gdx dependency-version: 1.13.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d25cacd..f33c9ff 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.8.8" - ext.gdxVersion="1.13.1" + ext.gdxVersion="1.13.5" ext.jnaPlatformVersion="5.17.0" ext.jUnitPlatformVersion="1.13.3" ext.jUnitVersion="5.13.3"