Skip to content

Commit

Permalink
Bump org.jsoup:jsoup from 1.18.2 to 1.18.3 (#2323)
Browse files Browse the repository at this point in the history
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.18.2 to
1.18.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/jhy/jsoup/releases">org.jsoup:jsoup's
releases</a>.</em></p>
<blockquote>
<h2>jsoup-1.18.3</h2>
<p><code>1.18.3</code> is a quick release to fix <a
href="https://github.com/jhy/jsoup/issues/2235">#2235</a> in
<code>1.18.2</code>.</p>
<p>Please see also the full release notes for <a
href="https://github.com/jhy/jsoup/releases/tag/jsoup-1.18.2">jsoup
1.18.2</a> if you are coming from an earlier release.</p>
<h3>Bug Fixes</h3>
<ul>
<li>When serializing to XML, attribute names containing <code>-</code>,
<code>.</code>, or digits were incorrectly considered invalid and
removed. <a
href="https://github.com/jhy/jsoup/issues/2235">#2235</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/jhy/jsoup/blob/master/CHANGES.md">org.jsoup:jsoup's
changelog</a>.</em></p>
<blockquote>
<h2>1.18.3 (PENDING)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>When serializing to XML, attribute names containing <code>-</code>,
<code>.</code>, or digits were incorrectly marked as invalid and
removed. <a
href="https://github.com/jhy/jsoup/issues/2235">2235</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jhy/jsoup/commit/7c56eb26c8cc772c5c3d0e052dc076a128173c85"><code>7c56eb2</code></a>
[maven-release-plugin] prepare release jsoup-1.18.3</li>
<li><a
href="https://github.com/jhy/jsoup/commit/bf13b496cda81630d9bad7bacd1831a6eae77ea7"><code>bf13b49</code></a>
Assert namespaced attribute with digit</li>
<li><a
href="https://github.com/jhy/jsoup/commit/0a4b830ccb9df906c11d154c774e14fb2eb5deff"><code>0a4b830</code></a>
Fix XML attribute validation</li>
<li><a
href="https://github.com/jhy/jsoup/commit/f6e82f256c1d3fd8bdeca422faf8c1618b8f032e"><code>f6e82f2</code></a>
Note 1.18.2 release date</li>
<li><a
href="https://github.com/jhy/jsoup/commit/2a174dceab361cc3aca2f48c75ae2de21e56123c"><code>2a174dc</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/jhy/jsoup/compare/jsoup-1.18.2...jsoup-1.18.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jsoup:jsoup&package-manager=maven&previous-version=1.18.2&new-version=1.18.3)](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 Dec 2, 2024
1 parent de26c85 commit 838e5fb
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 @@ -508,7 +508,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.18.2</version>
<version>1.18.3</version>
</dependency>
<dependency>
<groupId>com.sun.xml.ws</groupId>
Expand Down

0 comments on commit 838e5fb

Please sign in to comment.