From e8a638ac688fd0cc53a36acce34e55b958959189 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Wed, 25 Dec 2024 13:36:40 -0800 Subject: [PATCH] Update dagger to v2.54 (#1831) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.dagger:hilt-core](https://redirect.github.com/google/dagger) | dependencies | minor | `2.52` -> `2.54` | | [com.google.dagger:dagger](https://redirect.github.com/google/dagger) | dependencies | minor | `2.52` -> `2.54` | | [com.google.dagger:dagger-compiler](https://redirect.github.com/google/dagger) | dependencies | minor | `2.52` -> `2.54` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --------- Co-authored-by: Zac Sweers --- circuit-codegen/dependencies/runtimeClasspath.txt | 1 + gradle/libs.versions.toml | 2 +- samples/star/apk/proguard-rules.pro | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/circuit-codegen/dependencies/runtimeClasspath.txt b/circuit-codegen/dependencies/runtimeClasspath.txt index 430b56f19..2f1725421 100644 --- a/circuit-codegen/dependencies/runtimeClasspath.txt +++ b/circuit-codegen/dependencies/runtimeClasspath.txt @@ -10,3 +10,4 @@ org.jetbrains.kotlin:kotlin-bom org.jetbrains.kotlin:kotlin-reflect org.jetbrains.kotlin:kotlin-stdlib org.jetbrains:annotations +org.jspecify:jspecify diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index dea6b23bc..bda312e99 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ compose-ui = "1.7.6" compose-jb = "1.7.1" compose-bom = "2024.12.01" compose-integration-constraintlayout = "1.1.0" -dagger = "2.52" +dagger = "2.54" datastore = "1.1.1" detekt = "1.23.7" dokka = "1.9.20" diff --git a/samples/star/apk/proguard-rules.pro b/samples/star/apk/proguard-rules.pro index 372656120..665d80a72 100644 --- a/samples/star/apk/proguard-rules.pro +++ b/samples/star/apk/proguard-rules.pro @@ -9,4 +9,7 @@ # Referenced by kotlinx-datetime -dontwarn kotlinx.serialization.KSerializer -dontwarn kotlinx.serialization.Serializable --dontwarn org.slf4j.impl.StaticLoggerBinder \ No newline at end of file +-dontwarn org.slf4j.impl.StaticLoggerBinder + +# OkHttp +-dontwarn okhttp3.internal.Util \ No newline at end of file