Skip to content
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

Update all-backend-non-major-dependencies #2396

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jsoup:jsoup (source) 1.18.1 -> 1.18.2 age adoption passing confidence
software.amazon.awssdk:bom 2.29.21 -> 2.29.22 age adoption passing confidence
org.springframework.cloud:spring-cloud-starter-kubernetes-client-config (source) 3.1.3 -> 3.1.4 age adoption passing confidence
org.sonarqube 6.0.0.5145 -> 6.0.1.5171 age adoption passing confidence
org.springframework.boot 3.3.5 -> 3.4.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

jhy/jsoup (org.jsoup:jsoup)

v1.18.2

Improvements
  • Optimized the throughput and memory use throughout the input read and parse flows, with heap allocations and GC
    down between -6% and -89%, and throughput improved up to +143% for small inputs. Most inputs sizes will see
    throughput increases of ~ 20%. These performance improvements come through recycling the backing byte[] and char[]
    arrays used to read and parse the input. 2186
  • Speed optimized html() and Entities.escape() when the input contains UTF characters in a supplementary plane, by
    around 49%. 2183
  • The form associated elements returned by FormElement.elements() now reflect changes made to the DOM,
    subsequently to the original parse. 2140
  • In the TreeBuilder, the onNodeInserted() and onNodeClosed() events are now also fired for the outermost /
    root Document node. This enables source position tracking on the Document node (which was previously unset). And
    it also enables the node traversor to see the outer Document node. 2182
  • Selected Elements can now be position swapped inline using
    Elements#set(). 2212
Bug Fixes
  • Element.cssSelector() would fail if the element's class contained a *
    character. 2169
  • When tracking source ranges, a text node following an invalid self-closing element may be left
    untracked. 2175
  • When a document has no doctype, or a doctype not named html, it should be parsed in Quirks
    Mode. 2197
  • With a selector like div:has(span + a), the has() component was not working correctly, as the inner combining
    query caused the evaluator to match those against the outer's siblings, not
    children. 2187
  • A selector query that included multiple :has() components in a nested :has() might incorrectly
    execute. 2131
  • When cookie names in a response are duplicated, the simple view of cookies available via
    Connection.Response#cookies() will provide the last one set. Generally it is better to use
    the Jsoup.newSession method to maintain a cookie jar, as that
    applies appropriate path selection on cookies when making requests. 1831
  • When parsing named HTML entities, base entities should resolve if they are a prefix of the input token (and not in an
    attribute). 2207
  • Fixed incorrect tracking of source ranges for attributes merged from late-occurring elements that were implicitly
    created (html or body). 2204
  • Follow the current HTML specification in the tokenizer to allow < as part of a tag name, instead of emitting it as a
    character node. 2230
  • Similarly, allow a < as the start of an attribute name, vs creating a new element. The previous behavior was
    intended to parse closer to what we anticipated the author's intent to be, but that does not align to the spec or to
    how browsers behave. 1483
spring-cloud/spring-cloud-kubernetes (org.springframework.cloud:spring-cloud-starter-kubernetes-client-config)

v3.1.4: 3.1.4

🐞 Bug Fixes

  • Close Fabric8 Client When Context Is Stopped #​1780
  • 3.0.4 -> 3.1.3: KubernetesInformerDiscoveryClient used to log services with missing port-names, DiscoveryClientUtils logs without servicename #​1679
  • Fix build failure source plugin #​1677

📔 Documentation

  • fix doc link in propertysource-reload.adoc #​1775
  • How to detect that a configmap is present #​1682

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot], @​ryanjbaxter, @​sebastianhaeni, and @​wind57


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "before 5:30am every weekday,after 7:30pm every weekday" in timezone Europe/Berlin.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-backend-non-major-dependencies branch 4 times, most recently from 22e2c34 to dde0f67 Compare November 25, 2024 15:34
@renovate renovate bot changed the title Update plugin org.springframework.boot to v3.4.0 Update all-backend-non-major-dependencies Nov 25, 2024
@renovate renovate bot force-pushed the renovate/all-backend-non-major-dependencies branch 5 times, most recently from b019c41 to e599e60 Compare November 26, 2024 07:22
@renovate renovate bot changed the title Update all-backend-non-major-dependencies Update plugin org.springframework.boot to v3.4.0 Nov 26, 2024
@renovate renovate bot force-pushed the renovate/all-backend-non-major-dependencies branch 6 times, most recently from d4cb646 to c743c56 Compare November 27, 2024 01:11
@renovate renovate bot changed the title Update plugin org.springframework.boot to v3.4.0 Update all-backend-non-major-dependencies Nov 27, 2024
@renovate renovate bot force-pushed the renovate/all-backend-non-major-dependencies branch 2 times, most recently from dc33e1e to 34e250a Compare November 27, 2024 13:07
@renovate renovate bot force-pushed the renovate/all-backend-non-major-dependencies branch from 34e250a to b787c4d Compare November 27, 2024 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants