fix(deps): update gradle non-major dependencies#528
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update gradle non-major dependencies#528renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the
Comment |
09a13bf to
2ff14b9
Compare
02630ea to
66bd952
Compare
11ee5c3 to
259778d
Compare
370db57 to
41108a5
Compare
80bd886 to
df09e95
Compare
8728aa1 to
891f376
Compare
7074b82 to
cc622fe
Compare
2f13926 to
bbce151
Compare
c03716a to
df8f7b1
Compare
b9228ec to
ffc07c8
Compare
ffc07c8 to
eca0e00
Compare
eca0e00 to
41d9f82
Compare
8af5be1 to
c480b87
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:
19.2.1→19.4.43.0.2→3.0.63.9.1→3.17.01.3.0→1.5.11.8.0→1.9.01.1.1→1.2.10.26.0→0.31.00.6.1→0.7.1-0.6.x-compat0.3.8→0.4.04.4.2→4.4.43.0.2→3.4.03.0.2→3.4.03.0.2→3.4.08.2.1→8.8.11.5.12→1.5.322.0.2→2.3.22.0.2→2.3.22.0.2→2.3.22.0.2→2.3.22.0.2→2.3.22.0.2→2.3.20.8.3→0.9.70.8.3→0.9.71.23.7→1.23.81.23.7→1.23.81.23.7→1.23.817.1.0→17.4.00.10.6→0.11.00.10.6→0.11.02.0.4→2.1.02.0.4→2.1.01.2.0→1.3.01.2.0→1.3.02.1.0→2.4.033.5.1→33.16.02.0.21-1.0.27→2.3.62.0.21-1.0.27→2.3.62.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.132.3.12→2.3.131.7.3→1.10.04.0.0→4.2.01.9.0→1.10.21.0.1→1.2.01.9.3→1.13.01.7.1→1.10.31.7.1→1.10.33.8.5→3.8.63.8.5→3.8.63.8.5→3.8.62.1.3→2.1.52.1.21→2.3.202.1.21→2.3.208.7.2→8.13.28.7.2→8.13.28.7.2→8.13.2Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
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).
v3.16.42025-11-17
to fire later than they were supposed to.
v3.16.32025-11-14
This release is the same as 3.16.2. We forgot to cherry-pick a commit before we released!
v3.16.22025-10-14
okio-assetfilesystemAPIs now correctly restored as visible to Kotlin.v3.16.12025-10-09
Socket.shutdownOutput()orshutdownInput()on anSSLSocketonAndroid API 21. This method throws an
UnsupportedOperationException, so we now catch that andclose the underlying stream instead.
v3.16.02025-07-29
Fix: Change
Socket.asOkioSocket()to resolve its sourceInputStreamandOutputStreameagerly. This will throw a
SocketExceptionimmediately if the socket isn’t connected.This behavior is consistent with our similar APIs,
Socket.source()andSocket.sink().Fix: Optimize
AsyncTimeouton systems with a very large number of active timeouts. This classoriginally kept active timeouts in a linked list; with this update the internal data structure is
a binary heap. The old runtime was 𝑂(𝑛²) to activate 𝑛 timeouts; with this optimization the
runtime is 𝑂(𝑛 log 𝑛).
Upgrade: [Kotlin 2.2.0][kotlin_2_2_0].
v3.15.02025-07-01
Upgrade: [kotlinx-datetime 0.7.0-0.6.x-compat][datetime_0_7_0_compat]. The previous 3.14.0
release,
FakeFileSystembroke binary-compatibility for calls toFakeFileSystem(). Thisrestores that compatibility.
Breaking: Change
FakeFileSystem.clockfrom a JVM field to a property. This avoids a crashrunning Okio in a Gradle 8.x plugin. This change is not binary-compatible.
v3.14.02025-06-28
okio-fakefilesystemartifact only. This is a binary-incompatible backwards-incompatible change that cannot co-exist
with previous releases of
okio-fakefilesystem! If you observe aNoSuchMethodErrorcallingFakeFileSystem.init, update the calling code to this release (or newer) and recompile. We don'tlike imposing backwards-incompatible changes like this on you and do so regretfully.
v3.13.02025-06-13
okio.Socketinterface. This is a first step towards low-level streaming networking supportfor Kotlin/Multiplatform. This release provides two JVM-only implementations:
asOkioSocket()adapts a
java.net.Socketto our new interface, andinMemorySocketPair()returns a pair ofmutually-connected sockets. We also anticipate that this interface will be a useful abstraction
for proxies and tunnels.
v3.12.02025-05-27
BufferedSource.indexOf().BufferedSource.rangeEquals().v3.11.02025-04-09
String.decodeHex()on Kotlin/JS.EXACTLY_ONCEexecution for blocks likeCloseable.use {}andFileSystem.read {}.v3.10.2Compare Source
2025-01-08
okio-nodefilesystemartifact is no longer empty.v3.10.1Compare Source
2025-01-07
FileSystem.close()may prevent future access and/or clean up associated resources depending on the backing implementation.FakeFileSystemwill prevent future operations once closed.InputStreams created fromBufferedSource.inputStream()now have a more efficient version ofInputStream.transferTo()which reduces memory copies.okio-nodefilesystemis no longer publised as a JS project, but a Kotlin multiplatform project with only a JS target.This change should not affect consumers in any way, and is motivated by the Kotlin Gradle plugin deprecating the JS-only plugin.Please use 3.10.2 to ensure this change actually does not affect your builds.v3.10.0Compare Source
2025-01-06
This version is equivalent to the subsequent 3.10.1, but it did not fully publish to Maven Central due to infrastructure problems.
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu)
v0.31.0Compare Source
v0.30.0Compare Source
0.30.0-beta, so the0.30.0release only updates the version and includes exactly the same changes as version0.30.0.v0.29.0Compare Source
v0.28.0Compare Source
0.28.0-beta, so the0.28.0release only updates the version and includes exactly the same changes as version0.28.0.v0.27.0Compare Source
v0.26.1Compare Source
org.gradle.configuration-cache(#486). Kudos to @dkrasnoff! 🎉atomicfu-maven-pluginartifacts (#490).Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)
v0.7.1kotlinx.datetime.Instantandkotlinx.datetime.Clocktype aliases to, respectively,kotlin.time.Instantandkotlin.time.Clockto make migration more convenient.v0.7.0Breaking changes:
kotlinx.datetime.Instantandkotlinx.datetime.Clockin favor ofkotlin.time.Instant(#506). See https://github.com/Kotlin/kotlinx-datetime?tab=readme-ov-file#deprecation-of-instant for a description of what to do if this causes problems.LocalDateandLocalDateTimevalues on all platforms (#432).dayOfMonthtoday,monthNumbertomonth(#84).DayOfWeekandMonthno longer type aliases tojava.time.DayOfWeekandjava.time.Month(#96)."UTC"and not"Z"be the timezone identifier forTimeZone.UTC(#474)."z"inTimeZone.of, with the same meaning as"Z"(#529).DateTimeFormat-basedKSerializerimplementations for datetime entities, and change the default serializers to be based ontoString/parsepairs (#415).Additions:
java.io.Serializableimplementations for most of the entities in the library (#143). Thanks for spotting and fixing a potential vulnerability, @lukellmann!LocalDateRange, a range ofLocalDatevalues (#190). Thanks, @PeterAttardo!YearMonthandYearMonthRange(#457).Tweaks and fixes:
timeZoneId()directive (#444).timeZoneId()directive, allowing parsing values not present in the timezone database (#531).DateTimeComponentsvalue (#471).kotlinx.serialization.coreto be optional (#496).v0.6.2TimeSource.asClock(#164). Thanks, @hfhbd!NSDatetoInstantconversions (#427)DatePeriod.plusandDateTimePeriod.pluswith a warning (#381)Clock.asTimeSourcewith a warning (#372)module-infopreventing usingkotlinx.datetime.formattogether with JPMS (#438). Thanks, @cdelabou!Kotlin/kotlinx.collections.immutable (org.jetbrains.kotlinx:kotlinx-collections-immutable)
v0.4.0coil-kt/coil (io.coil-kt.coil3:coil-test)
v3.4.0Compare Source
ConcurrentRequestStrategyto support combining in-flight network requests for the same key. (#2995, #3326)DeDupeConcurrentRequestStrategyenables this behavior and lets waiters wait for the results of an in-flight network request.diskCacheKey.OkHttpNetworkFetcherFactory,KtorNetworkFetcherFactory, andNetworkFetcher.Factorynow acceptconcurrentRequestStrategy.linuxX64andlinuxArm64) for non-Compose multiplatform artifacts. (#3054)ImageRequest.Builder.useExistingImageAsPlaceholderenables crossfading from the previous image when no placeholder is set.ImageRequest.Builder.preferEndFirstIntrinsicSizeletsCrossfadePainterprefer the end painter's intrinsic size.ImageLoader.Builder.repeatCount(Int)incoil-gifto set a global animated image repeat count. (#3143)coil-video. (#3107)coil-lintwithcoil-coreand add a lint check to catch accidentalkotlin.error()calls inImageRequest.Builderblocks. (#3304)BitmapFetcheravailable in common code. (#3286)applicationContextwhen creating the singletonImageLoaderon Android. (#3246)404) and stop caching non-cacheable responses (e.g.500). (#3137, #3139)maxBitmapSizeedge case to prevent oversized bitmap crashes on Android. (#3259)kotlinx-io-okioto 0.9.0.androidx.coreto 1.16.0.androidx.lifecycleto 2.9.4.androidx.exifinterfaceto 1.4.2.v3.3.0Compare Source
MemoryCache.maxSizeon Android while the app is backgrounded.ImageLoader.Builder.memoryCacheMaxSizePercentWhileInBackgroundis set, theImageLoader's memory cache will be limited to a percent of its max size while the app is backgrounded. This setting is currently disabled by default.AsyncImage,ImageView, etc.) it will still be present in the memory cache.Svg.Parserargument toSvgDecoder.densityargument toSvgDecoderto support providing a custom density multiplier.Uri.Builderto support copying and modifyingUris.ImageLoader.Builder.mainCoroutineContextto support overriding Coil'sDispatchers.main.immediateusage in tests.CrossfadePainter.intrinsicSizechanging when thestartimage is dereferenced at the end of the animation. This aligns with the behaviour ofCrossfadeDrawable.ImageLoaders.executeBlockingbeing inaccessible from Java.kotlinx.io's Okio interop module incoil-network-ktor3.kotlinx-datetimeto0.7.1.coil-network-cache-controlmodule. See here for more info.v3.2.0Compare Source
Changes since
3.1.0:coil-composeandcoil-compose-corenow require Java 11 bytecode due to Compose1.8.0requiring it. See here for how to enable it.AsyncImagePreviewHandler's functional constructor to returnAsyncImagePainter.State.Successinstead ofAsyncImagePainter.State.Loading.ConstraintsSizeResolver#size().PlatformContextwhen building with R8.FakeImageLoaderEnginenot settingTransition.Factory.NONEwhen the defaultFakeImageLoaderEngineresponse is returned.ColorImage.CacheControlCacheStrategy.CircleCropTransformationandRoundedCornersTransformationto share common code.BitmapFactoryinternally ifExifOrientationStrategyis notRESPECT_PERFORMANCE.accompanist-drawablepainterto 0.37.3.Changes since
3.2.0-rc02:BitmapFactoryinternally ifExifOrientationStrategyis notRESPECT_PERFORMANCE.accompanist-drawablepainterto 0.37.3.v3.1.0Compare Source
AsyncImageperformance.ColorImageand deprecateFakeImage.ColorImageis useful for returning a fake value in tests and previews. It solves the same use case asFakeImage, but is more easily accessible incoil-coreinstead ofcoil-test.coil-compose-core's dependency onDispatchers.Main.immedate.AsyncImagePainterwould not executeImageRequests synchronously in Paparazzi and Roborazzi screenshot tests.data:[<mediatype>][;base64],<data>AnimatedImageDecoder.ENCODED_LOOP_COUNTto support using the encoded repeat count in a GIF's metadata.ExtrastoNetworkRequestto support custom extensions.DiskCache.Builder.cleanupCoroutineContextand deprecateDiskCache.Builder.cleanupDispatcher.ImageLoader.Builder.imageDecoderEnabledto optionally disable usingandroid.graphics.ImageDecoderon API 29 and above.Keyerfor anImageRequest's data type.CrossfadePainterpublic.Transformations on all multiplatform targets.Expiresheader value inCacheControlCacheStrategy.AsyncImage/SubcomposeAsyncImage/rememberAsyncImagenot launching a newImageRequestif itsContentScalechanges to/fromNone.androidx.coreto 1.15.0.v3.0.4Compare Source
maxBitmapSize.FakeImagenot rendering on Android.Transformations change when used withAsyncImage/rememberAsyncImagePainter/SubcomposeAsyncImage.ScaleDrawableandCrossfadeDrawablenot respecting tint states.ImageDecoderto decode partial image sources. This matches the behavior inBitmapFactory.Bitmap.prepareToDraw()not being called after decoding.SvgDecodershould not returnisSampled = truefor non-rasterized images.Dispatchers.Unconfinedin Compose if an immediate main dispatcher is unavailable. This is only used in preview/test environments.2.3.13.v3.0.3Compare Source
ImageRequest.scalebased on anImageView'sScaleType.DiskCachewould not track removal of an entry after deleting its files.Loggerwhen logging errors.kotlin-stdlib-jdk7andkotlin-stdlib-jdk8withkotlin-stdlib.ExpediaGroup/graphql-kotlin (com.expediagroup:graphql-kotlin-ktor-server)
v8.8.1Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.8.0...8.8.1
v8.8.0Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.7.0...8.8.0
v8.7.0Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.6.2...8.7.0
v8.6.2Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.6.1...8.6.2
v8.6.1Compare Source
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.6.0...8.6.1
v8.6.0Compare Source
IMPORTANT
see https://github.com/ExpediaGroup/graphql-kotlin/releases/tag/8.3.0
What's Changed
Full Changelog: ExpediaGroup/graphql-kotlin@8.2.1...8.6.0
v8.5.0: 9.0.0-alpha.3Compare Source
What's Changed
New Contributors
Full Changelog: ExpediaGroup/graphql-kotlin@8.4.0...8.5.0
v8.4.0: 9.0.0-alpha.2What's Changed
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.