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 1ffc89ee Bump slf4j-api from 2.0.3 to 2.0.4 1ffc89ee is described below commit 1ffc89eea058148db939e99033f8ad45a7491a55 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Nov 18 04:01:48 2022 +0000 Bump slf4j-api from 2.0.3 to 2.0.4 Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4) --- 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 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 4603976b..225cb148 100644 --- a/pom.xml +++ b/pom.xml @@ -82,7 +82,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.3</slf4j.version> + <slf4j.version>2.0.4</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 7e32eadd..c03e0ac9 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Dependabot">Bump mockito.version from 4.8.0 to 4.9.0 #328, #331.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump pmd from 6.50.0 to 6.51.0.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump memoryfilesystem from 2.3.0 to 2.4.0 #330.</action> + <action type="update" dev="kinow" due-to="Dependabot">Bump slf4j-api from 2.0.3 to 2.0.4 #329.</action> </release> <release version="1.22" date="2022-11-01"> <!-- FIX -->