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/04/27 14:01:23 UTC

[commons-configuration] branch master updated: Update Slf4j test dependencies: - org.slf4j:slf4j-api 1.7.26 -> 1.7.30, - org.slf4j:slf4j-ext 1.7.26 -> 1.7.30, - org.slf4j:slf4j-log4j12 1.7.26 -> 1.7.30, - org.slf4j:slf4j-nop 1.7.26 -> 1.7.30.

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-configuration.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b8f9a3  Update Slf4j test dependencies: - org.slf4j:slf4j-api 1.7.26 -> 1.7.30, - org.slf4j:slf4j-ext 1.7.26 -> 1.7.30, - org.slf4j:slf4j-log4j12 1.7.26 -> 1.7.30, - org.slf4j:slf4j-nop 1.7.26 -> 1.7.30.
3b8f9a3 is described below

commit 3b8f9a357375a42390869510878540f5121cddec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Apr 27 10:01:18 2020 -0400

    Update Slf4j test dependencies:
    - org.slf4j:slf4j-api 1.7.26 -> 1.7.30,
    - org.slf4j:slf4j-ext 1.7.26 -> 1.7.30,
    - org.slf4j:slf4j-log4j12 1.7.26 -> 1.7.30,
    - org.slf4j:slf4j-nop 1.7.26 -> 1.7.30.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f4244a1..3b48ce7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -562,7 +562,7 @@
       org.yaml.snakeyaml.*;resolution:=optional,
       *
     </commons.osgi.import>
-    <slf4j.version>1.7.26</slf4j.version>
+    <slf4j.version>1.7.30</slf4j.version>
     <spring.version>4.3.26.RELEASE</spring.version>
 
     <!-- generate report even if there are binary incompatible changes -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9f0a531..a4a8441 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,13 @@
        <action type="update" dev="ggregory" issue="CONFIGURATION-790" due-to="Gary Gregory">
          Update optional com.fasterxml.jackson.core:jackson-databind from 2.10.3 to 2.11.0.
        </action>
+       <action type="update" dev="ggregory" due-to="Gary Gregory">
+         Update Slf4j test dependencies:
+         org.slf4j:slf4j-api 1.7.26 -> 1.7.30,
+         org.slf4j:slf4j-ext 1.7.26 -> 1.7.30,
+         org.slf4j:slf4j-log4j12 1.7.26 -> 1.7.30,
+         org.slf4j:slf4j-nop 1.7.26 -> 1.7.30.
+       </action>
     </release>
     <release version="2.7" date="2020-03-07"
              description="Minor release with new features and updated dependencies.">