From 44cc62a30c24dca27dc7e4bf9eee0fb2498ffd8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 01:03:43 +0000 Subject: [PATCH] Bump gdxVersion from 1.10.0 to 1.11.0 Bumps `gdxVersion` from 1.10.0 to 1.11.0. Updates `gdx-backend-lwjgl` from 1.10.0 to 1.11.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/gdx-parent-1.10.0...1.11.0) Updates `gdx-backend-android` from 1.10.0 to 1.11.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/gdx-parent-1.10.0...1.11.0) Updates `gdx-box2d` from 1.10.0 to 1.11.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/gdx-parent-1.10.0...1.11.0) Updates `gdx-freetype` from 1.10.0 to 1.11.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/gdx-parent-1.10.0...1.11.0) Updates `gdx` from 1.10.0 to 1.11.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/gdx-parent-1.10.0...1.11.0) --- updated-dependencies: - dependency-name: com.badlogicgames.gdx:gdx-backend-lwjgl dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx-backend-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx-box2d dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx-freetype dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.badlogicgames.gdx:gdx 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 e4f26f2..2862aab 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ allprojects { version = '1.0' ext { appName = 'Jump Don\'t Die' - gdxVersion = '1.10.0' + gdxVersion = '1.11.0' roboVMVersion = '2.3.11' box2DLightsVersion = '1.5' ashleyVersion = '1.7.3'