Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2025

This PR contains the following updates:

Package Change Age Confidence
org.apache.maven.plugins:maven-javadoc-plugin (source) 3.11.2 -> 3.12.0 age confidence
org.apache.maven.plugins:maven-surefire-plugin (source) 3.5.3 -> 3.5.4 age confidence
com.google.truth:truth 1.4.4 -> 1.4.5 age confidence
com.google.guava:guava 33.4.8-jre -> 33.5.0-jre age confidence
org.apache.httpcomponents.client5:httpclient5 (source) 5.5 -> 5.5.1 age confidence
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.19.2 -> 2.20.1 age confidence
com.fasterxml.jackson.core:jackson-databind (source) 2.19.2 -> 2.20.1 age confidence
com.fasterxml.jackson.core:jackson-core 2.19.2 -> 2.20.1 age confidence
org.junit.jupiter:junit-jupiter-params (source) 5.13.4 -> 5.14.1 age confidence
org.junit.jupiter:junit-jupiter-api (source) 5.13.4 -> 5.14.1 age confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.18 -> 1.5.20 age confidence

Release Notes

google/truth (com.google.truth:truth)

v1.4.5: 1.4.5

Compare Source

  • Changed assertions like assertThat(nullMap).isEmpty() to fail with a useful failure message instead of throwing NullPointerException (and similarly for other "bogus" values, such as negative sizes). (da5d6e9)
  • Made Kotlin's isInstanceOf(Int::class.java) (and Java's isInstanceOf(int.class)) a valid way to check for Int/Integer instances. (974ef19)
  • Improved isWithin to pretty-print numbers in its failure messages. (de78553, 07318c2)
  • Improved some assertions that print class names to print simpler names (e.g., Integer instead of java.lang.Integer). (0ba72d6)
  • Changed ExpectFailure to never generate "value of" lines based on bytecode. This slightly simplifies writing new tests with ExpectFailure and prevents future behavior changes in some ExpectFailure tests that already exist. However, it may also require changes to other existing ExpectFailure tests to remove or change any assertions about the "value of" line. (3caa0e8)
  • Our Android minSdkVersion is now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)
  • Changed our GWT/J2CL artifact to omit usages of @NullMarked. This was making all our types non-null in those environments, since we don't yet use @Nullable in the GWT/J2CL artifact. (6392d37)

Configuration

📅 Schedule: Branch creation - "monthly" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 1, 2025
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