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/03/09 07:20:34 UTC

[isis] branch post-m5-release updated: Bump vaadin-maven-plugin from 14.4.8 to 19.0.0

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

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/post-m5-release by this push:
     new 3617c5e  Bump vaadin-maven-plugin from 14.4.8 to 19.0.0
3617c5e is described below

commit 3617c5efa6fe4eb2eae13dc13cb3720435b45509
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 9 05:44:22 2021 +0000

    Bump vaadin-maven-plugin from 14.4.8 to 19.0.0
    
    Bumps vaadin-maven-plugin from 14.4.8 to 19.0.0.
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 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 e68513e..60784b6 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -179,7 +179,7 @@
 
 		<togglz.version>2.9.6</togglz.version>
 
-		<vaadin.version>14.4.8</vaadin.version>
+		<vaadin.version>19.0.0</vaadin.version>
 
 		<wicket.version>8.11.0</wicket.version>
 		<wicket-bootstrap.version>2.0.14</wicket-bootstrap.version> <!-- de.agilecoders.wicket:wicket-bootstrap... -->
diff --git a/examples/demo/vaadin/pom.xml b/examples/demo/vaadin/pom.xml
index e12faf0..5e862ff 100644
--- a/examples/demo/vaadin/pom.xml
+++ b/examples/demo/vaadin/pom.xml
@@ -40,7 +40,7 @@
 			npm (lts) versions -->
 		<node.version>v12.18.2</node.version>
 		<npm.version>6.14.5</npm.version>
-		<vaadin.version>14.4.8</vaadin.version>
+		<vaadin.version>19.0.0</vaadin.version>
 
 	</properties>