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 2021/08/13 07:26:11 UTC

[wicket] branch master updated: Bump SLF4J to 2.0.0-alpha3

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 8f8ccea  Bump SLF4J to 2.0.0-alpha3
8f8ccea is described below

commit 8f8cceaa55ba723e9d541db0d7f947cb6ca29a67
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Fri Aug 13 10:25:16 2021 +0300

    Bump SLF4J to 2.0.0-alpha3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6564ee5..c609294 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@
 		<mockito.version>3.11.2</mockito.version>
 		<objenesis.version>3.2</objenesis.version>
 		<openjson.version>1.0.12</openjson.version>
-		<slf4j.version>2.0.0-alpha2</slf4j.version>
+		<slf4j.version>2.0.0-alpha3</slf4j.version>
 		<spring.version>5.3.8</spring.version>
 		<wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
 		<weld.version>4.0.1.SP1</weld.version>