Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4->v5v4->v5v4->v5v3->v49.1.0->9.2.0v4->v5v1.7.1->v1.7.2v5->v71.2.0->1.2.11.4.4->1.4.52.7.2->2.8.32.7.2->2.8.32.7.2->2.8.32.7.2->2.8.32.7.2->2.8.32.11.0->3.0.02.11.0->3.0.00.9.4->0.9.54.29.2->4.33.04.29.2->4.33.04.12.0->5.3.02.3.1->2.3.22.3.1->2.3.21.8.0->1.9.00.6.1->0.7.1-0.6.x-compat1.10.1->1.10.21.10.1->1.10.21.10.1->1.10.21.10.1->1.10.22.2.20->2.2.212.2.20->2.2.212.2.20->2.2.212.2.20->2.2.212.2.20->2.2.212.2.20->2.2.212.2.20->2.2.211.2.0->1.3.01.2.0->1.3.02.56->2.57.22.56->2.57.22.56->2.57.22.56->2.57.22.56->2.57.20.10.8->0.10.917.1.0->17.3.04.4.2->4.4.433.7.0->34.5.02.10.0->2.11.02.10.0->2.11.01.3.0->1.5.01.3.0-alpha02->1.3.01.7.0-rc01->1.7.01.7.0-rc01->1.7.01.3.0-rc01->1.3.01.7.0-rc01->1.7.02.8.5->2.9.62.8.5->2.9.66.25.0->8.0.01.0.0-beta01->1.0.01.3.4->1.4.11.3.4->1.4.11.0.0-alpha03->1.0.0-alpha052.8.7->2.9.42.8.7->2.9.42.8.7->2.9.41.2.0->1.3.03.6.1->3.7.01.1.1->1.1.71.1.1->1.1.71.0.1->1.2.01.15.0->1.17.01.7.6->1.9.41.1.0-rc01->1.2.01.1.0-rc01->1.2.01.1.0-rc01->1.2.01.8.0-alpha07->1.9.42025.08.01->2025.11.001.8.0->1.9.01.7.0->1.7.11.9.3->1.11.02.1.4->2.1.50.37.0->0.37.3Release Notes
actions/checkout (actions/checkout)
v5Compare Source
actions/setup-java (actions/setup-java)
v5Compare Source
actions/upload-artifact (actions/upload-artifact)
v5Compare Source
github/codeql-action (github/codeql-action)
v4Compare Source
gradle/gradle (gradle)
v9.2.0Compare Source
gradle/actions (gradle/actions)
v5Compare Source
madrapps/jacoco-report (madrapps/jacoco-report)
v1.7.2Compare Source
What's Changed
Full Changelog: Madrapps/jacoco-report@v1.7.1...v1.7.2
stefanzweifel/git-auto-commit-action (stefanzweifel/git-auto-commit-action)
v7Compare Source
Added
Changed
Dependency Updates
v6Compare Source
Fixed
cashapp/turbine (app.cash.turbine:turbine)
v1.2.1Compare Source
Changed
Fixed
testInwith aCoroutineScopethat does not contain aJobno longer throwsIllegalStateException.google/truth (com.google.truth:truth)
v1.4.5: 1.4.5assertThat(nullMap).isEmpty()to fail with a useful failure message instead of throwingNullPointerException(and similarly for other "bogus" values, such as negative sizes). (da5d6e9)isInstanceOf(Int::class.java)(and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integerinstances. (974ef19)isWithinto pretty-print numbers in its failure messages. (de78553,07318c2)Integerinstead ofjava.lang.Integer). (0ba72d6)ExpectFailureto never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailureand prevents future behavior changes in someExpectFailuretests that already exist. However, it may also require changes to other existingExpectFailuretests to remove or change any assertions about the "value of" line. (3caa0e8)minSdkVersionis 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)@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullablein the GWT/J2CL artifact. (6392d37)square/retrofit (com.squareup.retrofit2:converter-kotlinx-serialization)
v3.0.0Compare Source
Changed
Upgrade to OkHttp 4.12 (from 3.14).
This is the version of OkHttp that is written in Kotlin, and as a result Retrofit now has a transitive Kotlin dependency. However, this is also the supported version of OkHttp whereas the previous version was out of support for nearly 4 years.
Note: The 3.x versions of Retrofit maintain forward binary-compatibility with the 2.x versions.
This means libraries compiled against 2.x can still be used with the 3.x versions.
v2.12.0Compare Source
New
First-party converters now support deferring serialization to happen when the request body is written (i.e., during HTTP execution) rather than when the HTTP request is created. In some cases this moves conversion from a calling thread to a background thread, such as in the case when using
Call.enqueuedirectly.The following converters support this feature through a new
withStreaming()factory method:Fixed
@Tagnow work by storing the value boxed with the boxed class as the key.Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) (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 was generated by Mend Renovate. View the repository job log.