will-molloy / java-template

template repo for Java projects using Gradle with everything setup
https://github.com/will-molloy/java-template/generate
GNU General Public License v2.0
4 stars 57 forks source link

Update all dependencies #231

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.truth.extensions:truth-java8-extension 1.1.3 -> 1.1.4 age adoption passing confidence
com.google.truth:truth 1.1.3 -> 1.1.4 age adoption passing confidence
com.google.guava:guava 32.0.0-jre -> 32.0.1-jre age adoption passing confidence

Release Notes

google/truth ### [`v1.1.4`](https://togithub.com/google/truth/releases/tag/v1.1.4): 1.1.4 - Updated Truth to build with `-source 8 -target 8`. This means that it no longer runs under Java 7 VMs. It continues to run under Android, even old versions, for all apps that have [enabled support for Java 8 language features](https://developer.android.com/studio/write/java8-support#supported_features). ([`db5db24`](https://togithub.com/google/truth/commit/db5db2429)) - Updated Truth to depend on Guava 32.0.0. That release contains changes related to CVEs. Neither of the CVEs relates to any methods that are used by Truth, so this version bump is just about eliminating any warnings related to the old version and helping tools like Maven to select the newest version of Guava. ([`f8d4dbb`](https://togithub.com/google/truth/commit/f8d4dbba8adc65effba70879d59a39da092dce51), [`99b1df8`](https://togithub.com/google/truth/commit/99b1df8852a25b5638590bea1b55a31ae536936d)) - Added support for `value of: method()` to `expect.that`, matching the existing support for `assertThat`. ([`bd8efd0`](https://togithub.com/google/truth/commit/bd8efd003)) - Enhanced `IterableSubject.containsAtLeastElementsIn().inOrder()` to print an extra line that shows only the expected elements in their actual order. ([`9da7dd1`](https://togithub.com/google/truth/commit/9da7dd184)) - Annotated Truth for nullness. ([`2151add`](https://togithub.com/google/truth/commit/2151add71))

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (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.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 1 year ago

Codecov Report

Merging #231 (71ca4b0) into main (8a6eb39) will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##                main      #231   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         2         2           
===========================================
  Files              1         1           
  Lines              4         4           
===========================================
  Hits               4         4           
Flag Coverage Δ
integration-tests 100.00% <ø> (ø)
unit-tests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.