You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/09/04 12:21:10 UTC

[commons-compress] branch master updated: Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.8

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 a3f70f42 Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.8
a3f70f42 is described below

commit a3f70f42a2191a9085a281a84a1ffc4888fd6ecc
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Sep 4 08:21:05 2023 -0400

    Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.8
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eb8b6d78..a2b9f815 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,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.7</slf4j.version>
+    <slf4j.version>2.0.8</slf4j.version>
     <asm.version>9.5</asm.version>
   </properties>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 28d89205..a24b8d00 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -58,6 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 61 #384.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.11.0 to 2.13.0.</action>
       <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-lang3 from 3.12.0 to 3.13.0.</action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.8.</action>
     </release>
     <release version="1.23.0" date="2023-03-18">
       <!-- FIX -->