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/11/23 07:55:04 UTC

[isis] branch master updated: Bump vaadin.version from 21.0.4 to 21.0.7

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 3347c77  Bump vaadin.version from 21.0.4 to 21.0.7
3347c77 is described below

commit 3347c77c94972fd476bff2be8391afa46cee4e96
Author: Andi Huber <ah...@apache.org>
AuthorDate: Tue Nov 23 08:54:51 2021 +0100

    Bump vaadin.version from 21.0.4 to 21.0.7
---
 core/pom.xml                 | 2 +-
 examples/demo/vaadin/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index d013910..611a6be 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -181,7 +181,7 @@
 
 		<togglz.version>3.0.0</togglz.version>
 
-		<vaadin.version>21.0.4</vaadin.version>
+		<vaadin.version>21.0.6</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 c112639..f2f7ed3 100644
--- a/examples/demo/vaadin/pom.xml
+++ b/examples/demo/vaadin/pom.xml
@@ -40,7 +40,7 @@
 			npm (lts) versions -->
 		<node.version>v16.13.0</node.version>
 		<npm.version>8.1.0</npm.version>
-		<vaadin.version>21.0.4</vaadin.version>
+		<vaadin.version>21.0.6</vaadin.version>
 
 	</properties>