From 7449d6f044d2d6a37203e48326aeb820c08b9ef3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:03:51 +0000 Subject: [PATCH] Bump the backend-dev group across 1 directory with 3 updates Bumps the backend-dev group with 3 updates in the / directory: [org.springframework:spring-web](https://github.com/spring-projects/spring-framework), [org.jsoup:jsoup](https://github.com/jhy/jsoup) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin). Updates `org.springframework:spring-web` from 6.2.17 to 6.2.18 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.17...v6.2.18) Updates `org.jsoup:jsoup` from 1.22.1 to 1.22.2 - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.22.1...jsoup-1.22.2) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.18 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-dev - dependency-name: org.jsoup:jsoup dependency-version: 1.22.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: backend-dev - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backend-dev ... Signed-off-by: dependabot[bot] --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4072549..d9193cf 100644 --- a/pom.xml +++ b/pom.xml @@ -103,14 +103,14 @@ org.springframework spring-web - 6.2.17 + 6.2.18 test org.jsoup jsoup - 1.22.1 + 1.22.2 test @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.1 + 3.15.0 21