Skip to content

Commit

Permalink
Log4J2 2.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jungm committed Sep 23, 2024
1 parent 754d712 commit bd1904f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions maven/tomee-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,13 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.23.1</version>
<version>${version.log4j2}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-jul</artifactId>
<version>2.23.1</version>
<version>${version.log4j2}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
<!-- Logging frameworks -->
<version.slf4j>2.0.16</version.slf4j>
<version.log4j>1.2.17</version.log4j>
<version.log4j2>2.23.1</version.log4j2>
<version.log4j2>2.24.0</version.log4j2>
<version.commons-logging>1.3.4</version.commons-logging>

<!-- Apache Commons -->
Expand Down

0 comments on commit bd1904f

Please sign in to comment.