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/21 08:01:50 UTC

[isis] branch master updated: Bump vaadin-maven-plugin from 19.0.1 to 19.0.2

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 aaa31eb  Bump vaadin-maven-plugin from 19.0.1 to 19.0.2
aaa31eb is described below

commit aaa31eb9434c259be29ba581513abdeb32b186f5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Mar 21 08:00:52 2021 +0000

    Bump vaadin-maven-plugin from 19.0.1 to 19.0.2
    
    Bumps vaadin-maven-plugin from 19.0.1 to 19.0.2.
    
    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 a3ccc89..9ef44e2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -179,7 +179,7 @@
 
 		<togglz.version>2.9.6</togglz.version>
 
-		<vaadin.version>19.0.1</vaadin.version>
+		<vaadin.version>19.0.2</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 9620ba2..373ea9c 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>19.0.1</vaadin.version>
+		<vaadin.version>19.0.2</vaadin.version>
 
 	</properties>