This is an automated email from the ASF dual-hosted git repository.
ggregory 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 86f6cd0f3 Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 (#560)
86f6cd0f3 is described below
commit 86f6cd0f3e2a25e32e096557966e3892740ed3dc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 9 05:47:36 2024 -0400
Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.15 (#560)
Bumps org.slf4j:slf4j-api from 2.0.13 to 2.0.15.
---
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]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b097d5615..59cd7a874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<japicmp.skip>false</japicmp.skip>
<pax.exam.version>4.13.5</pax.exam.version>
- <slf4j.version>2.0.13</slf4j.version>
+ <slf4j.version>2.0.15</slf4j.version>
<asm.version>9.7</asm.version>
<project.build.outputTimestamp>2024-08-08T20:01:56Z</project.build.outputTimestamp>
<!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior
which kicks in for us here. -->