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:okhttp (source) dependencies minor 5.2.1 -> 5.3.0 age confidence
com.squareup.okhttp3:okhttp-bom (source) dependencies minor 5.2.1 -> 5.3.0 age confidence
androidx.compose:compose-bom dependencies minor 2025.10.01 -> 2025.11.00 age confidence
org.jetbrains.kotlin.plugin.compose (source) plugin patch 2.2.20 -> 2.2.21 age confidence
org.jetbrains.kotlin.android (source) plugin patch 2.2.20 -> 2.2.21 age confidence
com.android.application (source) plugin patch 8.13.0 -> 8.13.1 age confidence

Release Notes

gradle/gradle (gradle)

v9.2.0

Compare Source

square/okhttp (com.squareup.okhttp3:okhttp)

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].

JetBrains/kotlin (org.jetbrains.kotlin.plugin.compose)

v2.2.21: Kotlin 2.2.21

Changelog

Backend. Wasm
  • KT-81372 K/Wasm: JsException: Exception was thrown while running JavaScript code on Safari 18.2/18.3
  • KT-80018 K/Wasm: exceptions don't work properly in JavaScriptCore (vm inside Safari, WebKit)
Compiler
  • KT-81191 K2: "null cannot be cast to non-null type ConeTypeParameterLookupTag" with invalid code
  • KT-80936 NON_PUBLIC_CALL_FROM_PUBLIC_INLINE : @PublishedApi doesn't work for fun interfaces
JavaScript
  • KT-79926 Wrong export of interfaces with companions with ES Modules
  • KT-81424 Kotlin/JS: Cannot Get / in a simple running application
  • KT-80873 KJS: Stdlib requires ES2020-compatible JS engine due to BigInt type literal
Native
  • KT-79384 K/N: Application Not Responding: Thread Deadlock
Tools. Gradle
  • KT-79047 Gradle compileKotlin fails with configuration cache
  • KT-81148 Publishing helpers in KGP are incompatible with Isolated Projects
  • KT-80950 KGP breaks configuration cache when signing plugin with GnuPG is applied
Tools. Gradle. Multiplatform
  • KT-61127 Remove scoped resolvable and intransitive DependenciesMetadata configurations used in the pre-IdeMultiplatformImport IDE import
  • KT-81249 Kotlin 2.2.20 broke KMP implementation of Parcelize
Tools. Gradle. Native
  • KT-81510 commonizeCInterop exception with 'kotlinNativeBundleConfiguration' not found
  • KT-81134 Native: Gradle configuration failure likely related to Klibs cross-compilation
  • KT-77732 commonizeCInterop failed with "Unresolved classifier: platform/posix/size_t"
  • KT-80675 Commonized cinterops between "test" compilations produce an import failure
Tools. Maven
  • KT-81218 Kotlin Maven Plugin 2.2.20: Java classes not resolved with enabled incremental compilation without daemon
Tools. Wasm
  • KT-80582 Multiple reloads when using webpack dev server after 2.2.20-Beta2

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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-deps branch from b8a5645 to 75ad221 Compare October 29, 2025 22:57
@renovate renovate bot changed the title chore(deps): update all dependencies to v2.2.21 chore(deps): update all dependencies Oct 29, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch from 75ad221 to bec06a1 Compare October 31, 2025 03:16
@renovate renovate bot changed the title chore(deps): update all dependencies fix(deps): update all dependencies Oct 31, 2025
@renovate renovate bot force-pushed the renovate/all-deps branch from bec06a1 to 4076bd1 Compare November 5, 2025 21:17
| datasource     | package                                                                               | from       | to         |
| -------------- | ------------------------------------------------------------------------------------- | ---------- | ---------- |
| gradle-version | gradle                                                                                | 9.1.0      | 9.2.0      |
| maven          | com.squareup.okhttp3:okhttp                                                           | 5.2.1      | 5.3.0      |
| maven          | com.squareup.okhttp3:okhttp-bom                                                       | 5.2.1      | 5.3.0      |
| maven          | androidx.compose:compose-bom                                                          | 2025.10.01 | 2025.11.00 |
| maven          | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.2.20     | 2.2.21     |
| maven          | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin               | 2.2.20     | 2.2.21     |
| maven          | com.android.application:com.android.application.gradle.plugin                         | 8.13.0     | 8.13.1     |
@renovate renovate bot force-pushed the renovate/all-deps branch from 4076bd1 to 839e449 Compare November 11, 2025 01:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants