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 623c2d80 Bump slf4j-api from 2.0.2 to 2.0.3 623c2d80 is described below commit 623c2d801fbf81894ed277c1dc96b1dcbfdd4e9b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Sep 29 22:16:49 2022 +0000 Bump slf4j-api from 2.0.2 to 2.0.3 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.2...v_2.0.3) --- 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 da305e17..6e848b3a 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <commons.junit.version>5.9.1</commons.junit.version> <commons.surefire.version>3.0.0-M7</commons.surefire.version> <pax.exam.version>4.13.5</pax.exam.version> - <slf4j.version>2.0.2</slf4j.version> + <slf4j.version>2.0.3</slf4j.version> <commons.jacoco.version>0.8.8</commons.jacoco.version> <commons.japicmp.version>0.16.0</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 c1167e86..946d33e3 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -186,7 +186,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.2 #213, #241, #258, #310, #314, #315. + Bump slf4j-api from 1.7.30 to 2.0.3 #213, #241, #258, #310, #314, #315, #318. </action> <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory"> Bump commons-parent from 52 to 54 #280.