From e3a82e61d87f89a1ef6b454021e5f57cd71b6882 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 23:43:20 +0000 Subject: [PATCH] chore(deps): Bump the java group across 1 directory with 5 updates Bumps the java group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.1` | `6.1.2` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.22.0` | `2.22.1` | | [tools.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `3.2.0` | `3.2.1` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` | | [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.10.0` | `0.11.0` | Updates `org.junit:junit-bom` 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) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.22.0 to 2.22.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `tools.jackson.core:jackson-databind` from 3.2.0 to 3.2.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.5.38) Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.10.0 to 0.11.0 - [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - 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: java - dependency-name: tools.jackson.core:jackson-databind dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.38 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: java - dependency-name: org.sonatype.central:central-publishing-maven-plugin dependency-version: 0.11.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 327a9b0..e8c4b1f 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ org.junit junit-bom - 6.1.1 + 6.1.2 pom import @@ -63,7 +63,7 @@ com.fasterxml.jackson.core jackson-databind - 2.22.0 + 2.22.1 true @@ -81,7 +81,7 @@ tools.jackson.core jackson-databind - 3.2.0 + 3.2.1 true @@ -94,7 +94,7 @@ ch.qos.logback logback-classic - 1.5.37 + 1.5.38 test @@ -264,7 +264,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.10.0 + 0.11.0 true central