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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3dcf2d8a3b ARROW-16998: [Java] Upgrade commons-codec dependencies 
(#13540)
3dcf2d8a3b is described below

commit 3dcf2d8a3b2824cfb79376a05d6dc05f63ae579c
Author: david dali susanibar arce <[email protected]>
AuthorDate: Thu Jul 7 15:58:57 2022 -0500

    ARROW-16998: [Java] Upgrade commons-codec dependencies (#13540)
    
    Upgrade commons-codec dependencies from 1.10 to 1.15
    
    Authored-by: david dali susanibar arce <[email protected]>
    Signed-off-by: David Li <[email protected]>
---
 java/vector/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/vector/pom.xml b/java/vector/pom.xml
index 88eefa3108..8bf184a4a5 100644
--- a/java/vector/pom.xml
+++ b/java/vector/pom.xml
@@ -51,7 +51,7 @@
     <dependency>
       <groupId>commons-codec</groupId>
       <artifactId>commons-codec</artifactId>
-      <version>1.10</version>
+      <version>1.15</version>
     </dependency>
     <dependency>
       <groupId>org.apache.arrow</groupId>

Reply via email to