This is an automated email from the ASF dual-hosted git repository. kinow 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 ea111bb1 Bump slf4j.version from 2.0.0 to 2.0.1 ea111bb1 is described below commit ea111bb1d3c8dd171d07a4089e1b1503bf506586 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Sep 16 22:52:33 2022 +0000 Bump slf4j.version from 2.0.0 to 2.0.1 Bumps `slf4j.version` from 2.0.0 to 2.0.1. Updates `slf4j-api` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1) Updates `slf4j-ext` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1) Updates `slf4j-log4j12` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1) Updates `slf4j-nop` from 2.0.0 to 2.0.1 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.0...v_2.0.1) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-ext dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-log4j12 dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.slf4j:slf4j-nop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f9298301..a558cd34 100644 --- a/pom.xml +++ b/pom.xml @@ -556,7 +556,7 @@ * </commons.osgi.import> <log4j.version>2.18.0</log4j.version> - <slf4j.version>2.0.0</slf4j.version> + <slf4j.version>2.0.1</slf4j.version> <spring.version>5.3.23</spring.version> <commons.japicmp.version>0.15.7</commons.japicmp.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 55e4ae90..b497e803 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,7 +56,7 @@ Bump mockito-core from 4.6.1 to 4.8.0 #200. </action> <action type="update" dev="kinow" due-to="Dependabot"> - Bump slf4j.version from 1.7.36 to 2.0.0 #202. + Bump slf4j.version from 1.7.36 to 2.0.1 #202, #210. </action> <action type="update" dev="kinow" due-to="Dependabot"> Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #201.