From b699a1123a9b1a2840eb214dadc2cfdd264d6901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 15:57:31 +0000 Subject: [PATCH] Bump the badlogicgames group with 2 updates Bumps the badlogicgames group with 2 updates: [com.badlogicgames.gdx:gdx](https://github.com/libgdx/libgdx) and [com.badlogicgames.gdx:gdx-box2d](https://github.com/libgdx/libgdx). 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) Updates `com.badlogicgames.gdx:gdx-box2d` 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 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: badlogicgames - dependency-name: com.badlogicgames.gdx:gdx-box2d dependency-type: direct:production update-type: version-update:semver-patch dependency-group: badlogicgames ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index ad063e37..6bac949d 100644 --- a/build.gradle +++ b/build.gradle @@ -52,8 +52,8 @@ project(":client") { implementation 'org.json:json:20241224' implementation 'com.konghq:unirest-java:3.14.5' - implementation 'com.badlogicgames.gdx:gdx:1.13.0' - implementation 'com.badlogicgames.gdx:gdx-box2d:1.13.0' + implementation 'com.badlogicgames.gdx:gdx:1.13.1' + implementation 'com.badlogicgames.gdx:gdx-box2d:1.13.1' implementation 'com.badlogicgames.gdx:gdx-controllers:1.9.13' implementation 'com.badlogicgames.jamepad:jamepad:2.30.0.0' }