This is an automated email from the ASF dual-hosted git repository.
snagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git
The following commit(s) were added to refs/heads/master by this push:
new 1d9ebf1 Upgrade to log4j 2.17.0 (#719)
1d9ebf1 is described below
commit 1d9ebf15df7e4da5962d7905e61e04b06125e4f5
Author: Sebastian Nagel <[email protected]>
AuthorDate: Wed Dec 22 10:16:04 2021 +0100
Upgrade to log4j 2.17.0 (#719)
---
ivy/ivy.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ivy/ivy.xml b/ivy/ivy.xml
index 71a0699..8d154bf 100644
--- a/ivy/ivy.xml
+++ b/ivy/ivy.xml
@@ -36,9 +36,9 @@
</publications>
<dependencies>
- <dependency org="org.apache.logging.log4j" name="log4j-api"
rev="2.16.0" conf="*->master" />
- <dependency org="org.apache.logging.log4j" name="log4j-core"
rev="2.16.0" conf="*->master" />
- <dependency org="org.apache.logging.log4j"
name="log4j-slf4j-impl" rev="2.16.0" conf="*->master" />
+ <dependency org="org.apache.logging.log4j" name="log4j-api"
rev="2.17.0" conf="*->master" />
+ <dependency org="org.apache.logging.log4j" name="log4j-core"
rev="2.17.0" conf="*->master" />
+ <dependency org="org.apache.logging.log4j"
name="log4j-slf4j-impl" rev="2.17.0" conf="*->master" />
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.32"
conf="*->master" />
<dependency org="org.apache.commons" name="commons-lang3"
rev="3.12.0" conf="*->default" />