This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch slf4j2 in repository https://gitbox.apache.org/repos/asf/maven-archiver.git
commit dbdc4e9b1c60a0ce3d3c6bd58966dc543f6b1f3f 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 -->
