From 592a604a6a9c4a6c951b0eedb37168086384ec4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 19:59:36 +0000 Subject: [PATCH] Bump gdxVersion from 1.13.0 to 1.13.1 Bumps `gdxVersion` from 1.13.0 to 1.13.1. Updates `com.badlogicgames.gdx:gdx-backend-lwjgl3` from 1.13.0 to 1.13.1 - [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.0...1.13.1) Updates `com.badlogicgames.gdx:gdx-backend-android` from 1.13.0 to 1.13.1 - [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.0...1.13.1) Updates `com.badlogicgames.gdx:gdx-backend-gwt` from 1.13.0 to 1.13.1 - [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.0...1.13.1) Updates `com.badlogicgames.gdx:gdx` from 1.13.0 to 1.13.1 - [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.0...1.13.1) --- updated-dependencies: - dependency-name: com.badlogicgames.gdx:gdx-backend-lwjgl3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.badlogicgames.gdx:gdx-backend-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.badlogicgames.gdx:gdx-backend-gwt dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.badlogicgames.gdx:gdx 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 4125cc5..c602b97 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ allprojects { version = '1.0' ext { appName = "Halma" - gdxVersion = '1.13.0' + gdxVersion = '1.13.1' }