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/11/23 11:35:40 UTC

[wicket] branch wicket-9.x updated: Update Jetty, JUnit 5.x, Logback, Mockito and Slf4j

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 e90ced1  Update Jetty, JUnit 5.x, Logback, Mockito and Slf4j
e90ced1 is described below

commit e90ced1816a756c7785f6e9a1ce1e319ddf68ebb
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue Nov 23 13:35:12 2021 +0200

    Update Jetty, JUnit 5.x, Logback, Mockito and Slf4j
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 6c0686f..b238f55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,18 +159,18 @@
 		<jakarta.websocket-api.version>1.1.2</jakarta.websocket-api.version>
 		<javax.servlet-api.version>3.1.0</javax.servlet-api.version>
 		<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
-		<jetty.version>9.4.42.v20210604</jetty.version>
-		<junit.version>5.8.0</junit.version>
+		<jetty.version>9.4.44.v20210927</jetty.version>
+		<junit.version>5.8.1</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
-		<logback.version>1.2.3</logback.version>
+		<logback.version>1.2.7</logback.version>
 		<hamcrest.version>2.2</hamcrest.version>
 		<hibernate-validator.version>6.2.0.Final</hibernate-validator.version>
 		<httpunit.version>1.7.3</httpunit.version>
 		<metrics.version>4.1.19</metrics.version>
-		<mockito.version>4.0.0</mockito.version>
+		<mockito.version>4.1.0</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-alpha5</slf4j.version>
 		<spring.version>5.3.8</spring.version>
 		<wagon-ssh-external.version>3.4.3</wagon-ssh-external.version>
 		<weld.version>3.1.7.Final</weld.version>