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/04/13 06:08:38 UTC

[isis] 02/02: Bump vaadin.version from 19.0.3 to 19.0.4

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

commit e5517b4d8dc59d6bce54a247d6544e2571dd759e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 13 06:00:22 2021 +0000

    Bump vaadin.version from 19.0.3 to 19.0.4
    
    Bumps `vaadin.version` from 19.0.3 to 19.0.4.
    
    Updates `vaadin-bom` from 19.0.3 to 19.0.4
    
    Updates `vaadin-maven-plugin` from 19.0.3 to 19.0.4
    
    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 da3754b..2d279c2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -179,7 +179,7 @@
 
 		<togglz.version>2.9.6</togglz.version>
 
-		<vaadin.version>19.0.3</vaadin.version>
+		<vaadin.version>19.0.4</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 ee13fc9..9239f82 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.3</vaadin.version>
+		<vaadin.version>19.0.4</vaadin.version>
 
 	</properties>