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 most non-major Gradle dependencies #4620

Merged
merged 1 commit into from
Jan 9, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
checkstyle (source) 10.12.6 -> 10.12.7 age adoption passing confidence
org.assertj:assertj-core (source) 3.24.2 -> 3.25.1 age adoption passing confidence
org.jsoup:jsoup (source) 1.17.1 -> 1.17.2 age adoption passing confidence
ru.vyarus.guicey:guicey-jdbi3 5.10.0 -> 5.10.1 age adoption passing confidence
org.jdbi:jdbi3-postgres (source) 3.42.0 -> 3.43.0 age adoption passing confidence
org.apache.logging.log4j:log4j-to-slf4j (source) 2.22.0 -> 2.22.1 age adoption passing confidence
org.apache.logging.log4j:log4j-api (source) 2.22.0 -> 2.22.1 age adoption passing confidence

Release Notes

jhy/jsoup (org.jsoup:jsoup)

v1.17.2

Improvements
  • Attribute object accessors: Added Element.attribute(String) and Attributes.attribute(String) to more simply
    obtain an Attribute object. 2069
  • Attribute source tracking: If source tracking is on, and an Attribute's key is changed (
    via Attribute.setKey(String)), the source range is now still tracked
    in Attribute.sourceRange(). 2070
  • Wildcard attribute selector: Added support for the [*] element with any attribute selector. And also restored
    support for selecting by an empty attribute name prefix ([^]). 2079
Bug Fixes
  • Mixed-cased source position: When tracking the source position of attributes, if the source attribute name was
    mix-cased but the parser was lower-case normalizing attribute names, the source position for that attribute was not
    tracked correctly. 2067
  • Source position NPE: When tracking the source position of a body fragment parse, a null pointer
    exception was thrown. 2068
  • Multi-point emoji entity: A multi-point encoded emoji entity may be incorrectly decoded to the replacement
    character. 2074
  • Selector sub-expressions: (Regression) in a selector like parent [attr=va], other, the , OR was binding
    to [attr=va] instead of parent [attr=va], causing incorrect selections. The fix includes a EvaluatorDebug class
    that generates a sexpr to represent the query, allowing simpler and more thorough query parse
    tests. 2073
  • XML CData output: When generating XML-syntax output from parsed HTML, script nodes containing (pseudo) CData
    sections would have an extraneous CData section added, causing script execution errors. Now, the data content is
    emitted in a HTML/XML/XHTML polyglot format, if the data is not already within a CData
    section. 2078
  • Thread safety: The :has evaluator held a non-thread-safe Iterator, and so if an Evaluator object was
    shared across multiple concurrent threads, a NoSuchElement exception may be thrown, and the selected results may be
    incorrect. Now, the iterator object is a thread-local. 2088

Older changes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27) may be found in
change-archive.txt.

xvik/dropwizard-guicey (ru.vyarus.guicey:guicey-jdbi3)

v5.10.1

Compare Source

  • Update to dropwizard 2.1.11
jdbi/jdbi (org.jdbi:jdbi3-postgres)

v3.43.0

  • Support nesting row types into Java Optional or vavr Option (reported by @​martyn0ff, #​2558)
  • finally give up on trying to guess SQL script parsing and add a switch to control whether to strip trailing semicolons or not. Another attempt to
    fix SQL script parsing is (reported by @​IrinaTerlizhenko, #​2554).
  • add a new integration-test module for tests that require different parts of the code base. Should be used to write test cases for issue investigations.
  • support null as a value for binding bean, method, field and pojo objects (Suggested by @​xak2000 in #​2562)
  • Add testcontainers support for MS SQLServer
  • support returning a ResultSet from Call statements for databases that do not support cursor parameters. (suggested in #​2557 by @​metaforte and @​0x1F528 in #​2546)
  • support int, long, short, double and float return values from out parameters directly.

Configuration

📅 Schedule: Branch creation - "every weekday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch from cd34ac5 to 3364304 Compare December 29, 2023 04:01
@renovate renovate bot changed the title Update most non-major Gradle dependencies to v2.22.1 Update most non-major Gradle dependencies Dec 29, 2023
@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch 3 times, most recently from 7327a94 to 51f1b39 Compare January 3, 2024 07:31
@renovate renovate bot force-pushed the renovate/most-minor-gradle-patch branch from 51f1b39 to fd40afd Compare January 8, 2024 13:54
@gjvoosten gjvoosten merged commit 26fb894 into main Jan 9, 2024
23 checks passed
@gjvoosten gjvoosten deleted the renovate/most-minor-gradle-patch branch January 9, 2024 12:11
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.

1 participant