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 be8b5ac CVE-2021-45105
be8b5ac is described below
commit be8b5ac8ade677e76ea742c1a583cd4a6264172f
Author: Bertty Contreras-Rojas <[email protected]>
AuthorDate: Sun Dec 19 14:08:41 2021 +0100
CVE-2021-45105
upped version to 2.17 which has the critical issue fixed
Signed-off-by: bertty <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c8d81b1..50a4733 100644
--- a/pom.xml
+++ b/pom.xml
@@ -949,7 +949,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-bom</artifactId>
- <version>2.15.0</version>
+ <version>2.17.0</version>
<scope>import</scope>
<type>pom</type>
</dependency>