schxslt / schxslt-java

Java classes for Schematron validation with SchXslt
MIT License
7 stars 4 forks source link

Bump xmlresolver from 3.1.0 to 3.1.3 #104

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps xmlresolver from 3.1.0 to 3.1.3.

Release notes

Sourced from xmlresolver's releases.

XML Resolver version 3.1.3

This release fixes a bug where loading a well-formed XML document that wasn't actually an XML Catalog would cause an NPE on subsequent lookups.

There is no 3.1.2 release because I published the tag for the release before bumping the version number.

What's Changed

Full Changelog: https://github.com/xmlresolver/xmlresolver/compare/3.1.1...3.1.3

XML Resolver version 3.1.1

Fixes a bug where the CATALOG_ADDITIONS feature was not being processed.

Commits
  • c20c925 Merge pull request #61 from ndw/main
  • cf23a81 Bump version to 3.1.3; 3.1.2 was a dud
  • b0a8043 Merge pull request #60 from ndw/iss-0059
  • 18dee88 Fix #59 where a non-XML-catalog catalog file caused an NPE
  • bca38f8 Merge pull request #58 from ndw/release311
  • 27d3178 XML Resolver 3.1.1 released
  • 2dd7cc6 Merge pull request #57 from ndw/iss56
  • 8e7f3c2 Correctly support the CATALOG_ADDITIONS feature
  • See full diff in compare view


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 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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@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[bot] commented 2 years ago

Superseded by #106.