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/05/18 06:56:23 UTC

[wicket] branch master updated: Update JUnit to 5.7.2, frontend-maven-plugin to 1.12.0, Node.js to 14.17.0 and NPM to 7.13.0

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 8fe1667  Update JUnit to 5.7.2, frontend-maven-plugin to 1.12.0, Node.js to 14.17.0 and NPM to 7.13.0
8fe1667 is described below

commit 8fe16675988de1071b3b3c1c0b8707ecb22d3f79
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Tue May 18 09:55:14 2021 +0300

    Update JUnit to 5.7.2, frontend-maven-plugin to 1.12.0, Node.js to 14.17.0 and NPM to 7.13.0
---
 pom.xml                         | 2 +-
 testing/wicket-js-tests/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c21c3d..1d64389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,7 +156,7 @@
 		<jakarta.servlet-api.version>5.0.0</jakarta.servlet-api.version>
 		<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
 		<jetty.version>11.0.2</jetty.version>
-		<junit.version>5.7.1</junit.version>
+		<junit.version>5.7.2</junit.version>
 		<jsr305.version>3.0.2</jsr305.version>
 		<logback.version>1.2.3</logback.version>
 		<hamcrest.version>2.2</hamcrest.version>
diff --git a/testing/wicket-js-tests/pom.xml b/testing/wicket-js-tests/pom.xml
index 7d403ac..4c283bf 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.11.3</version>
+						<version>1.12.0</version>
 						<executions>
 							<execution>
 								<id>install node and npm</id>
@@ -100,8 +100,8 @@
 								</goals>
 								<phase>generate-resources</phase>
 								<configuration>
-									<npmVersion>6.14.11</npmVersion>
-									<nodeVersion>v14.15.5</nodeVersion>
+									<npmVersion>7.13.0</npmVersion>
+									<nodeVersion>v14.17.0</nodeVersion>
 								</configuration>
 							</execution>
 							<execution>