You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by mg...@apache.org on 2022/08/22 08:04:24 UTC

[wicket] branch wicket-9.x updated: WICKET-6998: Bump slf4j-api to 2.0.0

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

mgrigorov pushed a commit to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/wicket-9.x by this push:
     new 024d99b34d WICKET-6998: Bump slf4j-api to 2.0.0
024d99b34d is described below

commit 024d99b34d9d9a52e3aecbfa3e0bfe5cde5c940d
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Aug 22 11:03:50 2022 +0300

    WICKET-6998: Bump slf4j-api to 2.0.0
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 30fd88f8be..114e17485e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
 		<mockito.version>4.3.1</mockito.version>
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
-		<slf4j.version>2.0.0-alpha5</slf4j.version>
+		<slf4j.version>2.0.0</slf4j.version>
 		<spring.version>5.3.18</spring.version>
 		<wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
 		<weld.version>3.1.7.Final</weld.version>