This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch struts-2-5-x
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/struts-2-5-x by this push:
new e62155c Upgrade SLF4J to 1.7.26 (WW-5023)
new aff4d46 Merge pull request #336 from
JCgH4164838Gh792C124B5/local_25x_LibUpd2
e62155c is described below
commit e62155c4608a276880c9a018f6cbc5c10e3db9f8
Author: JCgH4164838Gh792C124B5
<[email protected]>
AuthorDate: Thu Feb 21 12:25:23 2019 -0500
Upgrade SLF4J to 1.7.26 (WW-5023)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1c6ce69..cacddab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1001,12 +1001,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.25</version>
+ <version>1.7.26</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.25</version>
+ <version>1.7.26</version>
</dependency>
<dependency>