You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2022/01/05 20:00:17 UTC

[archiva-parent] branch master updated: Upgrading xmlunit and assertj version

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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 09d4356  Upgrading xmlunit and assertj version
09d4356 is described below

commit 09d4356ae1a157e615bf9ce02e1bdff1e5246b8b
Author: Martin Schreier <ma...@apache.org>
AuthorDate: Wed Jan 5 19:30:44 2022 +0100

    Upgrading xmlunit and assertj version
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 917124b..0394c5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -121,13 +121,14 @@
     <jakarta.servlet.version>4.0.4</jakarta.servlet.version>
     <jakarta.enterprise.cdi.version>2.0.2</jakarta.enterprise.cdi.version>
 
-    <xmlunit.version>2.6.3</xmlunit.version>
+    <xmlunit.version>2.8.4</xmlunit.version>
     <mockito.version>3.4.0</mockito.version>
     <rest-assured.version>4.3.1</rest-assured.version>
 
     <!-- junit -->
     <junit.platform.version>1.5.2</junit.platform.version>
     <junit.jupiter.version>5.5.2</junit.jupiter.version>
+    <assertj.version>3.22.0</assertj.version>
 
     <!-- reporting plugins versions -->
     <maven-project-info-reports-plugin.version>3.1.0</maven-project-info-reports-plugin.version>