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

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


The following commit(s) were added to refs/heads/main by this push:
     new ec58e4de9e MINOR: [Java] Bump ch.qos.logback:logback-classic from 
1.3.14 to 1.4.14 in /java (#43310)
ec58e4de9e is described below

commit ec58e4de9e08e4398e293cde70a7fed5bfb3ba5c
Author: Dane Pitkin <[email protected]>
AuthorDate: Mon Jul 22 12:53:57 2024 -0400

    MINOR: [Java] Bump ch.qos.logback:logback-classic from 1.3.14 to 1.4.14 in 
/java (#43310)
    
    ### Rationale for this change
    
    With Java 8 deprecated, we can bump logback to the next version which 
supports Java 11 at build and runtime. See 
https://github.com/apache/arrow/pull/40778/files
    
    ### What changes are included in this PR?
    
    * Bump logback-classic to 1.4.14
    
    ### Are these changes tested?
    
    CI
    
    ### Are there any user-facing changes?
    
    No
    
    Authored-by: Dane Pitkin <[email protected]>
    Signed-off-by: Dane Pitkin <[email protected]>
---
 java/pom.xml       | 2 +-
 java/tools/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index 2e7b57e462..45acf9dd0c 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -280,7 +280,7 @@ under the License.
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.3.14</version>
+      <version>1.4.14</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/java/tools/pom.xml b/java/tools/pom.xml
index 9c52e21402..94566495df 100644
--- a/java/tools/pom.xml
+++ b/java/tools/pom.xml
@@ -59,7 +59,7 @@ under the License.
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
-      <version>1.3.14</version>
+      <version>1.4.14</version>
       <scope>test</scope>
     </dependency>
     <!--

Reply via email to