From a9d29b8648af53c28a5db54aa763772071c776c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 03:44:36 +0000 Subject: [PATCH] Bump the dependencies group with 2 updates Bumps the dependencies group with 2 updates: [com.google.code.gson:gson](https://github.com/google/gson) and [com.google.code.java-allocation-instrumenter:java-allocation-instrumenter](https://github.com/google/allocation-instrumenter). Updates `com.google.code.gson:gson` from 2.13.2 to 2.14.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.13.2...gson-parent-2.14.0) Updates `com.google.code.java-allocation-instrumenter:java-allocation-instrumenter` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/google/allocation-instrumenter/releases) - [Commits](https://github.com/google/allocation-instrumenter/compare/java-allocation-instrumenter-3.3.4...java-allocation-instrumenter-3.3.5) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: com.google.code.java-allocation-instrumenter:java-allocation-instrumenter dependency-version: 3.3.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d784a084..366c6028 100644 --- a/pom.xml +++ b/pom.xml @@ -100,7 +100,7 @@ com.google.code.gson gson - 2.13.2 + 2.14.0 joda-time @@ -140,7 +140,7 @@ com.google.code.java-allocation-instrumenter java-allocation-instrumenter - 3.3.4 + 3.3.5 junit