deps(deps): update all non-major gradle dependencies #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/all-non-major-gradle-dependencies"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
3.4.1→3.4.23.4.1→3.4.23.4.1→3.4.21.1.0-alpha04→1.1.0-beta016.1.3→6.1.66.1.3→6.1.66.1.3→6.1.66.1.3→6.1.66.1.3→6.1.66.1.3→6.1.62.10.0-alpha08→2.10.02.10.0-alpha08→2.10.02.10.0-alpha08→2.10.02.10.0-alpha08→2.10.02.10.0-alpha08→2.10.02.10.0-alpha08→2.10.03.16.4→3.17.032.0.1→32.1.03.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.13.4.0→3.4.19.0.1→9.1.09.0.1→9.1.09.0.1→9.1.04.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC24.2.0-RC1→4.2.0-RC21.2.0→1.2.11.2.0→1.2.11.17.0→1.18.05.0.0-alpha06→5.0.0-alpha072.10.0-alpha08→2.10.0-beta012.10.0-alpha08→2.10.0-beta011.12.4→1.13.01.12.4→1.13.00.8.8→0.13.06.6.2→6.7.10.8.2→0.9.00.8.2→0.9.00.8.1→0.12.00.7.1→0.7.1-0.6.x-compat1.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha041.11.0-alpha02→1.11.0-alpha042026.02.01→2026.03.002.3.4→2.3.60.3.8→0.4.02.2.1.1→2.2.22.2.1.1→2.2.22.2.1.1→2.2.22.2.1.1→2.2.2Release Notes
kotest/kotest (io.kotest:kotest-runner-junit5)
v6.1.6Compare Source
What's Changed
Full Changelog: https://github.com/kotest/kotest/compare/v6.1.5...v6.1.6
v6.1.5Compare Source
What's Changed
kotlin-compile-testingto version 0.12.1 to support Kotlin 2.3 by @sksamuel in #5736Full Changelog: https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5
v6.1.4Compare Source
What's Changed
Property<Boolean>for extension values by @sksamuel in #5658--testsissue by @T45K in #5691New Contributors
Full Changelog: https://github.com/kotest/kotest/compare/v6.1.3...v6.1.4
square/okio (com.squareup.okio:okio)
v3.17.02026-03-11
New: Adjust down the Kotlin stdlib dependency to [Kotlin 2.1.21][kotlin_2_1_21]. Okio is built
with an up-to-date Kotlin compiler (2.2.21), but depends on an older kotlin-stdlib. We're doing
this so you can update Okio and Kotlin independently.
Fix: Return the correct timestamp in
FileMetadata.createdAtMillison Kotlin/Native on UNIXplatforms. We were incorrectly using the POSIX
ctime(change time) instead of thebirthtime. With this fix Okio now prefersstatx()overstat()on native platforms. ThisAPI first appeared in Linux in 4.11 (2017) and Android in API 30 (2020).
ktorio/ktor (io.ktor:ktor-server-websockets)
v3.4.1Compare Source
Improvements
Bugfixes
kty=ECandalg=nullvalidatemethod claim that it's optional, but it isn'tInsertKoinIO/koin (io.insert-koin:koin-test-junit5)
v4.2.0-RC2: Koin 4.2.0-RC2Compare Source
Second Release Candidate for Koin 4.2.0, upgrading to Kotlin 2.3.20-RC2 and updating dependencies.
What's Changed
Kotlin 2.3.20-RC2 Upgrade
Koin Compiler Plugin: New
KoinApplication.modules()StubsKoinApplication.modules<T>()(reified single module) andKoinApplication.modules(vararg KClass<*>)(multiple modules) — enabling type-safe module loading via theKoin Annotations compiler plugin
Koin Compiler Plugin 0.4.0 Support
KoinApplication.modules<T>()(reified single module) andKoinApplication.modules(vararg KClass<*>)(multiple modules) — enabling type-safe module loading via theKoin Compiler Plugin
Dependency Updates
Full Changelog
https://github.com/InsertKoinIO/koin/compare/4.2.0-RC1...4.2.0-RC2
jordond/materialkolor (com.materialkolor:material-kolor)
v5.0.0-alpha07Compare Source
What's Changed
BREAKING: Support for
iosx64andmacosx64were dropped in Material3 1.11.0-alpha03. So if you use these targets, you will need to remove them.Full Changelog: https://github.com/jordond/MaterialKolor/compare/4.1.1...5.0.0-alpha07
vinceglb/FileKit (io.github.vinceglb:filekit-core)
v0.13.0Compare Source
🚀 Better stability, reliability, and developer experience
FileKit 0.13.0 is mainly focused on improving stability and reliability across all supported platforms.
This release includes many fixes for platform-specific edge cases, better lifecycle handling, and more consistent behavior between targets. The goal was simple: make FileKit more predictable and safer to use in production.
We also improved the developer experience with better KDoc coverage, clearer documentation, and a new Cookbook section. On top of that, we introduced more automated tests, new CI workflows, a new sample project, and linting enforcement.
✨ What's new
FileKit.saveVideoToGalleryfor saving videos to the gallery by @ujizin in #491✅ Improvements
projectDirresolution for more reliable iOS path handling by @vinceglb in #447FileKitFileProviderand authority handling for safer Android file sharing by @vinceglb in #448atomicMovedestination-directory behavior across platforms by @vinceglb in #515🐛 Bug fixes
FileDialogon the EDT when called from suspending APIs by @edneyosf in #422URITestfile-path assertions for Windows compatibility by @vinceglb in #452rememberShareFileLauncherby @vinceglb in #473PlatformFilechild resolution by @vinceglb in #475maxItemsoutput contract consistently across platforms by @vinceglb in #492📚 New Cookbook guides
commonMainusingFileKit.databasesDir, avoiding platform-specificexpect/actualsetup for storage paths.FileKit.projectDir, with practical examples and platform support notes.🧑💻 Developer Experience
.editorconfigfor consistent ktlint rules by @vinceglb in #444📝 Documentation updates
⬆️ Dependencies updates
2.3.100.9.01.10.15.18.13.4.09.0.1🙏 New Contributors
Thanks a lot to all the contributors ❤️
🤩 Bonus
Here are the screenshots of the new sample app!
Full Changelog: https://github.com/vinceglb/FileKit/compare/0.12.0...0.13.0
v0.12.0Compare Source
✨ What's new
@Serializationsupport for PlatformFile by @vinceglb in #410PlatformFile.createdAt()andPlatformFile.lastModified()accessors by @vinceglb in #407✅ Improvements
🐛 Bug fixes
📝 Documentation updates
⬆️ Dependencies updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: https://github.com/vinceglb/FileKit/compare/0.11.0...0.12.0
v0.11.0Compare Source
✨ What's new
FileKit.filesDirandFileKit.cacheDirdirectories for the JVM target by @vinceglb in #379 - Documentation✅ Improvements
🐛 Bug fixes
📝 Documentation updates
⬆️ Dependencies updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: https://github.com/vinceglb/FileKit/compare/0.10.0...0.11.0
v0.10.0Compare Source
🎉 1k stars on Github
After 1 year and a half, FileKit has received its first 1000 stars on Github!
FileKit is what it is today thanks to the amazing community. I'm so proud of what we've achieved together! I want to thank all for your contributions, encouragement, and support during this journey! 💖
🥂 Community featuring
Let's celebrate this achievement together!
In the next few weeks, I'll be adding a new section to the readme to showcase the amazing projects of the community using FileKit.
The main goals are:
If you are building something with FileKit, open source or not, and want to be featured on the readme, please share your project with us by commenting on this discussion!
Also, if you want to share a project privately without being featured on the readme, you can send me an email.
Thank you again for using the library and making it possible! ❤️
✨ What's new
SingleWithStateandMultipleWithStatemodes to monitor file picker import state by @kihaki in #300 - Documentation✅ Improvements
🐛 Bug fixes
📝 Documentation updates
⬆️ Dependencies updates
🙏 New Contributors
A big thank you to all the contributors ❤️
Full Changelog: https://github.com/vinceglb/FileKit/compare/0.10.0-beta04...0.10.0
airbnb/lottie-android (com.airbnb.android:lottie-compose)
v6.7.1v6.7.0New Features
v6.6.10lottieCompositionpublic (#2660)v6.6.9v6.6.7v6.6.6v6.6.4v6.6.3Kotlin/kotlinx-io (org.jetbrains.kotlinx:kotlinx-io-core)
v0.9.0Compare Source
Features
SystemLineSeparatorproperty which returns a line separator for the underlying platform #448Implementaion-*attributes in the JAR file manifests (#489)Bugfixes
Kotlin/kotlinx.html (org.jetbrains.kotlinx:kotlinx-html)
v0.12.0Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/Kotlin/kotlinx.html/compare/0.11.0...0.12.0
v0.11.0Compare Source
What's Changed
crossoriginattribute to the<script>element by @lorenzsimon in #248README.mdbadge by @SimonMarquis in #252New Contributors
Full Changelog: https://github.com/Kotlin/kotlinx.html/compare/0.10.1...0.11.0
v0.10.1Compare Source
What's Changed
&v0.9.1Compare Source
v0.9.0What's Changed
New Contributors
Full Changelog: https://github.com/Kotlin/kotlinx.html/compare/0.8.0...0.9.0
JetBrains/compose-jb (org.jetbrains.compose)
v1.11.0-alpha04Changes since 1.11.0-alpha03
Breaking Changes
Multiple Platforms
Shaderis now a dedicated Compose wrapper type. Since it's not an ABI-compatible change, you might need to update some libraries that use this API to newer, compatible versions. Migration: #2810SkShader.asComposeShader().Shader.skiaShaderextension.Migration Notes
Multiple Platforms
Key.Homehas been deprecated, as it has been incorrectly mapped to the keyboard "Home" key. UseKey.MoveHomeinstead #2801androidx.compose.ui.graphics.NativePaintandandroidx.compose.ui.graphics.NativeCanvastypealiases are deprecated, use direct references to native types instead #2802Paint.asFrameworkPaint()was replaced withPaint.skiaPaintextension to avoid exposing a platform type intocommonMainsourceset viatypealias#2802RenderEffect.asSkiaImageFilter()was replaced withRenderEffect.skiaImageFilterextension to avoid exposing a platform type intocommonMaintypes #2809Canvas.nativeCanvasextension in favor ofCanvas.skiaCanvasto avoid ambiguity #2809Web
Features
Multiple Platforms
iOS
BasicTextField(bothTextFieldValueandTextFieldState) enabled viaPlatformImeOptions.usingNativeTextInput(enabled)in iOS source set #2602true,BasicTextFielduses native UIKit editing and interaction, including: #2602isNewContextMenu = true) configurations.rememberUIKitInteropRemeasureRequester()+Modifier.remeasureRequester(...)withUIKitInteropRemeasureRequester.requestRemeasure()for propagating UIKit-side size changes to Compose #2797Desktop
Web
isClearFocusOnMouseDownEnabledinComposeViewportConfigurationto configure the focus behaviour on mouse press #2781Gradle Plugin
Fixes
iOS
LayoutRegionAPI #2555Desktop
NumPadPageUp,NumPadPageDown,NumPadHomeandNumPadEndkeys in text fields #2800TooltipAreaon a pointer-exit event while the pointer is still inside the area #2798SwingPanel#2821Web
Components
Gradle plugin
org.jetbrains.composeversion1.11.0-alpha04Libraries
org.jetbrains.compose.runtime:runtime*:1.11.0-alpha04org.jetbrains.compose.ui:ui*:1.11.0-alpha04org.jetbrains.compose.foundation:foundation*:1.11.0-alpha04org.jetbrains.compose.material:material*:1.11.0-alpha04org.jetbrains.compose.material3:material3*:1.11.0-alpha04org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha06org.jetbrains.androidx.lifecycle:lifecycle-*:2.11.0-alpha01org.jetbrains.androidx.navigation:navigation-*:2.9.2org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-alpha04org.jetbrains.androidx.navigationevent:navigationevent-compose:1.1.0-alpha01org.jetbrains.androidx.savedstate:savedstate*:1.4.0org.jetbrains.androidx.window:window-core:1.5.1v1.11.0-alpha03Changes since 1.11.0-alpha02
Migration Notes
Multiple Platforms
navigation-runtime,navigation-commonno longer provideandroidx.collectionas anapitransitive dependency. If your project doesn't compile with unresolvedandroidx.collection...classes addimplementation("androidx.collection:collection:1.5.0"). This change is required to avoid differences with the original Jetpack libraries and allow reusing the same code without additional changes needed #2749iOS
parallelRenderingflag now enabled by default #2732Features
iOS
Desktop
singleWindowApplicationcontent's receiver now subclassesApplicationScopetoo, allowing to programmatically exit the app #2703Fixes
iOS
UIKeyboardWillHideNotificationwithoutuserInfo#2713scrollsToTopfor nativeUIScrollViews #2705LocalSystemTheme#2735MetalRedrawerthat occurs whenPopuporDialogbox opens and closes quickly #2756parallelRenderingis enabled #2732Desktop
(Basic)TextField(TextFieldValue)#2722TextFieldaccessibility issue wherecontentDescriptionwas ignored by screen readers (VoiceOver).TextFieldnow properly usescontentDescriptionas the accessible name/label, making forms usable with assistive technologies #2680launchApplicationandawaitApplicationis now correctly used in windows and dialogs of the application #2742SwingPanelnot being visible at all #2751BasicTextField(TextFieldState)when the temporary (composed) english text was not removed when the composition is committed #2763Web
Components
Gradle plugin
org.jetbrains.composeversion1.11.0-alpha03Libraries
org.jetbrains.compose.runtime:runtime*:1.11.0-alpha03org.jetbrains.compose.ui:ui*:1.11.0-alpha03org.jetbrains.compose.foundation:foundation*:1.11.0-alpha03org.jetbrains.compose.material:material*:1.11.0-alpha03org.jetbrains.compose.material3:material3*:1.11.0-alpha03org.jetbrains.compose.material3.adaptive:adaptive*:1.3.0-alpha05org.jetbrains.androidx.lifecycle:lifecycle-*:2.10.0-alpha08org.jetbrains.androidx.navigation:navigation-*:2.9.2org.jetbrains.androidx.navigation3:navigation3-*:1.1.0-alpha03org.jetbrains.androidx.navigationevent:navigationevent-compose:1.0.1org.jetbrains.androidx.savedstate:savedstate*:1.4.0org.jetbrains.androidx.window:window-core:1.5.1google/ksp (com.google.devtools.ksp)
v2.3.6Compare Source
What's Changed
Contributors
Full Changelog: https://github.com/google/ksp/compare/2.3.5...2.3.6
v2.3.5Compare Source
What's Changed
Contributors
Full Changelog: https://github.com/google/ksp/compare/2.3.4...2.3.5
Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)
v0.4.0arrow-kt/arrow (io.arrow-kt:arrow-optics-ksp-plugin)
v2.2.2Compare Source
This release is mostly about bugfixing, although it also enables supports for more platforms, and exposes additional APIs using context parameters.
What's Changed
ExitCaseconstructors internal by @serras in #3853AutoCloseScopeandSagaScopeas subclass opt-in by @serras in #3854HttpCircuitBreakeraware ofexpectSuccessby @serras in #3852unweaveby @serras in #3864New Contributors
Full Changelog: https://github.com/arrow-kt/arrow/compare/2.2.1.1...2.2.2
Configuration
📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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 has been generated by Renovate Bot.