From ec58e4de9e08e4398e293cde70a7fed5bfb3ba5c Mon Sep 17 00:00:00 2001 From: Dane Pitkin Date: Mon, 22 Jul 2024 12:53:57 -0400 Subject: [PATCH] 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 Signed-off-by: Dane Pitkin --- 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 2e7b57e462690..45acf9dd0c732 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -280,7 +280,7 @@ under the License. ch.qos.logback logback-classic - 1.3.14 + 1.4.14 test diff --git a/java/tools/pom.xml b/java/tools/pom.xml index 9c52e21402bcd..94566495dff19 100644 --- a/java/tools/pom.xml +++ b/java/tools/pom.xml @@ -59,7 +59,7 @@ under the License. ch.qos.logback logback-classic - 1.3.14 + 1.4.14 test