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:06:45 UTC

[wicket] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/wicket.git


The following commit(s) were added to refs/heads/master by this push:
     new 39b334542e WICKET-6998: Bump slf4j-api to 2.0.0
39b334542e is described below

commit 39b334542e2453d8ca5f1d0eb133afedce1bbe54
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
    
    (cherry picked from commit 024d99b34d9d9a52e3aecbfa3e0bfe5cde5c940d)
    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 3f229395bd..fbd5ad3589 100644
--- a/pom.xml
+++ b/pom.xml
@@ -181,7 +181,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>6.0.0-M2</spring.version>
 		<wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
 		<weld.version>4.0.2.Final</weld.version>