You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2021/10/28 08:47:49 UTC

[isis] branch master updated: Bumps vaadin.version from 21.0.0 to 21.0.3. (also bumps node/npm)

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new dfecd19  Bumps vaadin.version from 21.0.0 to 21.0.3. (also bumps node/npm)
dfecd19 is described below

commit dfecd1985954f84bd9b81064573f858d5d6f944c
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Oct 28 10:47:41 2021 +0200

    Bumps vaadin.version from 21.0.0 to 21.0.3. (also bumps node/npm)
---
 core/pom.xml                 | 6 +++---
 examples/demo/vaadin/pom.xml | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 6bbcc9e..3799e04 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -156,8 +156,8 @@
 
 		<!-- See https://nodejs.org/en/download/ for latest node and npm (lts)
 			versions -->
-		<node.version>v14.17.6</node.version>
-		<npm.version>6.14.15</npm.version>
+		<node.version>v16.13.0</node.version>
+		<npm.version>8.1.0</npm.version>
 
 		<objenesis.version>3.2</objenesis.version>
 		<ognl.version>3.2.21</ognl.version>
@@ -181,7 +181,7 @@
 
 		<togglz.version>2.9.9</togglz.version>
 
-		<vaadin.version>21.0.0</vaadin.version>
+		<vaadin.version>21.0.3</vaadin.version>
 
 		<wicket.version>8.13.0</wicket.version>
 		<wicket-bootstrap.version>3.0.0-M18</wicket-bootstrap.version> <!-- de.agilecoders.wicket:wicket-bootstrap... -->
diff --git a/examples/demo/vaadin/pom.xml b/examples/demo/vaadin/pom.xml
index 49e9fe2..bcbc0ce 100644
--- a/examples/demo/vaadin/pom.xml
+++ b/examples/demo/vaadin/pom.xml
@@ -38,9 +38,9 @@
 			web-application. Ideally these dependencies are just referenced in module 
 			viewer-vaadin-ui. See https://nodejs.org/en/download/ for latest node and 
 			npm (lts) versions -->
-		<node.version>v14.17.6</node.version>
-		<npm.version>6.14.15</npm.version>
-		<vaadin.version>21.0.0</vaadin.version>
+		<node.version>v16.13.0</node.version>
+		<npm.version>8.1.0</npm.version>
+		<vaadin.version>21.0.3</vaadin.version>
 
 	</properties>