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:36 UTC

[isis] branch master created (now e5517b4)

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

ahuber pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git.


      at e5517b4  Bump vaadin.version from 19.0.3 to 19.0.4

This branch includes the following new commits:

     new a1cef39  Bump actions/cache from v2.1.4 to v2.1.5
     new e5517b4  Bump vaadin.version from 19.0.3 to 19.0.4

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[isis] 01/02: Bump actions/cache from v2.1.4 to v2.1.5

Posted by ah...@apache.org.
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 a1cef397e4339309e994d1b1da432791c6af153a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 13 05:57:11 2021 +0000

    Bump actions/cache from v2.1.4 to v2.1.5
    
    Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .github/workflows/ci-build-artifacts-no-push-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-build-artifacts-no-push-maven.yml b/.github/workflows/ci-build-artifacts-no-push-maven.yml
index 6bf2a19..3c7ee02 100644
--- a/.github/workflows/ci-build-artifacts-no-push-maven.yml
+++ b/.github/workflows/ci-build-artifacts-no-push-maven.yml
@@ -40,7 +40,7 @@ jobs:
       run: mvn --version
       
     - name: Activate Cache for Maven Downloads
-      uses: actions/cache@v2.1.4
+      uses: actions/cache@v2.1.5
       env:
         # change the cache-name if we want to rebuild the cache
         # currently there is no concept of cache clearing 

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

Posted by ah...@apache.org.
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>