This is an automated email from the ASF dual-hosted git repository.

mblow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git

commit 3377aabeccbe85acbe19e170633aff1ff4f93a7a
Author: Michael Blow <[email protected]>
AuthorDate: Tue Jan 9 12:26:44 2024 -0500

    [NO ISSUE][MISC] Update commons dependencies
    
    - commons-codec:commons-codec .............. 1.15 -> 1.16.0
    - commons-io:commons-io .................. 2.11.0 -> 2.15.1
    - commons-logging:commons-logging ............ 1.2 -> 1.3.0
    - org.apache.commons:commons-compress .... 1.24.0 -> 1.25.0
    - org.apache.commons:commons-lang3 ....... 3.13.0 -> 3.14.0
    - org.apache.commons:commons-text ........ 1.10.0 -> 1.11.0
    
    Change-Id: I43f0f4395dcd765524001845670d5a9adac28277
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/18085
    Reviewed-by: Michael Blow <[email protected]>
    Reviewed-by: Murtadha Hubail <[email protected]>
    Tested-by: Michael Blow <[email protected]>
---
 asterixdb/pom.xml         | 6 +++---
 hyracks-fullstack/pom.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index faf8918fee..b41a5e7185 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -1208,7 +1208,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-compress</artifactId>
-        <version>1.24.0</version>
+        <version>1.25.0</version>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
@@ -1218,7 +1218,7 @@
       <dependency>
         <groupId>commons-logging</groupId>
         <artifactId>commons-logging</artifactId>
-        <version>1.2</version>
+        <version>1.3.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.hyracks</groupId>
@@ -1458,7 +1458,7 @@
       <dependency>
         <groupId>commons-codec</groupId>
         <artifactId>commons-codec</artifactId>
-        <version>1.15</version>
+        <version>1.16.0</version>
       </dependency>
       <dependency>
         <groupId>it.unimi.dsi</groupId>
diff --git a/hyracks-fullstack/pom.xml b/hyracks-fullstack/pom.xml
index 5852d62b30..f725de78eb 100644
--- a/hyracks-fullstack/pom.xml
+++ b/hyracks-fullstack/pom.xml
@@ -272,12 +272,12 @@
       <dependency>
         <groupId>commons-io</groupId>
         <artifactId>commons-io</artifactId>
-        <version>2.11.0</version>
+        <version>2.15.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-text</artifactId>
-        <version>1.10.0</version>
+        <version>1.11.0</version>
       </dependency>
       <dependency>
         <groupId>com.fasterxml.jackson.core</groupId>
@@ -324,7 +324,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-lang3</artifactId>
-        <version>3.13.0</version>
+        <version>3.14.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to