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 f14543b4f9 Bump approvaltests from 18.3.0 to 18.4.0
f14543b4f9 is described below
commit f14543b4f926e4f3e8278f2edf30a7ae4a060b98
Author: andi-huber <[email protected]>
AuthorDate: Fri Sep 30 07:45:52 2022 +0200
Bump approvaltests from 18.3.0 to 18.4.0
---
bom/pom.xml | 2 +-
core/pom.xml | 6 ++++++
starters/pom.xml | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index 8910f7d36c..492431d36b 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -322,7 +322,7 @@ It is therefore a copy of org.apache:apache, with
customisations clearly identif
<archunit.version>0.23.1</archunit.version>
<asciidoctorj.version>2.5.6</asciidoctorj.version>
<asm.version>9.3</asm.version> <!-- keep in sync with
org.eclipse.persistence:org.eclipse.persistence.asm -->
- <approvaltests.version>18.3.0</approvaltests.version>
+ <approvaltests.version>18.4.0</approvaltests.version>
<assertj-guava.version>3.5.0</assertj-guava.version>
diff --git a/core/pom.xml b/core/pom.xml
index e42f3f546f..1d682cea81 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -744,6 +744,12 @@
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>${approvaltests.version}</version>
+ <exclusions>
+ <exclusion>
+
<groupId>org.codehaus.woodstox</groupId>
+
<artifactId>stax2-api</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
diff --git a/starters/pom.xml b/starters/pom.xml
index 6077db0b38..13e28e7aca 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -42,7 +42,7 @@
<maven.compiler.release>11</maven.compiler.release>
<spring-boot.version>2.7.4</spring-boot.version>
- <approvaltests.version>18.3.0</approvaltests.version>
+ <approvaltests.version>18.4.0</approvaltests.version>
<resteasy.version>4.6.2.Final</resteasy.version> <!-- keep in
sync with property defined in resteasy4-spring-boot-starter -->