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-compress.git


The following commit(s) were added to refs/heads/master by this push:
     new e55258c0a Bump commons-lang3 from 3.13.0 to 3.14.0
e55258c0a is described below

commit e55258c0aeade37e696b62feddfa6ea21f0fe58a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 22 08:38:31 2023 -0500

    Bump commons-lang3 from 3.13.0 to 3.14.0
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ede26180b..5268c4245 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,7 +208,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, 
arj.
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-lang3</artifactId>
-      <version>3.13.0</version>
+      <version>3.14.0</version>
       <scope>test</scope>
     </dependency>    
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b8e6892a8..124e477f8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,8 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="fix" issue="COMPRESS-632" dev="ggregory" due-to="Yakov 
Shafranovich">Fixes and tests for ArInputStream #440.</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate 
SkipShieldingInputStream without replacement (no longer used).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Reuse 
commons-codec, don't duplicate package-private class PureJavaCrc32C.</action>
+      <!--  UPDATE -->
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump 
commons-lang3 from 3.13.0 to 3.14.0.</action>
     </release> 
     <release version="1.25.0" date="2023-11-12" description="Minor feature and 
maintenance release.">
       <!-- ADD -->

Reply via email to