This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 568f661 [deps](log4j) upgrade log4j (#7364)
568f661 is described below
commit 568f6611df4741e0cbc070f2d7275bafb89baa3c
Author: jiafeng.zhang <[email protected]>
AuthorDate: Fri Dec 10 23:19:11 2021 +0800
[deps](log4j) upgrade log4j (#7364)
to 2.15.0
---
fe/fe-core/pom.xml | 2 +-
fe/pom.xml | 6 +++---
fe_plugins/pom.xml | 6 +++---
fs_brokers/apache_hdfs_broker/pom.xml | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 22d48d0..036f48b 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -74,7 +74,7 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-web</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
diff --git a/fe/pom.xml b/fe/pom.xml
index d37843d..2ade2d2 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -310,21 +310,21 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/io.dropwizard.metrics/metrics-core -->
diff --git a/fe_plugins/pom.xml b/fe_plugins/pom.xml
index 58436df..5c0eb08 100644
--- a/fe_plugins/pom.xml
+++ b/fe_plugins/pom.xml
@@ -82,21 +82,21 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.12.1</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.12.1</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.12.1</version>
+ <version>2.15.0</version>
</dependency>
<!-- https://mvnrepository.com/artifact/log4j/log4j -->
diff --git a/fs_brokers/apache_hdfs_broker/pom.xml
b/fs_brokers/apache_hdfs_broker/pom.xml
index 71e1893..97eb296 100644
--- a/fs_brokers/apache_hdfs_broker/pom.xml
+++ b/fs_brokers/apache_hdfs_broker/pom.xml
@@ -227,14 +227,14 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.2</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.2</version>
+ <version>2.15.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/com.google.protobuf/protobuf-java -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]