functions-framework-java
functions-framework-java copied to clipboard
chore(deps): update all non-major dependencies
This PR contains the following updates:
| Package | Type | Update | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|---|---|
| github/codeql-action | action | patch | v3.25.10 -> v3.25.11 |
||||
| org.eclipse.jetty:jetty-client (source) | test | patch | 9.4.54.v20240208 -> 9.4.55.v20240627 |
||||
| com.google.truth.extensions:truth-java8-extension | test | patch | 1.4.2 -> 1.4.3 |
||||
| com.google.truth:truth | test | patch | 1.4.2 -> 1.4.3 |
||||
| org.eclipse.jetty:jetty-server (source) | compile | patch | 9.4.54.v20240208 -> 9.4.55.v20240627 |
||||
| org.eclipse.jetty:jetty-servlet (source) | compile | patch | 9.4.54.v20240208 -> 9.4.55.v20240627 |
[!WARNING] Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
google/truth (com.google.truth.extensions:truth-java8-extension)
v1.4.3: 1.4.3
- Added more nullness information to our APIs (in the form of JSpecify annotations). This could lead to additional warnings (or even errors) for users of Kotlin and other nullness checkers. Please report any problems. (
ee680cb) - Deprecated
Subject.Factorymethods for Java 8 types. We won't remove them, but you can simplify your code by migrating off them: Just replaceassertAbout(foos()).that(foo)withassertThat(foo)(orabout(foos()).that(foo)withthat(foo)). (59e7a50)
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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.