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 2019/10/03 11:15:02 UTC

[wicket] branch master updated: Bump Jetty and Mockito versions

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 deef890  Bump Jetty and Mockito versions
deef890 is described below

commit deef89019e534ae714591ff53d57e977ada16f24
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Thu Oct 3 14:14:38 2019 +0300

    Bump Jetty and Mockito versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 907009f..c41cff6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -151,7 +151,7 @@
 		<javax.servlet.jsp-api.version>2.3.3</javax.servlet.jsp-api.version>
 		<javax.websocket-api.version>1.1</javax.websocket-api.version>
 		<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
-		<jetty.version>9.4.20.v20190813</jetty.version>
+		<jetty.version>9.4.21.v20190926</jetty.version>
 		<junit.version>5.5.2</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>
@@ -159,7 +159,7 @@
 		<hibernate-validator.version>6.0.16.Final</hibernate-validator.version>
 		<httpunit.version>1.7.3</httpunit.version>
 		<metrics.version>4.1.0</metrics.version>
-		<mockito.version>3.0.0</mockito.version>
+		<mockito.version>3.1.0</mockito.version>
 		<objenesis.version>3.0.1</objenesis.version>
 		<openjson.version>1.0.11</openjson.version>
 		<servlet-api.version>3.1.0</servlet-api.version>