⬆️ Update all dependencies#29
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
efb9a73 to
b128881
Compare
159c8cc to
ca4bdb1
Compare
2010207 to
9ec37c5
Compare
3320e9a to
1350536
Compare
748b850 to
f7a09da
Compare
5563260 to
1b52569
Compare
280a5c4 to
e814010
Compare
8b933aa to
0e94028
Compare
de2c453 to
87eb5de
Compare
87eb5de to
a637f21
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.4.1→9.6.00.22.0→0.23.10.5.6→0.6.23.4.1→3.5.02.3.6→2.3.92.3.6→2.3.96.1.7→6.2.16.1.7→6.2.14.2.0→4.2.22.1.0→2.2.02.0.0-alpha.2→2.0.0-alpha.52.0.0-alpha.2→2.0.0-alpha.52.0.0-alpha.2→2.0.0-alpha.52.0.0-alpha.2→2.0.0-alpha.52.0.0-alpha.2→2.0.0-alpha.52.0.0-alpha.2→2.0.0-alpha.52.0.0-alpha.2→2.0.0-alpha.50.0.1-alpha13→0.0.1-alpha150.0.1-alpha13→0.0.1-alpha153.4.0→3.5.02.9.7→2.9.82.10.0→2.11.02.10.0→2.11.02026.03.00→2026.06.0032.1.0→32.2.19.1.0→9.2.19.1.0→9.2.19.1.0→9.2.19.1.0→9.2.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gradle/gradle (gradle)
v9.6.0Compare Source
v9.5.1: 9.5.1Compare Source
The Gradle team is excited to announce Gradle 9.5.1.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov
Upgrade instructions
Switch your build to use Gradle 9.5.1 by updating your 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.5.0: 9.5.0Compare Source
The Gradle team is excited to announce Gradle 9.5.0.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
atm1020,
mataha,
Adam,
Attila Kelemen,
Benedikt Ritter,
Björn Kautler,
Caro Silva Rode,
CHANHAN,
Dmitry Nezavitin,
Eng Zer Jun,
KugelLibelle,
Madalin Valceleanu,
Markus Gaisbauer,
Oliver Kopp,
Philip Wedemann,
ploober,
Roberto Perez Alcolea,
Rohit Anand,
Suvrat Acharya,
Ujwal Suresh Vanjare,
Victor Merkulov
Upgrade instructions
Switch your build to use Gradle 9.5.0 by updating your 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.
drewhamilton/Poko (dev.drewhamilton.poko)
v0.23.1Compare Source
2026-06-04
Restore compatibility with 2.4.0-dev, to maintain support for IntelliJ 2026.1. Add
firIdeModeconfiguration option to disable FIR generation and/or checks in the IDE, to protect against future
breaking changes in the IDE Kotlin version.
v0.23.0Compare Source
2026-06-03
Increase deprecation level of
@SkipSupportand@ArrayContentSupportannotations fromERRORtoHIDDEN.Compile with Kotlin 2.4.0. Drop support for Kotlin 2.3 due to incompatibility. Drop support for
non-K2 compilation, i.e. language level 1.9.
Target Gradle 9.5.
v0.22.1Compare Source
2026-04-24
Compile with Kotlin 2.3.21. Implement forward compatibility with Kotlin 2.4.0-Beta2.
mrmans0n/compose-rules (io.nlopez.compose.rules:detekt)
v0.6.2What's changed
Dependency Matrix
v0.6.1What's changed
Dependency Matrix
v0.6.0🎉 A few new rules for you all
For both detekt and ktlint:
ComposableNestingDepth, an opt-in rule to add a limit to how many nested content emitters could be used.And these are detekt exclusive, as they require the Kotlin Analysis API.
StaleRememberUpdatedStateInRememberto find sneaky misuses of rememberUpdatedStateMissingReadOnlyComposableto find composables that could be optimized by being annotated by@ReadOnlyComposable.InvalidReadOnlyComposableto find annotated@ReadOnlyComposables that shouldn't be.UnnecessaryComposableto find composables that don't need to be composable functions.VarsWithoutStateBackingto find potential misuses of var in a composable function.ConditionHoistto find issues where the contents of a slotted composable function don't emit anything due to branching code.This is a significant departure for this ruleset, as they are the first rules that are actually using type resolution.
What's changed
StaleRememberUpdatedStateInRememberdetekt rule (#642) @mrmans0nDependency Matrix
v0.5.9What's Changed
New Contributors
Full Changelog: mrmans0n/compose-rules@v0.5.8...v0.5.9
v0.5.8: 0.5.8What's Changed
New Contributors
Dependency Matrix
Full Changelog: mrmans0n/compose-rules@v0.5.7...v0.5.8
v0.5.7What's changed
Dependency Matrix
ktorio/ktor (io.ktor:ktor-bom)
v3.5.0Compare Source
Features
Improvements
Bugfixes
withTimeoutthrows a generic CancellationException instead of TimeoutCancellationExceptionv3.4.3Compare Source
Bugfixes
configmethod is closedclose()races with in-flightexecute()since 3.4.2cancelCallOnCloseon, cancels subsequent requests when CallLogging plugin with callIdMdc is installedv3.4.2Compare Source
Improvements
formFieldLimitdocuments incorrect default value (64 KB instead of 50 MiB)Bugfixes
JsWebSocketSession._closeReasonis completed twicegoogle/ksp (com.google.devtools.ksp)
v2.3.9Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.8...2.3.9
v2.3.8Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.7...2.3.8
v2.3.7Compare Source
What's Changed
Contributors
Full Changelog: google/ksp@2.3.6...2.3.7
kotest/kotest (io.kotest:kotest-bom)
v6.2.1Compare Source
v6.2.0Compare Source
v6.1.11[Compare Source](https://redi
Configuration
📅 Schedule: (UTC)
* 22-23,0-4 * * *)* * * * 0,6)🚦 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.
This PR was generated by Mend Renovate. View the repository job log.