This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/maven-build-cache-extension.git
The following commit(s) were added to refs/heads/master by this push:
new e73f519 Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0
(#410)
e73f519 is described below
commit e73f519f0164a74d891a24847904108e07d7a208
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 18 08:49:45 2025 +0100
Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 (#410)
Bumps org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 058c12a..bca56f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,7 +71,7 @@ under the License.
<maven.basedir>${project.build.directory}/${maven.dir}</maven.basedir>
<commonsCliVersion>1.4</commonsCliVersion>
- <commonsLangVersion>3.19.0</commonsLangVersion>
+ <commonsLangVersion>3.20.0</commonsLangVersion>
<junit.version>5.14.1</junit.version>
<mockitoVersion>4.11.0</mockitoVersion>
<wagonVersion>3.4.3</wagonVersion>