From dddb9186b2c84d5e6d764502707636cdade9aa16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 May 2024 09:34:22 +0300 Subject: [PATCH] Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 in /Plan (#3643) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 0550f5c1b..2f607709d 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -96,7 +96,7 @@ subprojects { hikariVersion = "5.1.0" slf4jVersion = "2.0.13" geoIpVersion = "4.2.0" - gsonVersion = "2.10.1" + gsonVersion = "2.11.0" dependencyDownloadVersion = "1.3.1" ipAddressMatcherVersion = "5.5.0" jasyptVersion = "1.9.3"