This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new 85bb30c WICKET-6675 log4j-slf4j-impl requires version 1.7.25 of
slf4j-api while Wicket 8.5 requires version 1.7.26
85bb30c is described below
commit 85bb30c0ece590b0fe92e684385c53c10e1f8f22
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Wed Jun 26 09:46:27 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 747732f..4d409fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
<objenesis.version>3.0.1</objenesis.version>
<openjson.version>1.0.10</openjson.version>
<servlet-api.version>3.1.0</servlet-api.version>
- <slf4j.version>1.7.26</slf4j.version>
+ <slf4j.version>1.7.25</slf4j.version>
<spring.version>5.1.8.RELEASE</spring.version>
<wagon-ssh-external.version>3.3.2</wagon-ssh-external.version>
<weld.version>3.1.1.Final</weld.version>