From 02dd90619200f6053940f3d61f3dd8042267593e Mon Sep 17 00:00:00 2001 From: Davide Sottara Date: Mon, 20 Dec 2021 14:38:55 -0600 Subject: [PATCH] [CVE-2021-42550] Update Logback to version 1.2.9 --- README.md | 4 ++-- pom.xml | 13 ++++++++----- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4b9306dd..4171e735 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Splunk Logging for Java -#### Version 1.11.3 +#### Version 1.11.4 Splunk logging for Java enables you to log events to HTTP Event Collector or to a TCP input on a Splunk Enterprise instance within your Java applications. You can use three major Java logging frameworks: [Logback](http://logback.qos.ch), [Log4j 2](http://logging.apache.org/log4j/2.x/), and [java.util.logging](https://docs.oracle.com/javase/7/docs/api/java/util/logging/package-summary.html). Splunk logging for Java is also enabled for [Simple Logging Facade for Java (SLF4J)](http://www.slf4j.org). @@ -35,7 +35,7 @@ You'll need Java version 8 or higher, from [OpenJDK](https://openjdk.java.net) o If you're using the Log4j 2, Simple Logging Facade for Java (SLF4J), or Logback logging frameworks in conjunction with Splunk logging for Java there are additional compatibility requirements. For more about logging framework requirements, see [Enable logging to HEC](https://dev.splunk.com/enterprise/docs/devtools/java/logging-java/howtouseloggingjava/enableloghttpjava/) and [Enable logging to TCP inputs](https://dev.splunk.com/enterprise/docs/devtools/java/logging-java/howtouseloggingjava/enablelogtcpjava). These frameworks require: * Log4j version 2.17.0 * SLF4J version 1.7.30 -* Logback version 1.2.3 +* Logback version 1.2.9 ## Documentation and resources diff --git a/pom.xml b/pom.xml index a1a2b6d7..b9a5a6fb 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.splunk.logging splunk-library-javalogging - 1.11.3 + 1.11.4 jar Splunk Logging for Java @@ -22,6 +22,9 @@ 2.17.0 + + + 1.2.9 @@ -192,19 +195,19 @@ ch.qos.logback logback-classic - 1.2.3 + ${logback.version} provided ch.qos.logback logback-core - 1.2.3 + ${logback.version} provided ch.qos.logback logback-access - 1.2.3 + ${logback.version} provided @@ -334,4 +337,4 @@ - \ No newline at end of file +