You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/25 18:29:26 UTC

[commons-vfs] 02/02: Revert "Bump slf4j-simple from 1.7.26 to 1.7.30 (#129)"

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git

commit 7f23bc5b5191f166827bd0ce6b640842918a2312
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Sep 25 14:29:01 2020 -0400

    Revert "Bump slf4j-simple from 1.7.26 to 1.7.30 (#129)"
    
    This reverts commit fb3ce6ec4fcd11062310db5a67d241c9d54ab6d8.
---
 commons-vfs2-examples/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/commons-vfs2-examples/pom.xml b/commons-vfs2-examples/pom.xml
index 0dfbfae..0351a87 100644
--- a/commons-vfs2-examples/pom.xml
+++ b/commons-vfs2-examples/pom.xml
@@ -175,7 +175,7 @@
         <dependency>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-simple</artifactId>
-          <version>1.7.30</version>
+          <version>1.7.26</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>
@@ -202,7 +202,7 @@
         <dependency>
           <groupId>org.slf4j</groupId>
           <artifactId>slf4j-simple</artifactId>
-          <version>1.7.30</version>
+          <version>1.7.26</version>
           <scope>runtime</scope>
         </dependency>
       </dependencies>