This is an automated email from the ASF dual-hosted git repository.
wangtao29 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozhera.git
The following commit(s) were added to refs/heads/master by this push:
new 12c6cf66 fix: update log4j version and adjust related dependencies
(#559)
12c6cf66 is described below
commit 12c6cf6668f2ea29bf25c9e767fc31a8e0399f6f
Author: psxjoy <[email protected]>
AuthorDate: Fri Mar 28 14:34:26 2025 +0800
fix: update log4j version and adjust related dependencies (#559)
---
ozhera-demo-client/pom.xml | 3 +--
ozhera-demo-server/pom.xml | 2 +-
ozhera-log/pom.xml | 4 ++--
pom.xml | 11 ++++++-----
trace-etl/pom.xml | 6 ++----
5 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/ozhera-demo-client/pom.xml b/ozhera-demo-client/pom.xml
index ca2bc728..d1349372 100644
--- a/ozhera-demo-client/pom.xml
+++ b/ozhera-demo-client/pom.xml
@@ -41,9 +41,8 @@
<module>ozhera-demo-client-server</module>
</modules>
<properties>
- <log4j.version>2.18.0</log4j.version>
+ <log4j.version>2.24.3</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
- <logback.version>1.2.10</logback.version>
<springboot.version>2.7.15</springboot.version>
<spring.version>5.3.29</spring.version>
<!-- Replace it with the absolute path of your own ozhera-demo-client
project. -->
diff --git a/ozhera-demo-server/pom.xml b/ozhera-demo-server/pom.xml
index d280a84d..e5022f6b 100644
--- a/ozhera-demo-server/pom.xml
+++ b/ozhera-demo-server/pom.xml
@@ -40,7 +40,7 @@
</modules>
<properties>
- <log4j.version>2.18.0</log4j.version>
+ <log4j.version>2.24.3</log4j.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.10</logback.version>
<springboot.version>2.7.15</springboot.version>
diff --git a/ozhera-log/pom.xml b/ozhera-log/pom.xml
index 3ca9905f..50f50417 100644
--- a/ozhera-log/pom.xml
+++ b/ozhera-log/pom.xml
@@ -75,12 +75,12 @@ http://www.apache.org/licenses/LICENSE-2.0
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-1.2-api</artifactId>
- <version>2.17.0</version>
+ <version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-web</artifactId>
- <version>2.17.0</version>
+ <version>2.24.3</version>
</dependency>
<dependency>
diff --git a/pom.xml b/pom.xml
index 91be71e0..95ce62bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,14 +19,15 @@
under the License.
-->
-<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>31</version>
- <relativePath />
+ <relativePath/>
</parent>
<groupId>org.apache.ozhera</groupId>
@@ -383,12 +384,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.18.0</version>
+ <version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
- <version>2.18.0</version>
+ <version>2.24.3</version>
</dependency>
<dependency>
<groupId>org.apache.rocketmq</groupId>
@@ -1122,6 +1123,6 @@
<url>https://github.com/apache/ozhera</url>
<connection>scm:git:https://github.com/apache/ozhera.git</connection>
<developerConnection>scm:git:https://github.com/apache/ozhera.git</developerConnection>
- <tag>HEAD</tag>
+ <tag>HEAD</tag>
</scm>
</project>
\ No newline at end of file
diff --git a/trace-etl/pom.xml b/trace-etl/pom.xml
index 742c9284..bb158e5d 100644
--- a/trace-etl/pom.xml
+++ b/trace-etl/pom.xml
@@ -48,10 +48,8 @@
</modules>
<properties>
- <log4j.version>2.18.0</log4j.version>
- <slf4j.version>1.7.36</slf4j.version>
- <logback.version>1.2.10</logback.version>
- <lombok.version>1.18.30</lombok.version>
+ <log4j.version>2.24.3</log4j.version>
+ <slf4j.version>2.0.16</slf4j.version>
<!--java20 is comparing the reasonable versions of Spring Boot and
Spring. issue#19-->
<springboot.version>2.7.15</springboot.version>
<spring.version>5.3.29</spring.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]