This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 3b55097bc Bump xmlunit.version from 2.9.0 to 2.9.1 (#80)
3b55097bc is described below
commit 3b55097bcc44ca5da7ffd64eb837850e7d8acf1b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 12 10:11:20 2023 +0000
Bump xmlunit.version from 2.9.0 to 2.9.1 (#80)
Bumps `xmlunit.version` from 2.9.0 to 2.9.1.
Updates `xmlunit-core` from 2.9.0 to 2.9.1
- [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.9.0...v2.9.1)
Updates `xmlunit-matchers` from 2.9.0 to 2.9.1
- [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.9.0...v2.9.1)
---
updated-dependencies:
- dependency-name: org.xmlunit:xmlunit-core
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.xmlunit:xmlunit-matchers
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index f8fcf641b..c0eb71dd0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -49,7 +49,7 @@
<woodstox.version>6.4.0</woodstox.version>
<xz.version>1.9</xz.version>
<xmlsec.version>3.0.1</xmlsec.version>
- <xmlunit.version>2.9.0</xmlunit.version>
+ <xmlunit.version>2.9.1</xmlunit.version>
<!-- OSGi related properties -->
<wss4j.osgi.import />
<wss4j.osgi.symbolic.name>${project.groupId}.${project.artifactId}</wss4j.osgi.symbolic.name>