From a3a4d27335e845a0be9a8e5e8064d392913f4f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 03:13:01 +0000 Subject: [PATCH] Bump the backend-dev group across 1 directory with 2 updates Bumps the backend-dev group with 2 updates in the / directory: [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.jsoup:jsoup` from 1.23.1 to 1.23.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.23.1...jsoup-1.23.2) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.15.0 to 3.16.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](https://github.com/apache/maven-compiler-plugin/compare/maven-compiler-plugin-3.15.0...maven-compiler-plugin-3.16.0) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.23.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.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: backend-dev ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 3e2dc3f..2934fb6 100644 --- a/pom.xml +++ b/pom.xml @@ -110,7 +110,7 @@ org.jsoup jsoup - 1.23.1 + 1.23.2 test @@ -121,7 +121,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.15.0 + 3.16.0 21