From 7920988e09c3c712ddf6af6623a549e227bd0fac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Jun 2024 18:48:24 +0000 Subject: [PATCH] Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.10.1 to 2.11.0. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.10.1...gson-parent-2.11.0) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index bc5886da0ef..2166160ea75 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -105,7 +105,7 @@ ext { tinkVersion = '1.12.0' tomcatVersion = '10.1.13' validationVersion = '2.0.1.Final' - gsonVersion = '2.10.1' + gsonVersion = '2.11.0' antVersion = '1.10.14' jnrVersion = '3.1.19' cassandraVersion = '4.1.4'