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:51:31 UTC

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

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 00193fe  Bump approvaltests from 10.3.0 to 10.4.0
00193fe is described below

commit 00193fed96bd541c0e17806bcc04b90c252522e1
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Apr 13 06:09:53 2021 +0000

    Bump approvaltests from 10.3.0 to 10.4.0
    
    Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 10.3.0 to 10.4.0.
    - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
    - [Commits](https://github.com/approvals/ApprovalTests.Java/compare/10.3.0...10.4.0)
    
    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 2d279c2..0662e76 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -86,7 +86,7 @@
 
 		<!-- LIBRARY DEPENDENCIES -->
 
-		<approvaltests.version>10.3.0</approvaltests.version>
+		<approvaltests.version>10.4.0</approvaltests.version>
 
 		<assertj-guava.version>3.4.0</assertj-guava.version>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index c14e215..28289d7 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.4</spring-boot.version>
-		<approvaltests.version>10.3.0</approvaltests.version>
+		<approvaltests.version>10.4.0</approvaltests.version>
 
 		<resteasy.version>4.4.1.Final</resteasy.version>