Skip to content

Commit

Permalink
bump log4j version to 2.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marat Khusainov committed Jan 7, 2022
1 parent 4cfcd11 commit 274099d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>amazon-kinesis-agent</artifactId>
<packaging>jar</packaging>
<name>Amazon Kinesis Agent</name>
<version>2.0.5</version>
<version>2.0.6</version>
<description>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.</description>
<url>https://aws.amazon.com/kinesis</url>

Expand Down Expand Up @@ -155,12 +155,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand All @@ -171,7 +171,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.17.0</version>
<version>2.17.1</version>
<exclusions>
<exclusion>
<groupId>log4j</groupId>
Expand Down
8 changes: 4 additions & 4 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 274099d

Please sign in to comment.