You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ro...@apache.org on 2022/04/03 16:25:28 UTC

[aries-jax-rs-whiteboard] branch master updated: Bump xmlunit-assertj3 from 2.8.3 to 2.9.0

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

rotty3000 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/aries-jax-rs-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 5952766  Bump xmlunit-assertj3 from 2.8.3 to 2.9.0
5952766 is described below

commit 59527667038f948d868ac69ed640bed92412bdb0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 21 13:48:43 2022 +0000

    Bump xmlunit-assertj3 from 2.8.3 to 2.9.0
    
    Bumps [xmlunit-assertj3](https://github.com/xmlunit/xmlunit) from 2.8.3 to 2.9.0.
    - [Release notes](https://github.com/xmlunit/xmlunit/releases)
    - [Changelog](https://github.com/xmlunit/xmlunit/blob/main/RELEASE_NOTES.md)
    - [Commits](https://github.com/xmlunit/xmlunit/compare/v2.8.3...v2.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.xmlunit:xmlunit-assertj3
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa706d9..c0f7fe5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
         <shiro.version>1.8.0</shiro.version>
         <slf4j.version>1.7.32</slf4j.version>
         <spifly.extension.version>1.3.4</spifly.extension.version>
-        <xmlunit.assertj3.version>2.8.3</xmlunit.assertj3.version>
+        <xmlunit.assertj3.version>2.9.0</xmlunit.assertj3.version>
     </properties>
 
     <scm>