Update Core dependencies (non-major) #210
Open
+8
−8
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:
2.2.1
->2.3
1.8.1
->1.9.0
1.8.1
->1.9.0
1.8.1
->1.9.0
1.8.1
->1.9.0
0.27.0
->0.29.0
0.27.0
->0.29.0
0.10.0
->0.11.0
5.12.1
->5.13.2
2025.4.8
->2025.6.14
7.0.6
->7.0.7
3.1.2
->3.2.0
3.1.2
->3.2.0
3.1.2
->3.2.0
3.1.2
->3.2.0
3.1.2
->3.2.0
3.1.2
->3.2.0
3.1.2
->3.2.0
3.1.2
->3.2.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gradle/common-custom-user-data-gradle-plugin (com.gradle:common-custom-user-data-gradle-plugin)
v2.3
: 2.3Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-protobuf)
v1.9.0
==================
This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.
Add kotlin.time.Instant serializers
Instant class was moved from kotlinx-datetime library to Kotlin standard library.
As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class.
To use new kotlin.time.Instant class in your @Serializable classes,
you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required).
You can choose between default
InstantSerializer
which uses its string representation,or specify
InstantComponentSerializer
that represents instant as its components.See details in the PR.
Other bugfixes
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx.atomicfu)
v0.29.0
Compare Source
v0.28.0
Compare Source
0.28.0-beta
, so the0.28.0
release only updates the version and includes exactly the same changes as version0.28.0
.JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)
v2025.6.14
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.13...2025.6.14
v2025.6.13
Compare Source
What's Changed
Full Changelog: JetBrains/kotlin-wrappers@2025.6.12...2025.6.13
v2025.6.11
Compare Source
What's Changed
New Contributors
Full Changelog: JetBrains/kotlin-wrappers@2025.6.10...2025.6.11
v2025.6.10
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.9...2025.6.10
v2025.6.9
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.8...2025.6.9
v2025.6.8
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.6...2025.6.8
v2025.6.7
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.6...2025.6.7
v2025.6.6
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.5...2025.6.6
v2025.6.5
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.4...2025.6.5
v2025.6.4
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.3...2025.6.4
v2025.6.3
Compare Source
What's Changed
wasmJs
target by @VedaVoronina in https://github.com/JetBrains/kotlin-wrappers/pull/2788New Contributors
Full Changelog: JetBrains/kotlin-wrappers@2025.6.2...2025.6.3
v2025.6.2
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.1...2025.6.2
v2025.6.1
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.0...2025.6.1
v2025.6.0
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.10...2025.6.0
v2025.5.11
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.10...2025.5.11
v2025.5.10
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.9...2025.5.10
v2025.5.9
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.8...2025.5.9
v2025.5.8
Compare Source
What's Changed
project.extensions
in task configuration by @porotkin in https://github.com/JetBrains/kotlin-wrappers/pull/2784Full Changelog: JetBrains/kotlin-wrappers@2025.5.7...2025.5.8
v2025.5.7
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.6...2025.5.7
v2025.5.6
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.5...2025.5.6
v2025.5.5
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.4...2025.5.5
v2025.5.4
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.3...2025.5.4
v2025.5.3
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.2...2025.5.3
v2025.5.2
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.5.1...2025.5.2
v2025.5.1
Compare Source
BREAKING CHANGE
Js
prefix removed from types:JsTuple*
->Tuple*
JsContextFunction
->ContextFunction
JsConstructorFunction
->ConstructorFunction
v2025.5.0
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.18...2025.5.0
v2025.4.18
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.17...2025.4.18
v2025.4.17
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.16...2025.4.17
v2025.4.16
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.15...2025.4.16
v2025.4.15
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.14...2025.4.15
v2025.4.14
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.13...2025.4.14
v2025.4.13
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.12...2025.4.13
v2025.4.12
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.11...2025.4.12
v2025.4.11
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.10...2025.4.11
v2025.4.10
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.9...2025.4.10
v2025.4.9
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.4.8...2025.4.9
oshai/kotlin-logging (io.github.oshai:kotlin-logging)
v7.0.7
Compare Source
What's Changed
New Contributors
Full Changelog: oshai/kotlin-logging@7.0.6...7.0.7
ktorio/ktor (io.ktor:ktor-client-websockets)
v3.2.0
Features
Improvements
wrapWithContent
andwrap
(KTOR-8378)ApplicationCall
for testing (KTOR-7607)io.ktor.network.sockets.InetSocketAddress
(KTOR-8490)accept
should return 406 if theAccept
header isn't matched (KTOR-8416)route
label can exceed length limit (KTOR-7274)Bugfixes
testApplication
environment (KTOR-8436)v3.1.3
Improvements
Bugfixes
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.
This PR was generated by Mend Renovate. View the repository job log.