From 7f09e6cdf7768dc700bc71ffda2b90153f52364b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 14:36:41 +0000 Subject: [PATCH] chore(deps): Bump com.google.code.gson:gson from 2.11.0 to 2.12.1 Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.11.0 to 2.12.1. - [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.11.0...gson-parent-2.12.1) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- impl/json/pom.xml | 2 +- impl/sql/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/impl/json/pom.xml b/impl/json/pom.xml index 07e6d23..d2bf56f 100644 --- a/impl/json/pom.xml +++ b/impl/json/pom.xml @@ -37,7 +37,7 @@ com.google.code.gson gson - 2.11.0 + 2.12.1 compile diff --git a/impl/sql/pom.xml b/impl/sql/pom.xml index 7ecddc2..dd35069 100644 --- a/impl/sql/pom.xml +++ b/impl/sql/pom.xml @@ -31,7 +31,7 @@ com.google.code.gson gson - 2.11.0 + 2.12.1