Skip to content

Commit

Permalink
Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.1 to 4.0.2 (#484)
Browse files Browse the repository at this point in the history
Bumps
[jakarta.xml.bind:jakarta.xml.bind-api](https://github.com/jakartaee/jaxb-api)
from 4.0.1 to 4.0.2.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/ca43d8b962e2ef8170616741ca5dd3312ee2316b"><code>ca43d8b</code></a>
Update API version of : to 4.0.2</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/80da6a260bcc0c091eead8c7be1564ebb06b0d6b"><code>80da6a2</code></a>
Snippet fix</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/31fd9dcfd8f7d690dcabafa06e4a6a5bb68519a5"><code>31fd9dc</code></a>
fix whitespaces (tabs to spaces)</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/d2a61347126f6bdc08bf48c275b8f3b74f8d7807"><code>d2a6134</code></a>
drop obsolete travis config</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/6c400455e20c503b7e2fe23322619a52ce14b5c3"><code>6c40045</code></a>
build by 21</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/8e787dc3411a5a708039b3bff883bfee958dbe5d"><code>8e787dc</code></a>
fix typo indicated in <a
href="https://redirect.github.com/jakartaee/jaxb-api/issues/234">#234</a>
(<a
href="https://redirect.github.com/jakartaee/jaxb-api/issues/295">#295</a>)</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/b2c0e7a71a857b279f8e684d319edc5587e075f0"><code>b2c0e7a</code></a>
typos, grammar,</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/62206ad8b1dadb66e56fb8a8738aced60da4bfe5"><code>62206ad</code></a>
Apply <a href="https://github.com/snippet"><code>@​snippet</code></a> to
javadoc,</li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/2156e6a53dc1150813a79254e369caec6f6059c9"><code>2156e6a</code></a>
fix <a
href="https://redirect.github.com/jakartaee/jaxb-api/issues/242">#242</a></li>
<li><a
href="https://github.com/jakartaee/jaxb-api/commit/c87d01c5dc0f1bfae6052909b582552b2406b730"><code>c87d01c</code></a>
update legal files</li>
<li>Additional commits viewable in <a
href="https://github.com/jakartaee/jaxb-api/compare/4.0.1...4.0.2">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.1&new-version=4.0.2)](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>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent e661e75 commit 7f2007a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 7f2007a

Please sign in to comment.