Skip to content

Commit c575f6c

Browse files
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.0 to 4.0.1 (#404)
Bumps [jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/eclipse-ee4j/jaxb-api) from 4.0.0 to 4.0.1. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jakartaee/jaxb-api/commit/2ab55f89b89adefc88214f76dee4b250871de369"><code>2ab55f8</code></a> Update API version of : to 4.0.1</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/b02339902f0da1f81d4249e7c9fde9c1233a7b2f"><code>b023399</code></a> <a href="https://redirect.github.com/eclipse-ee4j/jaxb-api/issues/240">#240</a> fixes parseBoolean according spec</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/10f8e1a6a717620b90e5820da25e53169e855ea6"><code>10f8e1a</code></a> merge updates</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/feda7e3d07ed5739b0c479ccb4f8d69738bedb23"><code>feda7e3</code></a> Update the plugins used to generate the spec to their latest versions</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/d4e2dc18a65fb151ff5318d711e7f61a6d693b00"><code>d4e2dc1</code></a> Integrate Activation 2.1.2</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/deadb394f020e96670f1a9492815fed749852858"><code>deadb39</code></a> update build plugins</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/477747cb719973658608c2f549dbb0e3ce265e7d"><code>477747c</code></a> add instructions for osgi mediator</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/4f2ab0ec24ae2959c947fc8da2065f7caa617caa"><code>4f2ab0e</code></a> Make sure providers get only properties they are required to understand</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/66b10a69d37bbf02958735e46535f6a643f8c514"><code>66b10a6</code></a> Allow usage of API jar on Android platform</li> <li><a href="https://github.com/jakartaee/jaxb-api/commit/0b24e82797ed66749b3dc2959418852e96da9a14"><code>0b24e82</code></a> Update API version of : to 4.0.1-SNAPSHOT</li> <li>Additional commits viewable in <a href="https://github.com/eclipse-ee4j/jaxb-api/compare/4.0.0...4.0.1">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.0&new-version=4.0.1)](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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b5f1d4 commit c575f6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>jakarta.xml.bind</groupId>
221221
<artifactId>jakarta.xml.bind-api</artifactId>
222-
<version>4.0.0</version>
222+
<version>4.0.1</version>
223223
</dependency>
224224

225225
<dependency>

0 commit comments

Comments
 (0)