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.4 age confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.6.11 -> 2025.7.10 age confidence
io.ktor:ktor-client-websockets 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-client-core 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-client-cio 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-server-test-host 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-server-websockets 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-server-core 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-server-netty 3.2.1 -> 3.2.2 age confidence
io.ktor:ktor-websockets 3.2.1 -> 3.2.2 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.10

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.9...2025.7.10

v2025.7.9

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.8...2025.7.9

v2025.7.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.7...2025.7.8

v2025.7.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.6...2025.7.7

v2025.7.6

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.5...2025.7.6

v2025.7.5

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.4...2025.7.5

v2025.7.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.7.3...2025.7.4

v2025.7.3

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.7.2...2025.7.3

v2025.7.2

Compare Source

What's Changed

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

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.2

Published 14 July 2025

Improvements
  • SSE: Change the order of SSE field serialization: put event before data (KTOR-8627)
Bugfixes
  • CORS: server replies with the 405 status code on a preflight request when the plugin is installed in a route (KTOR-4499)
  • Darwin: The Content-Encoding header is removed since 3.0.3 (KTOR-8526)
  • JS/WASM: response doesn't contain the Content-Length header in a browser (KTOR-8377)
  • StatusPages: response headers of OutgoingContent aren't available in the status handlers (KTOR-8232)
  • testApplication: The client.sse() acts like a REST call and not a stream in test environment (KTOR-7910)
  • Config deserialization - default properties problem (KTOR-8654)
  • kotlinx.datetime is not available transitively in 3.2.1 (KTOR-8656)
  • Request builder block overrides HTTP method in specific request builders (get, post, etc) (KTOR-8636)

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 12 times, most recently from a2be81d to 149348e Compare June 28, 2025 13:54
@renovate renovate bot force-pushed the renovate/core-non-major branch 7 times, most recently from a5bd73a to c0a0996 Compare July 4, 2025 16:14
@renovate renovate bot force-pushed the renovate/core-non-major branch 4 times, most recently from 5f167e1 to f12cfbf Compare July 14, 2025 10:46
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from f092ac9 to c16001a Compare July 19, 2025 22:24
@renovate renovate bot force-pushed the renovate/core-non-major branch from c16001a to 226ee10 Compare July 21, 2025 09:38
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