This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git


The following commit(s) were added to refs/heads/master by this push:
     new 1d92f05  Bump SLF4J API dependency to version 2.0.17
1d92f05 is described below

commit 1d92f05fd5760da58c7eaf45a7895493b34641f5
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sun Jun 14 13:56:27 2026 +0200

    Bump SLF4J API dependency to version 2.0.17
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index a61d8d7..82da21a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,11 @@
       <version>${mavenVersion}</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-api</artifactId>
+      <version>2.0.17</version>
+    </dependency>
     <!--
       Plexus dependencies
     -->

Reply via email to