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.1 age confidence
com.squareup.okhttp3:okhttp (source) dependencies minor 5.2.1 -> 5.3.2 age confidence
com.squareup.okhttp3:okhttp-bom (source) dependencies minor 5.2.1 -> 5.3.2 age confidence
androidx.compose:compose-bom dependencies minor 2025.10.01 -> 2025.11.01 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.11.0 -> 1.12.0 age confidence
androidx.lifecycle:lifecycle-viewmodel-compose (source) dependencies minor 2.9.4 -> 2.10.0 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.9.4 -> 2.10.0 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.1: 9.2.1

Compare Source

The Gradle team is excited to announce Gradle 9.2.1.

Here are the highlights of this release:

  • Windows ARM support
  • Improved publishing APIs
  • Better guidance for dependency verification failures

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Björn Kautler,
hasunzo,
HYEON,
Hyunjoon Park,
HYUNJUN SON,
Jendrik Johannes,
Kirill Gavrilov,
Madalin Valceleanu,
Martin Bonnin,
Matthew Haughton,
Mikhail Polivakha,
Na Minhyeok,
Philip Wedemann,
Philipp Schneider,
Róbert Papp,
Simon Marquis,
TheGoesen,
Vincent Potucek,
Xin Wang.

Upgrade instructions

Switch your build to use Gradle 9.2.1 by updating your wrapper:

./gradlew wrapper --gradle-version=9.2.1 && ./gradlew wrapper

See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v9.2.0

Compare Source

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

v5.3.2

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused
    timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

v5.3.1

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].

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

v5.2.3

2025-11-18

  • Fix: Don't delay triggering timeouts. In Okio 3.16.0 we introduced a regression that caused
    timeouts to fire later than they were supposed to.

  • Upgrade: [Okio 3.16.4][okio_3_16_4].

v5.2.2

2025-11-16

This release is the same as 5.3.0. Okio 3.16.3 didn't have a necessary fix!

  • Upgrade: [Okio 3.16.3][okio_3_16_3].
JetBrains/kotlin (org.jetbrains.kotlin.plugin.compose)

v2.2.21

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 2 times, most recently from 4076bd1 to 839e449 Compare November 11, 2025 01:54
@renovate renovate bot force-pushed the renovate/all-deps branch 3 times, most recently from 358dbe1 to bc7db88 Compare November 19, 2025 00:32
| datasource     | package                                                                               | from       | to         |
| -------------- | ------------------------------------------------------------------------------------- | ---------- | ---------- |
| gradle-version | gradle                                                                                | 9.1.0      | 9.2.1      |
| maven          | com.squareup.okhttp3:okhttp                                                           | 5.2.1      | 5.3.2      |
| maven          | com.squareup.okhttp3:okhttp-bom                                                       | 5.2.1      | 5.3.2      |
| maven          | androidx.compose:compose-bom                                                          | 2025.10.01 | 2025.11.01 |
| maven          | androidx.activity:activity-compose                                                    | 1.11.0     | 1.12.0     |
| maven          | androidx.lifecycle:lifecycle-viewmodel-compose                                        | 2.9.4      | 2.10.0     |
| maven          | androidx.lifecycle:lifecycle-runtime-ktx                                              | 2.9.4      | 2.10.0     |
| 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 bc7db88 to 7f36b2b Compare November 19, 2025 21:14
@hoc081098 hoc081098 merged commit f0313cb into main Nov 21, 2025
1 check passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch November 21, 2025 15:47
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