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 woodstox-core from 6.2.3 to 6.4.0 #191

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 25, 2022

Bumps woodstox-core from 6.2.3 to 6.4.0.

Commits
  • e8f0040 [maven-release-plugin] prepare release woodstox-core-6.4.0
  • 525d256 Prepare for 6.4.0 release
  • c8e3d84 Merge branch '5.3'
  • 2a524c4 [maven-release-plugin] prepare for next development iteration
  • 3d168dc [maven-release-plugin] prepare release woodstox-core-5.4.0
  • 32d27f7 Prepare for 5.4.0 release
  • 2301785 Update release notes, fix a merge issue with tests
  • db8d646 Merge branch '5.3'
  • 8d66153 Add release notes for #160, minor tweaks
  • 7e93907 add recursion limit of 500 for DTD parsing (#159)
  • Additional commits viewable 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.3 to 6.4.0.
- [Release notes](https://github.com/FasterXML/woodstox/releases)
- [Commits](FasterXML/woodstox@woodstox-core-6.2.3...woodstox-core-6.4.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 25, 2022
@dbernstein dbernstein merged commit b0a98e2 into main Nov 16, 2022
@dependabot dependabot bot deleted the dependabot/maven/com.fasterxml.woodstox-woodstox-core-6.4.0 branch November 16, 2022 17:12
Surfrdan pushed a commit to Surfrdan/migration-utils that referenced this pull request Jan 19, 2023
Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.3 to 6.4.0.
- [Release notes](https://github.com/FasterXML/woodstox/releases)
- [Commits](FasterXML/woodstox@woodstox-core-6.2.3...woodstox-core-6.4.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
  dependency-type: direct:production
...

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>
whikloj added a commit that referenced this pull request Feb 16, 2023
* added test for DISABLED digest type

* Adding Integration Test and a new exceptin for disabled digests

* checkstyle fixes

* changing index to match inline-it et al

* seperating test index in case of clash

* fixing issues with the disabled integration test

* removing superflous log message as we throw an exception now

* git wasn't adding an empty dir. used .gitkeep and now the test should parse tge datastream dir

* .gitkeep broke the indexer. copying a datastream from another test

* reverting to logging rather than throwing exception

* improved DISABLED fixity Integration Test to use fcrepo-storage-ocfl session object

* Switch from assembly to shade plugin to correct Jena re-packaging (#189)

Resolves:  https://fedora-repository.atlassian.net/browse/FCREPO-3836

* Alter test assertion to allow for ocfl 1.0 and 1.1 (#192)

Resolves: https://fedora-repository.atlassian.net/browse/FCREPO-3863

* Bump woodstox-core from 6.2.3 to 6.4.0 (#191)

Bumps [woodstox-core](https://github.com/FasterXML/woodstox) from 6.2.3 to 6.4.0.
- [Release notes](https://github.com/FasterXML/woodstox/releases)
- [Commits](FasterXML/woodstox@woodstox-core-6.2.3...woodstox-core-6.4.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
  dependency-type: direct:production
...

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>

* Increment version to 6.3.1-SNAPSHOT

* fixing issues with the disabled integration test

* removing superflous log message as we throw an exception now

* git wasn't adding an empty dir. used .gitkeep and now the test should parse tge datastream dir

* .gitkeep broke the indexer. copying a datastream from another test

* reverting to logging rather than throwing exception

* improved DISABLED fixity Integration Test to use fcrepo-storage-ocfl session object

* fixed test to look for a DISABLED digest

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Dan Field <[email protected]>
Co-authored-by: Dan Field <[email protected]>
Co-authored-by: Jared Whiklo <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Bernstein <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant