Skip to content

Update Core dependencies (non-major) #210

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 26, 2024

This PR contains the following updates:

Package Change Age Confidence
org.jetbrains.kotlinx:kotlinx-serialization-protobuf 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-cbor 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.1 -> 1.9.0 age confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.8.1 -> 1.9.0 age confidence
org.junit:junit-bom (source) 5.13.2 -> 5.13.3 age confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.6.11 -> 2025.7.1 age confidence
io.ktor:ktor-client-websockets 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-client-core 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-client-cio 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-server-test-host 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-server-websockets 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-server-core 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-server-netty 3.2.0 -> 3.2.1 age confidence
io.ktor:ktor-websockets 3.2.0 -> 3.2.1 age confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

Kotlin/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

  • Fix resize in JsonPath (#​2995)
  • Fixed proguard rules for obfuscation to work correctly (#​2983)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2025.7.1

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.0...2025.7.1

v2025.7.0

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.6.15...2025.7.0

v2025.6.15

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.6.14...2025.6.15

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

ktorio/ktor (io.ktor:ktor-client-websockets)

v3.2.1

Published 3 July 2025

Improvements
  • Replace kotlinx.datetime APIs with kotlin.time (KTOR-8635)
  • Thymeleaf: null values in template model (KTOR-8559)
  • Publish Javadoc as a maven artifact (KTOR-3962)
  • Netty: Invalid hex byte with malformed query string (KTOR-2934)
Bugfixes
  • "Space characters in SimpleName" error when executing R8 mergeExtDex task with 3.2.0 (KTOR-8583)
  • ForwardedHeaders: the plugin does not handle parameters case-insensitively (KTOR-8622)
  • Potential race condition in socket.awaitClosed (hangs indefinitely) since 3.2.0 (KTOR-8618)
  • Module parameter type Application.() -> kotlin.Unit is not supported in 3.2.0 (KTOR-8602)
  • OkHttp: java.net.ProtocolException when sending MultiPartFormDataContent with onUpload (KTOR-6790)
  • OAuth2 authentication provider breaks form-urlencoded POST requests when receiving request body (KTOR-4420)
  • 404 for a link in KDoc for io.ktor.server.plugins.contentnegotiation.ContentNegotiation (KTOR-8597)
  • Ktor fails to boot with default jvminline argument (KTOR-8608)
  • Flow invariant is violated since 3.2.0 (KTOR-8606)
  • ResponseSent hook handler of the plugin installed into a route isn't executed when an exception is thrown from the route (KTOR-6794)

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 added the dependencies Dependencies bump label Sep 26, 2024
@renovate renovate bot requested a review from Mr3zee September 26, 2024 10:47
@renovate renovate bot force-pushed the renovate/core-non-major branch from 033fb31 to a0f274a Compare September 27, 2024 01:22
@renovate renovate bot changed the title Update Core dependencies (non-major) to v1.7.3 Update Core dependencies (non-major) Sep 27, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from eb12dc2 to 4b2ea08 Compare October 3, 2024 17:47
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from ff1c369 to caca845 Compare October 11, 2024 07:18
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 21dc628 to 7739e15 Compare October 21, 2024 17:06
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 050aa3b to bf3c238 Compare October 30, 2024 13:09
@Mr3zee Mr3zee mentioned this pull request Oct 30, 2024
@renovate renovate bot force-pushed the renovate/core-non-major branch from bf3c238 to d217b20 Compare November 3, 2024 13:24
@renovate renovate bot changed the title Update Core dependencies (non-major) Update Core dependencies (non-major) - autoclosed Nov 4, 2024
@renovate renovate bot closed this Nov 4, 2024
@renovate renovate bot deleted the renovate/core-non-major branch November 4, 2024 11:19
@renovate renovate bot restored the renovate/core-non-major branch November 5, 2024 07:04
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from ab3db39 to a4a4b6b Compare June 12, 2025 21:54
@renovate renovate bot force-pushed the renovate/core-non-major branch 3 times, most recently from c760629 to d8e45ef Compare June 18, 2025 14:10
@renovate renovate bot force-pushed the renovate/core-non-major branch 13 times, most recently from fb5f658 to a2be81d Compare June 27, 2025 15:54
@renovate renovate bot force-pushed the renovate/core-non-major branch 7 times, most recently from 2df06bb to a5bd73a Compare July 3, 2025 16:10
@renovate renovate bot force-pushed the renovate/core-non-major branch from a5bd73a to c0a0996 Compare July 4, 2025 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependencies bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants