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 919a6fb  Dependency updates.
919a6fb is described below

commit 919a6fb4b2e272bbb41916870903e8ac66150bc9
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Tue Feb 25 11:32:40 2020 +0200

    Dependency updates.
    
    This should trigger build with Java 15 EA (INFRA-19671)
---
 pom.xml                         | 4 ++--
 testing/wicket-js-tests/pom.xml | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index e2e0b60..a400347 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,7 +155,7 @@
                
<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.21.v20190926</jetty.version>
+               <jetty.version>9.4.26.v20200117</jetty.version>
                <junit.version>5.5.2</junit.version>
                <jsr305.version>3.0.2</jsr305.version>
                <logback.version>1.2.3</logback.version>
@@ -163,7 +163,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.1.0</mockito.version>
+               <mockito.version>3.3.0</mockito.version>
                <objenesis.version>3.0.1</objenesis.version>
                <openjson.version>1.0.11</openjson.version>
                <slf4j.version>1.7.25</slf4j.version>
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 4f7e660..9db8043 100644
--- a/testing/wicket-js-tests/pom.xml
+++ b/testing/wicket-js-tests/pom.xml
@@ -91,7 +91,7 @@
                                        <plugin>
                                                
<groupId>com.github.eirslett</groupId>
                                                
<artifactId>frontend-maven-plugin</artifactId>
-                                               <version>1.8.0</version>
+                                               <version>1.9.0</version>
                                                <executions>
                                                        <execution>
                                                                <id>install 
node and npm</id>

Reply via email to