This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new d3ce913 Cleanup log4j version definition chaos and use bom-only
d3ce913 is described below
commit d3ce9136660fb93d428a3ec659dd5866231b0f6b
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Sep 23 11:26:44 2025 +0200
Cleanup log4j version definition chaos and use bom-only
---
pom.xml | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
diff --git a/pom.xml b/pom.xml
index f7443ae..ebd64b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.25.1</version>
+ <version>${log4j2.version}</version>
<scope>import</scope>
<type>pom</type>
</dependency>
@@ -109,21 +109,6 @@
<version>2.13.1</version>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-api</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-core</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
- <dependency>
- <groupId>org.apache.logging.log4j</groupId>
- <artifactId>log4j-to-slf4j</artifactId>
- <version>${log4j2.version}</version>
- </dependency>
</dependencies>
</dependencyManagement>
<modules>
@@ -136,7 +121,7 @@
<module>apache-whisker-maven-plugin</module>
</modules>
<properties>
- <log4j2.version>2.25.1</log4j2.version>
+ <log4j2.version>2.25.2</log4j2.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<target.jdk>1.8</target.jdk>
<!-- taken from
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
@@ -297,6 +282,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
+ <version>${log4j2.version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>