Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 5, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) patch 9.2.0 -> 9.2.1 age confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 3.3.1 -> 3.3.3 age confidence
io.ktor:ktor-client-content-negotiation dependencies patch 3.3.1 -> 3.3.3 age confidence
com.google.devtools.ksp (source) plugin patch 2.3.1 -> 2.3.3 age confidence
dev.chrisbanes.haze:haze dependencies minor 1.6.10 -> 1.7.1 age confidence
org.jetbrains.compose plugin patch 1.10.0-alpha03 -> 1.10.0-rc01 age confidence
org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose dependencies patch 2.9.5 -> 2.9.6 age confidence
org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose dependencies patch 2.9.5 -> 2.9.6 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.

ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)

v3.3.3

Compare Source

Published 26 November 2025

Improvements
  • KTOR-6837 Discrepancies when parsing URL host with CIO and Darwin engines compared to the rest engines
  • KTOR-9050 Logging: SimpleLogger should be an object, not a class
  • KTOR-9094 Jetty Client: Support HTTP/2 over cleartext (h2c)
  • KTOR-9120 OpenAPI gen: missing operationId for KDoc fields
  • KTOR-3019 Improve logging for CORS plugin
Bugfixes
  • KTOR-8671 Netty: RejectedExecutionException during shutdown on MacOS when dev mode is enabled
  • KTOR-9096 Darwin: New SSE handlers stop responding after canceling few SSE sessions
  • KTOR-9125 Double ResponseSent invocation when exception is thrown after respond
  • KTOR-8878 OpenAPI: StackOverflowError when a response object has property with @​Contextual serializer
  • KTOR-8947 Java, ContentEncoding: IllegalHeaderNameException is thrown for ":status" pseudo header with HTTP/2
  • KTOR-9092 NettyHttp2Handler throws IllegalArgumentException: 'ktor.ApplicationCall' is already in use
  • KTOR-8924 Curl: Client sends both Transfer-Encoding and Content-Length headers for DELETE requests with body
  • KTOR-8838 Exception handling issue in client cache

v3.3.2

Compare Source

Published 5 November 2025

Improvements
  • WebRTC Client. Remove redundant targets (KTOR-9062)
  • Add Socks proxy support to Darwin engine (KTOR-8968)
  • Java: Improve error message when SOCKS proxy is used (KTOR-2908)
Bugfixes
  • HttpRequestRetry: SendCountExceedException when max retries is more than maxSendCount of HttpSend (KTOR-5850)
  • Darwin: The maxFrameSize option has no effect (KTOR-6963)
  • OpenAPI: StackOverflowError when a response object has property with @​Contextual serializer (KTOR-8878)
  • OpenAPI gen: missing KDoc fields (KTOR-9021)
  • Server call.request.path() returns routing selectors in path (KTOR-7639)
  • StaticContent doesn't allow siblings (KTOR-9012)
  • HttpCache: FileStorage doesn't use given dispatcher for all file operations (KTOR-8832)
  • Curl: SOCKS proxy doesn't work (KTOR-9008)
  • Netty: java.lang.VerifyError is thrown on Android since 3.3.0 (KTOR-8916)
  • Response body channel is canceled while the body is being saved when having HttpRequestRetry and onDownload (KTOR-8975)
  • HttpCache: InvalidCacheStateException when varyKeys stored in files contain uppercase letters since 3.3.0 (KTOR-8970)
google/ksp (com.google.devtools.ksp)

v2.3.3

Compare Source

What's Changed
  • Migrate away from a deprecated compilerOptions KGP API #​2703
Contributors
  • Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.2...2.3.3

v2.3.2

Compare Source

What's Changed

Note: This release is a hotfix for a regression introduced in 2.3.1

  • Fixed an issue where KSP incorrectly processed specific nullable annotations from Java interfaces, leading to incorrect nullability in the generated Kotlin code #​2696
  • Fixed a regression introduced in #​2656 that caused runtime failures for projects using AGP 8.8.0 and older due to an incompatible, version-specific type check. #​2694

Contributors

Thanks to everyone who reported bugs and participated in discussions!

Full Changelog: google/ksp@2.3.1...2.3.2

chrisbanes/haze (dev.chrisbanes.haze:haze)

v1.7.1

Compare Source

Changed
  • Use LruCache rather than SieveCache in #​827

Full Changelog: chrisbanes/haze@1.7.0...1.7.1

v1.7.0

Compare Source

Highlights
  • 🆕 forceInvalidateOnPreDraw parameter on HazeEffectScope (doc)
  • Optimized noise texture handling on Android
  • Only enable pre-draw listeners when we need to use them
  • This should be the last of the v1.x releases (barring any blocking issues which crop up).
Key dependencies
  • Kotlin 2.2.20
  • Compose Multiplatform 1.9.3
  • Jetpack Compose 1.9.4
Changed
  • Dependency updates in #​752
  • Add workaround for Kotlin Yarn errors in #​764
  • Bump compile and min SDK versions in #​773
  • Optimize areas and area offsets in #​779
  • Compose 1.9.x and Kotlin 2.2.20 in #​791
  • Reduce screenshot test thresholds in #​806
  • Only enable pre-draw listeners when necessary in #​809
  • Add a common pre-draw listener in #​811
  • Invalidate on position change in #​812
  • Update Android version references in platforms.md by @​XIVIX134 in #​814
Added
  • Add LeakCanary to sample in #​769
  • [Android] Optimize noise texture in #​778
  • Enable Kotlin explicit API in #​790
  • Introduce expandLayerBounds flag in #​807
  • Add forceInvalidateOnPreDraw flag in #​810
New Contributors

Full Changelog: chrisbanes/haze@1.6.10...1.7.0

JetBrains/compose-jb (org.jetbrains.compose)

v1.10.0-rc01

Changes since 1.10.0-beta02

Migration Notes

iOS

Fixes

Multiple Platforms
  • Fix crash when selecting text that only contains inline content #​2600
iOS
  • Fix NSRangeException on back gesture #​2605
  • Fix focusing of Dialog and Popup when the Full Keyboard Mode is enabled #​2606
Desktop
  • [macOs] Fix [MTLTextureDescriptorInternal validateWithDevice:] crash when using zero-size ComposePanel with compose.swing.render.on.graphics=true #​2585
  • [Linux] Support distributions with glibc 2.27 #​2585
  • Fixed a race condition that occurred when multiple processes attempted to unpack Skiko binary files at startup #​2585
Resources
  • (prerelease fix) Fixed compatibility with Kotlin 2.2.20 on Web #​5484
Lifecycle
  • (prerelease fix) Fixed lifecycle-viewmodel-compose 2.10 compatibility with Compose 1.9.* #​2579
SavedState
  • (prerelease fix) Fix SavedStateHandles initialization on web #​2576

Components

Gradle plugin

org.jetbrains.compose version 1.10.0-rc01

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.10.0-rc01 Runtime 1.10.0-rc01
UI org.jetbrains.compose.ui:ui*:1.10.0-rc01 UI 1.10.0-rc01
Foundation org.jetbrains.compose.foundation:foundation*:1.10.0-rc01 Foundation 1.10.0-rc01
Material org.jetbrains.compose.material:material*:1.10.0-rc01 Material 1.10.0-rc01
Material3 org.jetbrains.compose.material3:material3*:1.10.0-alpha05 Material3 1.5.0-alpha08
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02 Material3 Adaptive 1.3.0-alpha03
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha06 Lifecycle 2.10.0
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.1 Navigation 2.9.4
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha06 Navigation3 1.0.0
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-rc01 Navigation Event 1.0.0
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0 Savedstate 1.4.0
WindowManager Core org.jetbrains.androidx.window:window-core:1.5.1 WindowManager 1.5.1

v1.10.0-beta02

Changes since 1.10.0-beta01

Fixes

Multiple Platforms
  • Fixed LocalInputModeManager.current.inputMode not being reset between tests #​2548
iOS
  • Fix the spoken text in merged accessibility nodes #​2539
  • Fix an issue where accessibility elements inside other accessibility elements may not be accessible #​2539
  • Fix crash on iOS older than 17 when accessibility is enabled #​2541
Desktop
  • Fix the accessibility issue where screen readers cannot review text in a text field #​2553
  • Fix the accessibility issue where scrollable text fields are not accessible for screen readers #​2553
  • Children of nodes with isTraversalNode semantics are now ordered according to their traversalIndex #​2544
  • (prerelease fix) Fixed issue where it's unable to create run task 'jvmDesktopRun' #​5477
  • (prerelease fix) Fixed issue where the Java installation could not be found #​5477
Web
  • Fix the issue where Hangul input behaves inconsistently after deleting with Backspace #​2559
Resources
  • Fix resource gradle tasks invocation on AGP < 9.0.0 for Android Studio previews #​5478
  • Update iOS resource copying to an iOS app bundle to support Swift Export libraries #​5480
SavedState
  • All platforms have HasDefaultViewModelProviderFactory implementation now, and it provides an ability to use createSavedStateHandle() function without a navigation library #​2554

Components

Gradle plugin

org.jetbrains.compose version 1.10.0-beta02

Libraries
Library group Coordinates Based on Jetpack
Runtime org.jetbrains.compose.runtime:runtime*:1.10.0-beta02 Runtime 1.10.0-beta02
UI org.jetbrains.compose.ui:ui*:1.10.0-beta02 UI 1.10.0-beta02
Foundation org.jetbrains.compose.foundation:foundation*:1.10.0-beta02 Foundation 1.10.0-beta02
Material org.jetbrains.compose.material:material*:1.10.0-beta02 Material 1.10.0-beta02
Material3 org.jetbrains.compose.material3:material3*:1.10.0-alpha05 Material3 1.5.0-alpha08
Material3 Adaptive org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha02 Material3 Adaptive 1.3.0-alpha03
Lifecycle org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha05 Lifecycle 2.10.0-rc01
Navigation org.jetbrains.androidx.navigation:navigation-*:2.9.1 Navigation 2.9.4
Navigation3 org.jetbrains.androidx.navigation3:navigation3-*:1.0.0-alpha05 Navigation3 1.0.0-rc01
Navigation Event org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.0-beta02 Navigation Event 1.0.0-rc01
Savedstate org.jetbrains.androidx.savedstate:savedstate*:1.4.0-rc01 Savedstate 1.4.0
WindowManager Core org.jetbrains.androidx.window:window-core:1.5.0 WindowManager 1.5.0

v1.10.0-beta01

Changes since 1.10.0-alpha03

Highlights

Desktop
  • Compose Hot Reload Gradle plugin is bundled with Compose Gradle plugin (no need to configure it separately) #​5444

Known Issues

Multiple Platforms
  • Due to the bundled Hot Reload Gradle plugin, Compose Multiplatform requires Kotlin version 2.1.20 or higher #​5444

Migration Notes

Multiple Platforms
  • Remove experimental annotation from usePlatformInsets, useSoftwareKeyboardInset and scrimColor in DialogProperties #​2495
  • Remove experimental annotation from usePlatformDefaultWidth, usePlatformInsets in PopupProperties #​2495
  • Deprecation level of Popup overloads without PopupProperties parameter changed from WARNING to ERROR #​2495
  • Dependency aliases in Gradle plugin (e.g. compose.ui) are now deprecated. Use provided direct artifact coordinates and add them to the version catalog #​5462

Features

iOS
  • Add support for self-sizing of UIKit interop views in Compose #​2485
  • Add experimental UIKitInteropProperties.placedAsOverlay flag, which allows to place interop views above the Compose canvas. This allows interop views with a transparent background or shader effect to be used #​2501
Web
  • Esc button calls back navigation event on the web now #​2499
  • Add support of important keyword for CSS properties #​5439
Navigation
  • Published org.jetbrains.compose.material3.adaptive:adaptive-navigation3 library #​2516
  • Add a new configuration option in ComposeUIViewController to set end-edge gestures behavior #​2519

Fixes

Multiple Platforms
  • Align roundToPx() behavior between platforms: NaN value produces 0 instead of IllegalArgumentException on non-JVM platforms now #​2526
  • Added previously missing ExperimentalComposeUiApi annotation to platform-specific DragAndDropTransferData, DragAndDropEvent and ClipEntry constructors on Desktop and Web. Working with these APIs already requires this annotation due to types of parameters, so it wasn't supposed to be marked as "stable" yet. You can follow CMP-7624 to track the updates about finalizing the shape of these APIs #​2538
iOS
  • Fix onKeyEvent handling when Full Keyboard Access is enabled #​2494
  • Fix incorrect tap responses in Dialog when LocalDensity is modified #​2527
  • (prerelease fix) Fix crash when interacting with scrollables with overscroll #​2532
Desktop
  • Fix SwingPanel blocking mouse wheel scroll events from going to its parent #​2486
Web
  • Correct drag-and-drop behaviour on mobile devices #​2510
  • Fix incorrect interpretation of ontouchend events #​2490
  • Unblock autocomplete and the other keyboard features on mobile iOS #​2529
  • Correct behaviour when a virtual keyboard suggestion was accepted while the cursor was in the middle of the word #​2530
Resources
  • Use Web Cache API for all resources to avoid repeated and redundant HTTP requests #​5379

Dependencies



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-minor-patch branch from d819b77 to b4f4594 Compare November 5, 2025 14:49
@renovate renovate bot changed the title fix(deps): update all non-major dependencies to v3.3.2 fix(deps): update all non-major dependencies Nov 5, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 1696287 to 1d7253a Compare November 11, 2025 01:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from d6b4289 to 896bb1d Compare November 24, 2025 12:45
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 896bb1d to 58f576c Compare November 26, 2025 16:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 58f576c to 3f3d13c Compare December 2, 2025 10:47
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