From 9f47ee61630e9fc49e8d968e2ea6419cc236f14b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 21:13:38 +0000 Subject: [PATCH] Bump gdxVersion from 1.11.0 to 1.12.0 Bumps `gdxVersion` from 1.11.0 to 1.12.0. Updates `com.badlogicgames.gdx:gdx` from 1.11.0 to 1.12.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.11.0...1.12.0) Updates `com.badlogicgames.gdx:gdx-freetype` from 1.11.0 to 1.12.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.11.0...1.12.0) Updates `com.badlogicgames.gdx:gdx-backend-lwjgl3` from 1.11.0 to 1.12.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.11.0...1.12.0) --- updated-dependencies: - dependency-name: com.badlogicgames.gdx:gdx 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-backend-lwjgl3 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 1ea4f8d..87c629c 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { slf4jVersion = "2.0.7" fledUtilsVersion = "0.1.10-SNAPSHOT" eclipseCollectionsVersion = "11.1.0" - gdxVersion = "1.11.0" + gdxVersion = "1.12.0" ktxVersion = "1.11.0-rc1" log4jVersion = "2.20.0" jmhCoreVersion = "1.36"