This is an automated email from the ASF dual-hosted git repository.
vogievetsky pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git
The following commit(s) were added to refs/heads/master by this push:
new 3290b49754 Log4j bump to 2.18 due to [LOG4J2-3419] (#12847)
3290b49754 is described below
commit 3290b4975456f8feb9afd006232741a0c7d98e63
Author: Karan Kumar <[email protected]>
AuthorDate: Wed Aug 3 11:55:40 2022 +0530
Log4j bump to 2.18 due to [LOG4J2-3419] (#12847)
* Log4j bump to 2.18 due to [LOG4J2-3419]
* Fixing license issues
---
licenses.yaml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/licenses.yaml b/licenses.yaml
index c64e372cc7..159b15a932 100644
--- a/licenses.yaml
+++ b/licenses.yaml
@@ -1837,7 +1837,7 @@ name: Apache Log4j
license_category: binary
module: java-core
license_name: Apache License version 2.0
-version: 2.17.1
+version: 2.18.0
libraries:
- org.apache.logging.log4j: log4j-1.2-api
- org.apache.logging.log4j: log4j-api
diff --git a/pom.xml b/pom.xml
index ad6297b7e0..a5a432247f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,7 +99,7 @@
<jersey.version>1.19.4</jersey.version>
<jackson.version>2.10.5.20201202</jackson.version>
<codehaus.jackson.version>1.9.13</codehaus.jackson.version>
- <log4j.version>2.17.1</log4j.version>
+ <log4j.version>2.18.0</log4j.version>
<mysql.version>5.1.49</mysql.version>
<mariadb.version>2.7.3</mariadb.version>
<netty3.version>3.10.6.Final</netty3.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]