This is an automated email from the ASF dual-hosted git repository. dzamo pushed a commit to branch 1.21 in repository https://gitbox.apache.org/repos/asf/drill.git
commit 397fff249c9b0f0f8225dd30da04271f5c1e23fa Author: PJ Fanning <[email protected]> AuthorDate: Sun Dec 3 17:22:35 2023 +0100 DRILL-8466. upgrade to logback 1.3.14 (#2854) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 723bee7e33..a2fcb80fb4 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ <curator.version>5.2.0</curator.version> <wiremock.standalone.version>2.23.2</wiremock.standalone.version> <jmockit.version>1.47</jmockit.version> - <logback.version>1.3.13</logback.version> + <logback.version>1.3.14</logback.version> <mockito.version>3.11.2</mockito.version> <!-- Currently, Hive storage plugin only supports Apache Hive 3.1.3 or vendor specific variants of the
