Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump xmlunit-matchers from 2.2.0 to 2.6.3 #68

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Aug 6, 2019

Bumps xmlunit-matchers from 2.2.0 to 2.6.3.

Release notes

Sourced from xmlunit-matchers's releases.

XMLUnit 2.6.3

The release fixes a bug in a corner-case and adds a new isNumber placeholder.

The full list of changes:

  • add a new ${xmlunit.isNumber} placeholder
    Issue #153 via PR #154 by @​NathanAtClarity.

  • the XPath values of a comparison should not be affected by any NodeFilter being in effect.
    Issue #156

XMLUnit for Java 2.6.2

This release mainly fixes interop problems with more recent AssertJ versions and the Java module system.

The full list of changes:

  • xmlunit-assertj can now be used with AssertJ 3.9.1+ as well as 2.9.x.
    Issue #135.

  • added a new TypeMatcher to the xmlunit-matchers module that can be
    used to conveniently translate XPath result strings into numbers or
    booleans and verify they match type safe assetions.
    Issue #133 via PR #137.

  • fixed the Automatic-Module-Name of all modules to be valid Java
    identifiers.
    Issue #136.

XMLUnit for Java 2.6.1

This release adds a new module with AssertJ support thanks to the lates XMLUnit project member @​krystiankaluzny

The full list of changes is:

  • add a new module with AssertJ support. This module requires Java7 at runtime.
    Issue #117 via PRs #120, #126, #128, and #129 by @​krystiankaluzny.

  • The XPathFactory used by the XPath related Hamcrest matchers is now configurable.
    Issue #131 via PRs #132

XMLUnit for Java 2.6.0

This release fixes a few bugs and introduces a new experimental feature. In particular XMLUnit will now configure all XML parsing code in a way that prevents XML eXternal Entity injections (XXE) by default - the only exceptions are the validation package and the legacy module.

The full list of changes is:

  • add a new experimental project xmlunit-placeholders which aims to
    use ${xmlunit.FOO} expressions inside of the control document to
    allow for a DSL-like approach of defining more complex tests.
    This initial seed only supports ${xmlunit.ignore} which can be
    used to make XMLUnit ignore the element containing this text.
    PR #105 by
... (truncated)
Changelog

Sourced from xmlunit-matchers's changelog.

XMLUnit for Java 2.6.3 - /Released 2019-06-21/

  • add a new ${xmlunit.isNumber} placeholder
    Issue #153 via PR
    #154 by
    @​NathanAtClarity.

  • the XPath values of a comparison should not be affected by any
    NodeFilter being in effect.
    Issue #156

XMLUnit for Java 2.6.2 - /Released 2018-08-27/

  • xmlunit-assertj can now be used with AssertJ 3.9.1+ as well as 2.9.x.
    Issue #135.

  • added a new TypeMatcher to the xmlunit-matchers module that can be
    used to conveniently translate XPath result strings into numbers or
    booleans and verify they match type safe assertions.
    Issue #133 via PR
    #137.

  • fixed the Automatic-Module-Name of all modules to be valid Java
    identifiers.
    Issue #136.

XMLUnit for Java 2.6.1 - /Released 2018-08-16/

  • add a new module with AssertJ support. This module requires Java7 at
    runtime. Issue #117
    via PRs #120,
    #126,
    #128, and
    #129 by
    @​krystiankaluzny.

  • The XPathFactory used by the XPath related Hamcrest matchers is
    now configurable.
    Issue #131
    via PRs #132

XMLUnit for Java 2.6.0 - /Released 2018-04-22/

  • add a new experimental project xmlunit-placeholders which aims to
    use ${xmlunit.FOO} expressions inside of the control document to
    allow for a DSL-like approach of defining more complex tests.
    This initial seed only supports ${xmlunit.ignore} which can be
    used to make XMLUnit ignore the element containing this text.
    PR #105 by
    @​zheng-wang.
... (truncated)
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @jglick.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this ['minor'|'major'] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the specific version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [xmlunit-matchers](https://github.com/xmlunit/xmlunit) from 2.2.0 to 2.6.3.
- [Release notes](https://github.com/xmlunit/xmlunit/releases)
- [Changelog](https://github.com/xmlunit/xmlunit/blob/master/RELEASE_NOTES.md)
- [Commits](xmlunit/xmlunit@v2.2.0...v2.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Copy link
Member

@jglick jglick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot-preview dependabot-preview bot merged commit c4b684f into master Aug 6, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/maven/org.xmlunit-xmlunit-matchers-2.6.3 branch August 6, 2019 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant