Skip to content

Commit 5dd999d

Browse files
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.5 (#382)
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api) from 4.0.2 to 4.0.5. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jakartaee/jaxb-api/releases">jakarta.xml.bind:jakarta.xml.bind-api's releases</a>.</em></p> <blockquote> <h2>Jakarta XML Binding API 4.0.5</h2> <h2>What's Changed</h2> <ul> <li>4.0.4 release by <a href="https://github.com/lukasj"><code>@​lukasj</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/324">jakartaee/jaxb-api#324</a></li> <li><a href="https://redirect.github.com/jakartaee/jaxb-api/issues/325">#325</a> restore permissive base64 decoding by <a href="https://github.com/laurentschoelens"><code>@​laurentschoelens</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/326">jakartaee/jaxb-api#326</a></li> <li><a href="https://redirect.github.com/jakartaee/jaxb-api/issues/330">#330</a> fixes documentation by <a href="https://github.com/laurentschoelens"><code>@​laurentschoelens</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/331">jakartaee/jaxb-api#331</a></li> <li>add dependabot by <a href="https://github.com/lukasj"><code>@​lukasj</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/332">jakartaee/jaxb-api#332</a></li> <li>move dependabot config to the right location by <a href="https://github.com/lukasj"><code>@​lukasj</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/333">jakartaee/jaxb-api#333</a></li> <li>Bump the actions-dependencies group with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/334">jakartaee/jaxb-api#334</a></li> <li>Bump the dependencies group across 1 directory with 2 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/336">jakartaee/jaxb-api#336</a></li> <li>Bump the maven-plugins group across 2 directories with 15 updates by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/335">jakartaee/jaxb-api#335</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5">https://github.com/jakartaee/jaxb-api/compare/4.0.4...4.0.5</a></p> <h2>Jakarta XML Binding API 4.0.4</h2> <h2>What's Changed</h2> <ul> <li>4.0.3 release by <a href="https://github.com/lukasj"><code>@​lukasj</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/322">jakartaee/jaxb-api#322</a></li> <li>Create TCK Challenge Template by <a href="https://github.com/Pandrex247"><code>@​Pandrex247</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/319">jakartaee/jaxb-api#319</a></li> <li>activation-api 2.1.4 by <a href="https://github.com/lukasj"><code>@​lukasj</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/321">jakartaee/jaxb-api#321</a></li> <li>fix <a href="https://redirect.github.com/jakartaee/jaxb-api/issues/315">#315</a> by <a href="https://github.com/antoniosanct"><code>@​antoniosanct</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/320">jakartaee/jaxb-api#320</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Pandrex247"><code>@​Pandrex247</code></a> made their first contribution in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/319">jakartaee/jaxb-api#319</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jakartaee/jaxb-api/compare/4.0.3...4.0.4">https://github.com/jakartaee/jaxb-api/compare/4.0.3...4.0.4</a></p> <h2>Jakarta XML Binding API 4.0.3</h2> <h2>What's Changed</h2> <ul> <li>4.0.2 release by <a href="https://github.com/lukasj"><code>@​lukasj</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/307">jakartaee/jaxb-api#307</a></li> <li>Handle empty string input for parseBase64Binary instead of throwing IllegalArgumentException by <a href="https://github.com/SanderHestvik"><code>@​SanderHestvik</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/309">jakartaee/jaxb-api#309</a></li> <li>Fix <a href="https://redirect.github.com/jakartaee/jaxb-api/issues/316">#316</a>, Unable to override JAXBContextFactory through properties by <a href="https://github.com/blutorange"><code>@​blutorange</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/317">jakartaee/jaxb-api#317</a></li> <li>fix: Unmarshalling hexBinary with leading whitespaces yields <code>null</code> by <a href="https://github.com/netmikey"><code>@​netmikey</code></a> in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/313">jakartaee/jaxb-api#313</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SanderHestvik"><code>@​SanderHestvik</code></a> made their first contribution in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/309">jakartaee/jaxb-api#309</a></li> <li><a href="https://github.com/blutorange"><code>@​blutorange</code></a> made their first contribution in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/317">jakartaee/jaxb-api#317</a></li> <li><a href="https://github.com/netmikey"><code>@​netmikey</code></a> made their first contribution in <a href="https://redirect.github.com/jakartaee/jaxb-api/pull/313">jakartaee/jaxb-api#313</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jakartaee/jaxb-api/compare/4.0.2...4.0.3">https://github.com/jakartaee/jaxb-api/compare/4.0.2...4.0.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jakartaee/jaxb-api/commit/33af60014f2068beac3fce0397980f8dfd9430e5"><code>33af600</code></a> Update API version of : to 4.0.5</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/e8bc0662a92d3eb90d4ed1de145ce714a822b861"><code>e8bc066</code></a> Bump the maven-plugins group across 2 directories with 15 updates</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/5884465b9cb18cc30e0c8fc4b36221f1637457a6"><code>5884465</code></a> Bump the dependencies group across 1 directory with 2 updates</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/a12f7b7db4c6b3e6cc263ec9316eb8f1556002f9"><code>a12f7b7</code></a> Bump the actions-dependencies group with 2 updates</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/1375104aa817d93a83fcbbdaa7c153d8eb4d2a58"><code>1375104</code></a> move dependabot config to the right location</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/7680773d764e98479c55f2ad6a884c35f5986e4f"><code>7680773</code></a> add dependabot</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/cd71d76537a791aa6f73fdd5b99f596fddad08a5"><code>cd71d76</code></a> <a href="https://redirect.github.com/jakartaee/jaxb-api/issues/330">#330</a> fixes documentation</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/4d531bd945e6aad2f2f4224883e2cbee571a1603"><code>4d531bd</code></a> <a href="https://redirect.github.com/jakartaee/jaxb-api/issues/325">#325</a> restore permissive base64 decoding</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/31505d0b650c915a82976da99d44e8e941348120"><code>31505d0</code></a> Merge pull request <a href="https://redirect.github.com/jakartaee/jaxb-api/issues/324">#324</a> from jakartaee/4.0.4-RELEASE</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/c3f3109188ee32bf804a17e89fe09e03e9193633"><code>c3f3109</code></a> Update API version of : to 4.0.5-SNAPSHOT</li> <li>Additional commits viewable in <a href="https://github.com/jakartaee/jaxb-api/compare/4.0.2...4.0.5">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jakarta.xml.bind:jakarta.xml.bind-api&package-manager=maven&previous-version=4.0.2&new-version=4.0.5)](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 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>
1 parent 4d5dc2c commit 5dd999d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • net.sourceforge.pmd.eclipse.plugin

net.sourceforge.pmd.eclipse.plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>jakarta.xml.bind</groupId>
2929
<artifactId>jakarta.xml.bind-api</artifactId>
30-
<version>4.0.2</version>
30+
<version>4.0.5</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>com.sun.xml.bind</groupId>

0 commit comments

Comments
 (0)