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/09 07:05:52 UTC

[isis] branch post-m5-release updated: Bump approvaltests from 10.0.1 to 10.2.0

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

ahuber pushed a commit to branch post-m5-release
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/post-m5-release by this push:
     new d239cd8  Bump approvaltests from 10.0.1 to 10.2.0
d239cd8 is described below

commit d239cd832dd82b10071dbafd073a605bc028d052
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Mar 9 05:49:05 2021 +0000

    Bump approvaltests from 10.0.1 to 10.2.0
    
    Bumps [approvaltests](https://github.com/approvals/ApprovalTests.Java) from 10.0.1 to 10.2.0.
    - [Release notes](https://github.com/approvals/ApprovalTests.Java/releases)
    - [Commits](https://github.com/approvals/ApprovalTests.Java/commits/10.2.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 b43a6e4..c4c6073 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -86,7 +86,7 @@
 
 		<!-- LIBRARY DEPENDENCIES -->
 
-		<approvaltests.version>10.0.1</approvaltests.version>
+		<approvaltests.version>10.2.0</approvaltests.version>
 
 		<assertj-guava.version>3.4.0</assertj-guava.version>
 
diff --git a/starters/pom.xml b/starters/pom.xml
index 1598610..fe2e874 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.3</spring-boot.version>
-		<approvaltests.version>10.0.1</approvaltests.version>
+		<approvaltests.version>10.2.0</approvaltests.version>
 
 		<resteasy.version>4.4.1.Final</resteasy.version>