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 2022/04/22 05:37:42 UTC

[isis] branch master updated: Bump vaadin.version from 23.0.4 to 23.0.6

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 12f02acd0d Bump vaadin.version from 23.0.4 to 23.0.6
12f02acd0d is described below

commit 12f02acd0d2971d9d2022c44520bffa8cd19a00f
Author: Andi Huber <ah...@apache.org>
AuthorDate: Fri Apr 22 07:37:38 2022 +0200

    Bump vaadin.version from 23.0.4 to 23.0.6
    
    - also bumps node.js
---
 bom/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/bom/pom.xml b/bom/pom.xml
index 453b3d4940..725ba1ff67 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -415,8 +415,8 @@ under the License.
 
 		<!-- See https://nodejs.org/en/download/ for latest node and npm (lts)
 			versions -->
-		<node.version>v16.14.0</node.version>
-		<npm.version>8.3.1</npm.version>
+		<node.version>v16.14.2</node.version>
+		<npm.version>8.5.0</npm.version>
 
 		<objenesis.version>3.2</objenesis.version>
 		<ognl.version>3.3.2</ognl.version>
@@ -439,7 +439,7 @@ under the License.
 
 		<togglz.version>3.1.1</togglz.version>
 
-		<vaadin.version>23.0.4</vaadin.version>
+		<vaadin.version>23.0.6</vaadin.version>
 
 		<wicket.version>9.9.1</wicket.version>
 		<wicket-bootstrap.version>6.0.0-M6</wicket-bootstrap.version> <!-- de.agilecoders.wicket:wicket-bootstrap... -->