Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 23, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.1.0 -> 9.2.0 age confidence
com.squareup.okhttp3:logging-interceptor (source) dependencies minor 5.2.1 -> 5.3.0 age confidence
com.squareup.okhttp3:okhttp-tls (source) dependencies minor 5.2.1 -> 5.3.0 age confidence
com.squareup.okhttp3:okhttp (source) dependencies minor 5.2.1 -> 5.3.0 age confidence
org.jetbrains.compose plugin patch 1.9.1 -> 1.9.3 age confidence
androidx.work:work-testing (source) dependencies minor 2.10.5 -> 2.11.0 age confidence
androidx.work:work-runtime-ktx (source) dependencies minor 2.10.5 -> 2.11.0 age confidence
androidx.navigation:navigation-testing (source) dependencies patch 2.9.5 -> 2.9.6 age confidence
androidx.navigation:navigation-compose (source) dependencies patch 2.9.5 -> 2.9.6 age confidence
androidx.core:core-splashscreen (source) dependencies minor 1.0.1 -> 1.2.0 age confidence
androidx.compose.runtime:runtime-tracing (source) dependencies patch 1.9.3 -> 1.9.4 age confidence
androidx.compose:compose-bom dependencies minor 2025.10.00 -> 2025.11.00 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

gradle/gradle (gradle)

v9.2.0

Compare Source

square/okhttp (com.squareup.okhttp3:logging-interceptor)

v5.3.0

2025-10-30

  • New: Add tags to Call, including computable tags. Use this to attach application-specific
    metadata to a Call in an EventListener or Interceptor. The tag can be read in any other
    EventListener or Interceptor.

      override fun intercept(chain: Interceptor.Chain): Response {
        chain.call().tag(MyAnalyticsTag::class) {
          MyAnalyticsTag(...)
        }
    
        return chain.proceed(chain.request())
      }
  • New: Support request bodies on HTTP/1.1 connection upgrades.

  • New: EventListener.plus() makes it easier to observe events in multiple listeners.

  • Fix: Don't spam logs with ‘Method isLoggable in android.util.Log not mocked.’ when using
    OkHttp in Robolectric and Paparazzi tests.

  • Upgrade: [Kotlin 2.2.21][kotlin_2_2_21].

  • Upgrade: [Okio 3.16.2][okio_3_16_2].

  • Upgrade: [ZSTD-KMP 0.4.0][zstd_kmp_0_4_0]. This update fixes a bug that caused APKs to fail
    [16 KB ELF alignment checks][elf_alignment].


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.


  • 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 force-pushed the renovate/all branch 2 times, most recently from 2d5ef1b to 3e936fc Compare October 31, 2025 02:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant