Skip to content

Commit

Permalink
Bump com.fasterxml.woodstox:woodstox-core from 6.5.1 to 6.6.0 (#3967)
Browse files Browse the repository at this point in the history
Bumps
[com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox)
from 6.5.1 to 6.6.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/FasterXML/woodstox/commit/dd590bbabe1060c3837559d1d5d237b0c60c2e29"><code>dd590bb</code></a>
[maven-release-plugin] prepare release woodstox-core-6.6.0</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/c3ffe8825eaa8e019bb03c7ba00ceb0a50c3f9a3"><code>c3ffe88</code></a>
...</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/57d0c4b2d2c0958847fd8025ad67d97f653a1d2d"><code>57d0c4b</code></a>
Update branch to 6.6.1-SNAPSHOT</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/6ba21f85ba9151f171cb5adc395c7790c2e10eb6"><code>6ba21f8</code></a>
Re-sync version to branch 6.6</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/8daa6694010643e75eb8229eb534bea4964c8728"><code>8daa669</code></a>
Update Maven version for Maven wrapper</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/acad270020f9709a0bc3a3f5f2658e2a1dd9bf3f"><code>acad270</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/36f48bfa59e00915e691a47b7018aaacbfef5c1d"><code>36f48bf</code></a>
[maven-release-plugin] prepare release woodstox-core-6.6.0</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/8bad94c1edec42db01d931187fcde68fd0ecadeb"><code>8bad94c</code></a>
Prepare for 6.6.0 release</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/172371fd6b54ff40ec0f5b987540d3bae268274b"><code>172371f</code></a>
Add support to optionally allow surrogate pair entities (<a
href="https://redirect.github.com/FasterXML/woodstox/issues/165">#165</a>)
(<a
href="https://redirect.github.com/FasterXML/woodstox/issues/174">#174</a>)</li>
<li><a
href="https://github.com/FasterXML/woodstox/commit/37232fc33856db81448ae5b3e113056472f4217b"><code>37232fc</code></a>
Test renaming (newer naming convention)</li>
<li>Additional commits viewable in <a
href="https://github.com/FasterXML/woodstox/compare/woodstox-core-6.5.1...woodstox-core-6.6.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.woodstox:woodstox-core&package-manager=gradle&previous-version=6.5.1&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 881ed58 commit 3124274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ dependencies {
runtimeOnly 'org.xerial.snappy:snappy-java:1.1.10.5'
runtimeOnly 'org.codehaus.woodstox:stax2-api:4.2.2'
runtimeOnly "org.glassfish.jaxb:txw2:${jaxb_version}"
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.5.1'
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.6.0'
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.3.1'
runtimeOnly 'org.apache.santuario:xmlsec:2.3.4'
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
Expand Down

0 comments on commit 3124274

Please sign in to comment.