This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new 39ab16ff Bump commons-lang3 from 3.19.0 to 3.20.0
39ab16ff is described below
commit 39ab16ff9ea0a05f62627d170b594b1d0d88975d
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Nov 16 09:06:12 2025 -0500
Bump commons-lang3 from 3.19.0 to 3.20.0
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0207c2f7..8a9b8042 100644
--- a/pom.xml
+++ b/pom.xml
@@ -629,7 +629,7 @@ The following provides more details on the included
cryptographic software:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.19.0</version>
+ <version>3.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 74086dc9..fa57ce49 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -113,7 +113,7 @@
<action type="update" dev="ggregory"
due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to
3.2.0 #303.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2
#311.</action>
<action type="update" dev="ggregory"
due-to="Dependabot">Bump commons-io:commons-io from 2.15.1 to 2.21.0 #321,
#325, #388, #413.</action>
- <action type="update" dev="ggregory"
due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.19.0
#362, #373, #383, #475.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.20.0
#362, #373, #383, #475.</action>
<action type="update" dev="ggregory"
due-to="Dependabot, Gary Gregory">Bump org.codehaus.mojo:taglist-maven-plugin
from 3.1.0 to 3.2.1 #403.</action>
</release>
<release version="1.2.0" date="2023-01-14" description="Minor release
(Java 8, OpenSSL 1.1.1)">