Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Bump jsoup from 1.10.2 to 1.13.1 #2

Merged
merged 1 commit into from
Mar 9, 2021

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Mar 9, 2021

Bumps jsoup from 1.10.2 to 1.13.1.

Release notes

Sourced from jsoup's releases.

jsoup 1.13.1

See the release notes.

<dependency>
  <!-- jsoup HTML parser library @ https://jsoup.org/ -->
  <groupId>org.jsoup</groupId>
  <artifactId>jsoup</artifactId>
  <version>1.13.1</version>
</dependency>

jsoup-1.12.2

No release notes provided.

Changelog

Sourced from jsoup's changelog.

jsoup changelog

*** Release 1.14.1 [PENDING]

  • Change: updated the minimum supported Java version from Java 7 to Java 8.

  • Change: updated the minimum Android API level from 8 to 10.

  • Change: although Node#childNodes() returns an UnmodifiableList as a view into its children, it was still directly backed by the internal child list. That made some uses, such as looping and moving those children to another element, throw a ConcurrentModificationException. Now this method returns its own list so that they are separated and changes to the parent's contents will not impact the children view. This aligns with similar methods such as Element#children(). If you have code that iterates this list and makes parenting changes to its contents, you may need to make a code update. jhy/jsoup#1431

  • Improvement: renamed the Whitelist class to Safelist, with the goal of more inclusive language. A shim is provided for backwards compatibility (source and binary). This shim is marked as deprecated and will be removed in the jsoup 1.15.1 release. jhy/jsoup#1464

  • Improvement: added support for Internationalized Domain Names (IDNs) in Jsoup.Connect. jhy/jsoup#1300

  • Improvement: added support for loading and parsing gzipped HTML files in Jsoup.parse(File in, charset, baseUri).

  • Improvement: reduced thread contention in HttpConnection and Document. jhy/jsoup#1455

  • Improvement: better parsing performance when under high thread concurrency jhy/jsoup#1402

  • Improvement: added Element#id(String) ID attribute setter.

  • Improvement: in Document, #body() and #head() accessors will now automatically create those elements, if they were missing (e.g. if the Document was not parsed from HTML). Additionally, the #body() method returns the frameset element (instead of null) for frameset documents.

  • Improvement: when cleaning a document, the output settings of the original document are cloned into the cleaned document. jhy/jsoup#1417

  • Improvement: when parsing XML, disable pretty-printing by default. jhy/jsoup#1168

  • Improvement: much better performance in Node#clone() for large and deeply nested documents. Complexity was O(n^2) or worse, now O(n).

  • Improvement: during traversal using the NodeTraversor, nodes may now be replaced with Node#replaceWith(Node). jhy/jsoup#1289

... (truncated)

Commits
  • dcf3c8b [maven-release-plugin] prepare release jsoup-1.13.1
  • fb9aa17 Changes for #1327
  • 9675a92 Preserve whitespace in nodes before <head>
  • 328f2e4 Use canned arrays for all searches
  • 5127814 Save a little time - that verification hasn't fired to date
  • ebd2a77 Don't copy String if a char buf is available
  • 696461b Perf - catch comments in one hit
  • 1f5ffb8 Pulled out InBody start and end sequences
  • c693d6e Use switch for start, end tags
  • 9d9e53c Fixed a performance regression in 1.12
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Mar 9, 2021
Bumps [jsoup](https://github.com/jhy/jsoup) from 1.10.2 to 1.13.1.
- [Release notes](https://github.com/jhy/jsoup/releases)
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES)
- [Commits](jhy/jsoup@jsoup-1.10.2...jsoup-1.13.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/gradle/org.jsoup-jsoup-1.13.1 branch from ca0aa2b to 04bb443 Compare March 9, 2021 16:53
@Minemobs Minemobs merged commit 79a27da into master Mar 9, 2021
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/org.jsoup-jsoup-1.13.1 branch March 9, 2021 16:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant