-
Notifications
You must be signed in to change notification settings - Fork 446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump org.jsoup:jsoup from 1.17.2 to 1.18.3 #1245
Conversation
This still breaks a test (see #1189, #1244). Somebody needs to investigate if we just need to update the test, which I think is quite likely. The html escape was extend in a previous version.
|
See also: jhy/jsoup#1278 I also think that only the tests needs to be updated however I will have a deeper look into that in the near future. |
I checked where this is used and this doesn't seem to affect us:
since YT removes the |
@dependabot rebase |
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup) from 1.17.2 to 1.18.3. - [Release notes](https://github.com/jhy/jsoup/releases) - [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md) - [Commits](jhy/jsoup@jsoup-1.17.2...jsoup-1.18.3) --- updated-dependencies: - dependency-name: org.jsoup:jsoup dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
ea6a3db
to
7e21002
Compare
Upstream changes are described here: jhy/jsoup#1278 They are effectively irrelevant as YT removes the ``"``/attributes anyway.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All green now, let's merge this
Bumps org.jsoup:jsoup from 1.17.2 to 1.18.3.
Release notes
Sourced from org.jsoup:jsoup's releases.
... (truncated)
Changelog
Sourced from org.jsoup:jsoup's changelog.
... (truncated)
Commits
7c56eb2
[maven-release-plugin] prepare release jsoup-1.18.3bf13b49
Assert namespaced attribute with digit0a4b830
Fix XML attribute validationf6e82f2
Note 1.18.2 release date2a174dc
[maven-release-plugin] prepare for next development iteration71063c3
[maven-release-plugin] prepare release jsoup-1.18.21a91aac
Use the incoming node's parent if outgoing has already been removeddf404cf
test case for Issue #221228db617
Test for #1938d27370a
Follow spec so<
can start an attribute nameYou can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
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)