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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 351950fb Bump commons-lang3 from 3.13.0 to 3.14.0
351950fb is described below
commit 351950fb582667d52046082e4b4d4410774c5176
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:33:13 2023 -0500
Bump commons-lang3 from 3.13.0 to 3.14.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 2acc1a5d..0d6585d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -232,7 +232,7 @@ limitations under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.13.0</version>
+ <version>3.14.0</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 508abbbf..73301a96 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="fix" due-to="Gary
Gregory">Precompile regular expression in UnixCrypt.crypt(byte[],
String).</action>
<!-- UPDATE -->
<action dev="ggregory" type="update"
due-to="Dependabot, Gary Gregory">Bump commons-parent from 58 to 64.</action>
- <action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
+ <action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-lang3 from 3.12.0 to 3.14.0.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump commons-io from 2.13.0 to 2.15.0.</action>
</release>
<release version="1.16.0" date="2023-06-17" description="Feature and fix
release. Requires a minimum of Java 8.">