From 9950c75b3651b97e538127962de958c5cac36f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 18:43:36 +0000 Subject: [PATCH] Bump the maven group in /java with 2 updates Bumps the maven group in /java with 2 updates: [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) and [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit-framework). Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.junit.jupiter:junit-jupiter` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven - dependency-name: org.junit.jupiter:junit-jupiter dependency-version: 6.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven ... Signed-off-by: dependabot[bot] --- java/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java/pom.xml b/java/pom.xml index 7dac2f8..52fa06d 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -60,12 +60,12 @@ com.fasterxml.jackson.core jackson-databind - 2.22.0 + 2.22.1 org.junit.jupiter junit-jupiter - 6.1.1 + 6.1.2 test