Skip to content

Commit

Permalink
Updated apache-log4j2 version and artifact ID from log4j-slf4j-impl--…
Browse files Browse the repository at this point in the history
…->log4j-slf4j2-impl
  • Loading branch information
DivyaSreeMunagavalasa committed Feb 29, 2024
1 parent 1b9c64c commit a7497c1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<curator.version>5.6.0</curator.version>
<apache-commons-lang3.version>3.14.0</apache-commons-lang3.version>
<junit-jupiter-engine.version>5.10.2</junit-jupiter-engine.version>
<apache-log4j2.version>2.17.1</apache-log4j2.version>
<apache-log4j2.version>2.23.0</apache-log4j2.version>
<lmax-disruptor.version>3.4.4</lmax-disruptor.version>
<jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
<guava.version>32.0.0-jre</guava.version>
Expand Down Expand Up @@ -205,15 +205,18 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${apache-log4j2.version}</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>${apache-log4j2.version}</version>
</dependency>
<!-- slf4j to log4j2 bridge adapter, needed for 'io.netty' logs -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>${apache-log4j2.version}</version>
</dependency>
<!--LMAX Disruptor for enabling Asynchronous log4j2 Logging -->
<dependency>
Expand Down

0 comments on commit a7497c1

Please sign in to comment.