From eadefc2348f9e4e1e7c2500cd43baf2ed16e12d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 15:12:56 +0000 Subject: [PATCH] [dependency]: Bump the core-dependencies group across 1 directory with 3 updates Bumps the core-dependencies group with 3 updates in the /core directory: [commons-codec:commons-codec](https://github.com/apache/commons-codec), [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) and [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin). Updates `commons-codec:commons-codec` from 1.20.0 to 1.21.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.20.0...rel/commons-codec-1.21.0) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.20.1 to 2.21.0 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](https://github.com/mojohaus/versions/compare/2.20.1...2.21.0) 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: commons-codec:commons-codec dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: core-dependencies - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-version: 2.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: core-dependencies - 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: core-dependencies ... Signed-off-by: dependabot[bot] --- core/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/pom.xml b/core/pom.xml index 959918dd3..587a14f14 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -40,7 +40,7 @@ commons-codec commons-codec - 1.20.0 + 1.21.0 commons-io @@ -150,7 +150,7 @@ org.codehaus.mojo versions-maven-plugin - 2.20.1 + 2.21.0 false @@ -159,7 +159,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.14.1 + 3.15.0 11 ${project.build.sourceEncoding}