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 4ab8548  Update Jetty, Mockito and frontend-maven-plugin
4ab8548 is described below

commit 4ab85484b8d7376eafbe68cf1f812d9e87332646
Author: Martin Tzvetanov Grigorov <mgrigo...@apache.org>
AuthorDate: Wed Dec 2 10:29:12 2020 +0200

    Update Jetty, Mockito and frontend-maven-plugin
---
 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 b323283..8774a20 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.34.v20201102</jetty.version>
+               <jetty.version>9.4.35.v20201120</jetty.version>
                <junit.version>5.7.0</junit.version>
                <jsr305.version>3.0.2</jsr305.version>
                <logback.version>1.2.3</logback.version>
@@ -163,7 +163,7 @@
                
<hibernate-validator.version>6.1.5.Final</hibernate-validator.version>
                <httpunit.version>1.7.3</httpunit.version>
                <metrics.version>4.1.14</metrics.version>
-               <mockito.version>3.6.0</mockito.version>
+               <mockito.version>3.6.28</mockito.version>
                <objenesis.version>3.1</objenesis.version>
                <openjson.version>1.0.12</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 f19cf92..a6de210 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.10.3</version>
+                                               <version>1.10.4</version>
                                                <executions>
                                                        <execution>
                                                                <id>install 
node and npm</id>

Reply via email to