This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch 0.22.1 in repository https://gitbox.apache.org/repos/asf/druid.git
commit 17f92338081a58053ba71b5b0569ef3e5f3d7ed6 Author: Xavier Léauté <[email protected]> AuthorDate: Thu Dec 9 22:34:54 2021 -0800 update log4j to 2.15.0 to address security vulnerabilities (#12051) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 23e0e5a..6fb48e1 100644 --- a/pom.xml +++ b/pom.xml @@ -96,7 +96,7 @@ <jersey.version>1.19.3</jersey.version> <jackson.version>2.10.5.20201202</jackson.version> <codehaus.jackson.version>1.9.13</codehaus.jackson.version> - <log4j.version>2.8.2</log4j.version> + <log4j.version>2.15.0</log4j.version> <mysql.version>5.1.48</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]
