This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/master by this push:
     new e82c5a2  Upgrade SLF4J to 1.7.26 (WW-5023) (#337)
e82c5a2 is described below

commit e82c5a207f62fdb1bb6e8da690325b5a109c924f
Author: JCgH4164838Gh792C124B5 
<43964333+jcgh4164838gh792c12...@users.noreply.github.com>
AuthorDate: Mon Mar 11 03:48:09 2019 -0400

    Upgrade SLF4J to 1.7.26 (WW-5023) (#337)
    
    * 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 92cc11d..9228839 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1068,12 +1068,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>

Reply via email to