From 274099d5c00e56384c4944c529b7fc5228f40019 Mon Sep 17 00:00:00 2001 From: Marat Khusainov Date: Fri, 7 Jan 2022 02:50:52 +0000 Subject: [PATCH] bump log4j version to 2.17.1 --- pom.xml | 8 ++++---- setup | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 2f7d0f4..1332fc1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ amazon-kinesis-agent jar Amazon Kinesis Agent - 2.0.5 + 2.0.6 Amazon Kinesis Agent runs on customer hosts and continuously monitors a set of log files and sends new data to the Amazon Kinesis Stream and Amazon Kinesis Firehose services in near-real-time. https://aws.amazon.com/kinesis @@ -155,12 +155,12 @@ org.apache.logging.log4j log4j-1.2-api - 2.17.0 + 2.17.1 org.apache.logging.log4j log4j-core - 2.17.0 + 2.17.1 runtime @@ -171,7 +171,7 @@ org.apache.logging.log4j log4j-slf4j-impl - 2.17.0 + 2.17.1 log4j diff --git a/setup b/setup index c3372e2..0510f1e 100755 --- a/setup +++ b/setup @@ -123,10 +123,10 @@ download_dependencies() { commons-logging:commons-logging-adapters:1.1 \ commons-logging:commons-logging-api:1.1 \ org.apache.commons:commons-lang3:3.4 \ - org.apache.logging.log4j:log4j-1.2-api:2.17.0 \ - org.apache.logging.log4j:log4j-api:2.17.0 \ - org.apache.logging.log4j:log4j-core:2.17.0 \ - org.apache.logging.log4j:log4j-slf4j-impl:2.17.0 \ + org.apache.logging.log4j:log4j-1.2-api:2.17.1 \ + org.apache.logging.log4j:log4j-api:2.17.1 \ + org.apache.logging.log4j:log4j-core:2.17.1 \ + org.apache.logging.log4j:log4j-slf4j-impl:2.17.1 \ org.slf4j:slf4j-api:1.7.12 \ com.beust:jcommander:1.48 \ org.xerial:sqlite-jdbc:3.20.1 \