From 14354a7a6e0da35fe51be71a4127e99fd9f5e680 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Apr 2025 11:14:12 +0000 Subject: [PATCH] Bump the prod-deps group with 2 updates Bumps the prod-deps group with 2 updates: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [com.google.code.gson:gson](https://github.com/google/gson). Updates `org.junit:junit-bom` from 5.12.1 to 5.12.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) Updates `com.google.code.gson:gson` from 2.12.1 to 2.13.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.12.1...gson-parent-2.13.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.12.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: prod-deps - dependency-name: com.google.code.gson:gson dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: prod-deps ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c63ea509f..eceadac89 100644 --- a/pom.xml +++ b/pom.xml @@ -309,7 +309,7 @@ org.junit junit-bom - 5.12.1 + 5.12.2 pom import @@ -331,7 +331,7 @@ com.google.code.gson gson - 2.12.1 + 2.13.0