Bump org.jsoup:jsoup from 1.16.2 to 1.23.1 - #4
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.16.2 to 1.23.1. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.16.2...jsoup-1.23.1) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-version: 1.23.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
J-Zeitler
approved these changes
Sep 2, 2026
J-Zeitler
left a comment
Contributor
There was a problem hiding this comment.
- are you still using this for generating press release PDFs?
- biggest breaking change seems to be around self closing tags. verified no templates in mfn-templates-prod have these (if not injected by the Golang side
{{.ContentHtml}}). I.e. this does not reference<hr/>etc that are meant to be self closing but rather that<p>some content<p/>will no longer close the element - version
1.18.2introduce some more&[key];syntax. claude warns for it but I'd be very surprised if you would send in content with literal&symbols to betterpress. Anyways, here's the table:
┌─────────────────────────┬─────────────┬────────────────────────────────┐
│ Input │ 1.16.2 │ 1.23.1 │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ ¬ering på Nasdaq │ ¬ering │ ¬ering │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ ®eringen beslutade │ ®eringen │ ®eringen │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ Enligt ¶graf 5 │ ¶graf │ ¶graf │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ ªorande i styrelsen │ ªorande │ ªorande │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ See §ion 3 │ §ion │ §ion │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ ©right 2026 │ ©right │ ©right │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ ¢ral bank │ ¢ral │ ¢ral │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ &ere unit │ &ere │ &ere │
├─────────────────────────┼─────────────┼────────────────────────────────┤
│ ­ness │ ­ness │ ness (soft hyphen — invisible) │
└─────────────────────────┴─────────────┴────────────────────────────────┘
Contributor
|
as an aside: if we're serious about this project we should probably migrate to something maintained instead of sparkjava https://github.com/modfin/betterpress/blob/master/pom.xml#L64-L68 https://github.com/perwendel/spark |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps org.jsoup:jsoup from 1.16.2 to 1.23.1.
Release notes
Sourced from org.jsoup:jsoup's releases.
... (truncated)
Changelog
Sourced from org.jsoup:jsoup's changelog.
... (truncated)
Commits
bb077a8[maven-release-plugin] prepare release jsoup-1.23.1cdb5579Harden the test someb86b282Normalize re2j complexity exceptions0fcc369Bump github/codeql-action from 4.37.0 to 4.37.1aea4a1bBump actions/setup-java from 5.5.0 to 5.6.0ec9c879Bump actions/checkout from 7.0.0 to 7.0.11fb2c97FixKeyVal.inputStreamvalidation3475afcHandle non-string internal attribute values; test for internal attribute databe8c375Parse CDATA according to the context namespace8996fceAdd appendable outer HTML outputDependabot 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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.