This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch wicket-8.x
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/wicket-8.x by this push:
new a4ace1c WICKET-6675 log4j-slf4j-impl requires version 1.7.25 of
slf4j-api while Wicket 8.5 requires version 1.7.26
a4ace1c is described below
commit a4ace1c1c0882015975c92f8982453d8b9cb0bba
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jun 26 09:43:46 2019 +0300
WICKET-6675 log4j-slf4j-impl requires version 1.7.25 of slf4j-api while
Wicket 8.5 requires version 1.7.26
Revert SLF4J version to 1.7.25 because 1.7.26 has API breaks and Log4j2
cannot upgrade to it: https://github.com/apache/logging-log4j2/pull/276
Wicket does not need anything from 1.7.26 specifically.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c128104..61d888c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -138,7 +138,7 @@
<maven.javadoc.version>2.10.4</maven.javadoc.version>
<maven.surefire.version>3.0.0-M1</maven.surefire.version>
<mockito.version>2.27.0</mockito.version>
- <slf4j.version>1.7.26</slf4j.version>
+ <slf4j.version>1.7.25</slf4j.version>
<logback.version>1.2.3</logback.version>
<hamcrest.version>2.0.0.0</hamcrest.version>
<objenesis.version>2.6</objenesis.version>