From 3e1979b844e876e5affe9696454ec1f5c48aaac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 07:10:57 +0000 Subject: [PATCH] Bump the maven group across 1 directory with 3 updates Bumps the maven group with 3 updates in the / directory: [org.springframework:spring-context](https://github.com/spring-projects/spring-framework), [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson). Updates `org.springframework:spring-context` from 6.1.10 to 6.1.20 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.10...v6.1.20) Updates `org.springframework:spring-web` from 6.1.10 to 6.1.21 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.1.10...v6.1.21) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.0 to 2.22.0 - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 6.1.20 dependency-type: direct:production dependency-group: maven - dependency-name: org.springframework:spring-web dependency-version: 6.1.21 dependency-type: direct:production dependency-group: maven - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.22.0 dependency-type: direct:production dependency-group: maven ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 07a88a3..dff0906 100644 --- a/pom.xml +++ b/pom.xml @@ -65,13 +65,13 @@ org.springframework spring-context - 6.1.10 + 6.1.20 provided org.springframework spring-web - 6.1.10 + 6.1.21 provided @@ -93,7 +93,7 @@ com.fasterxml.jackson.core jackson-databind - 2.17.0 + 2.22.0 provided