This is an automated email from the ASF dual-hosted git repository.
bertty pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang.git
The following commit(s) were added to refs/heads/main by this push:
new e6aeef9 CVE-2021-44228
new 033bee3 Merge pull request #46 from 2pk03/patch-14
e6aeef9 is described below
commit e6aeef9b26465cb97427c3dfef66d2dc5a622798
Author: Alexander Alten <[email protected]>
AuthorDate: Mon Dec 13 15:04:54 2021 +0100
CVE-2021-44228
upped version to 2.15 which has the critical issue fixed
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d3ba58c..c8d81b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -949,7 +949,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.14.0</version>
+ <version>2.15.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>