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/20 06:29:47 UTC

[isis] branch master updated: Bump approvaltests from 10.4.0 to 10.4.1

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 3da27b4  Bump approvaltests from 10.4.0 to 10.4.1
3da27b4 is described below

commit 3da27b404fffaeef2a5dfdf30746f0a502ed0ae3
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 20 06:02:42 2021 +0000

    Bump approvaltests from 10.4.0 to 10.4.1
    
    Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 10.4.0 to 10.4.1.
    - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
    - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/10.4.0...10.4.1)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 core/pom.xml     | 2 +-
 starters/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/pom.xml b/core/pom.xml
index 6a52848..877c0ff 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -86,7 +86,7 @@
 
 		<!-- LIBRARY DEPENDENCIES -->
 
-		<approvaltests.version>10.4.0</approvaltests.version>
+		<approvaltests.version>10.4.1</approvaltests.version>
 
 		<assertj-guava.version>3.4.0</assertj-guava.version>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index f24bd25..a2abfc8 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -42,7 +42,7 @@
 		<maven.compiler.arg>-parameters</maven.compiler.arg>
 
 		<spring-boot.version>2.4.5</spring-boot.version>
-		<approvaltests.version>10.4.0</approvaltests.version>
+		<approvaltests.version>10.4.1</approvaltests.version>
 
 		<resteasy.version>4.4.1.Final</resteasy.version>