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 7fff3072 Bump slf4j.version from 2.0.1 to 2.0.2 7fff3072 is described below commit 7fff30721402ad0bb79634f5824944684c0b4e29 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Sep 22 23:11:42 2022 +0000 Bump slf4j.version from 2.0.1 to 2.0.2 Bumps `slf4j.version` from 2.0.1 to 2.0.2. Updates `slf4j-api` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2) Updates `slf4j-ext` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2) Updates `slf4j-log4j12` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2) Updates `slf4j-nop` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.1...v_2.0.2) --- 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 717f90fb..0b012c1b 100644 --- a/pom.xml +++ b/pom.xml @@ -556,7 +556,7 @@ * </commons.osgi.import> <log4j.version>2.19.0</log4j.version> - <slf4j.version>2.0.1</slf4j.version> + <slf4j.version>2.0.2</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 d0520d77..2b14ed81 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.1 #202, #210. + Bump slf4j.version from 1.7.36 to 2.0.2 #202, #210, #215. </action> <action type="update" dev="kinow" due-to="Dependabot"> Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0 #201.