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-compress.git
The following commit(s) were added to refs/heads/master by this push: new 7756de6c Bump slf4j-api from 2.0.1 to 2.0.2 7756de6c is described below commit 7756de6c1351403daad468333827111cd78ef63a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Sep 22 21:25:28 2022 +0000 Bump slf4j-api from 2.0.1 to 2.0.2 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) 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 ... 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 b392e69a..5d8fb87d 100644 --- a/pom.xml +++ b/pom.xml @@ -76,7 +76,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <junit.version>5.9.1</junit.version> <commons.surefire.version>3.0.0-M6</commons.surefire.version> <pax.exam.version>4.13.5</pax.exam.version> - <slf4j.version>2.0.1</slf4j.version> + <slf4j.version>2.0.2</slf4j.version> <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.japicmp.version>0.15.7</commons.japicmp.version> <commons.javadoc.version>3.4.1</commons.javadoc.version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 71cbcc73..f3b946b8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -183,7 +183,7 @@ The <action> type attribute can be add,update,fix,remove. Bump org.apache.felix.framework from 7.0.1 to 7.0.5 #232, #295. </action> <action type="update" dev="kinow" due-to="Dependabot"> - Bump slf4j-api from 1.7.30 to 2.0.1 #213, #241, #258, #310, #314. + Bump slf4j-api from 1.7.30 to 2.0.2 #213, #241, #258, #310, #314, #315. </action> <action type="update" dev="kinow" due-to="Dependabot"> Bump commons-parent from 52 to 53 #280.