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 2ecd32d Bump slf4j-api from 1.7.35 to 1.7.36
2ecd32d is described below
commit 2ecd32da776b2ae679466f934e5e0c3fa29fae14
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 25 04:33:30 2022 +0000
Bump slf4j-api from 1.7.35 to 1.7.36
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 77fc955..3698863 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<junit.version>5.8.2</junit.version>
<pax.exam.version>4.13.5</pax.exam.version>
- <slf4j.version>1.7.35</slf4j.version>
+ <slf4j.version>1.7.36</slf4j.version>
<commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>
<commons.javadoc.version>3.3.2</commons.javadoc.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ef47698..75747db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -147,7 +147,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump org.apache.felix.framework from 7.0.1 to 7.0.3 #232.
</action>
<action type="update" dev="kinow" due-to="Dependabot">
- Bump slf4j-api from 1.7.30 to 1.7.35 #213, #241.
+ Bump slf4j-api from 1.7.30 to 1.7.36 #213, #241, #258.
</action>
</release>
<release version="1.21" date="2021-07-12"