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 Adoption Passing Confidence
com.gradle:common-custom-user-data-gradle-plugin 2.2.1 -> 2.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-protobuf 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-cbor 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-core 1.8.1 -> 1.9.0 age adoption passing confidence
org.jetbrains.kotlinx.atomicfu 0.27.0 -> 0.29.0 age adoption passing confidence
org.jetbrains.kotlinx:atomicfu 0.27.0 -> 0.29.0 age adoption passing confidence
com.osacky.doctor:doctor-plugin 0.10.0 -> 0.11.0 age adoption passing confidence
org.junit:junit-bom (source) 5.12.1 -> 5.13.2 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.4.8 -> 2025.6.14 age adoption passing confidence
io.github.oshai:kotlin-logging 7.0.6 -> 7.0.7 age adoption passing confidence
io.ktor:ktor-client-websockets 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-core 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-client-cio 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-test-host 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-websockets 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-core 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-server-netty 3.1.2 -> 3.2.0 age adoption passing confidence
io.ktor:ktor-websockets 3.1.2 -> 3.2.0 age adoption passing confidence

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

  • [NEW] Added tagging VS Code builds
  • [FIX] Retrieving git metadata when an alternate project path is given
  • [FIX] Applying cache entry retention override fails build with Gradle 9
  • [FiX] Redact user info from git urls when the user info contains a URL-encoded character
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)
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx.atomicfu)

v0.29.0

Compare Source

  • Updated Kotlin to 2.2.0.

v0.28.0

Compare Source

  • No issues reported for 0.28.0-beta, so the 0.28.0 release only updates the version and includes exactly the same changes as version 0.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

New 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

Full 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

  • Redundant 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

Published 12 June 2025

Features
  • Dependency injection Ktor extension (KTOR-8267)
  • Support Version Catalog (KTOR-8162)
  • Unix domain socket support at the Ktor Engine level (KTOR-4766)
  • Allow suspend Ktor modules (KTOR-8005)
  • Ability to use browser cookie storage (KTOR-539)
  • Configuration file deserialization (KTOR-7874)
  • HttpCache: Support evicting/clearing cache (KTOR-6653)
  • File configuration for dependencies (KTOR-8304)
Improvements
  • Excessive allocation of ApplicationConfig when loading multiple files from CLI (KTOR-8563)
  • Linux curl engine doesn't work for simultaneous websocket and http request (KTOR-8259)
  • ktor-network produces ProGuard warning (KTOR-8525)
  • More overloads for StringValuesBuilder.appendAll (KTOR-8573)
  • HttpClientCall: Deprecate wrapWithContent and wrap (KTOR-8378)
  • Add a way to create an ApplicationCall for testing (KTOR-7607)
  • Configuration access API improvements (KTOR-8185)
  • Application instance access in testApplication (KTOR-8215)
  • The TestApplication client should be configurable and mutable (KTOR-8465)
  • Support accessing resolved IP address on an instance of io.ktor.network.sockets.InetSocketAddress (KTOR-8490)
  • Deprecate SaveBodyPlugin in favor of HttpClientCall.save (KTOR-8367)
  • Obscure log message on server startup (KTOR-8519)
  • Routing: accept should return 406 if the Accept header isn't matched (KTOR-8416)
  • MicrometerMetrics: the route label can exceed length limit (KTOR-7274)
  • Micrometer: Make route label configurable (KTOR-8183)
  • Add more common ContentType values (KTOR-7108)
Bugfixes
  • Logging/Darwin: IOException is thrown when detecting if body is a binary (KTOR-8581)
  • Netty: NoSuchElementException or empty headers when responding with 204 (KTOR-8528)
  • YAML configuration: NoSuchElementException when parameter is expanded with curly braces (KTOR-8575)
  • ApplicationConfig: Most of the content is absent after merging configs (KTOR-8565)
  • Android: "ProtocolException: TRACE does not support writing" when sending TRACE request (KTOR-8352)
  • The "Content-Length: 0" header is added for GET requests sent to some servers (KTOR-6508)
  • HttpRequestRetry: requests with some IOException's thrown by Java engine aren't retried (KTOR-6770)
  • HttpCookies: Encoding of request cookies is not preserved in CookiesStorage (KTOR-8343)
  • Url class mangles data URLs (KTOR-5708)
  • SaveBodyPlugin: Logging plugin consumes response body (KTOR-6474)
  • Config deserialization does not respect testApplication environment (KTOR-8436)
  • Resources: Exclude a parent from query params when it is an object (KTOR-8507)
  • BearerAuthProvider does not clear token if refreshTokens returns null (KTOR-8470)
  • Coroutines launched from RoutingContext are not cancelled upon server shutdown (KTOR-8338)
  • Application job is not joined during shutdown (KTOR-8291)
  • HttpCache: InvalidCacheStateException thrown when Vary header has different entries is overly severe (KTOR-8345)
  • Fix socket channel close handling (KTOR-8201)

v3.1.3

Published 5 May 2025

Improvements
  • Implement toString for staticContentRoute (KTOR-8451)
  • Don't send Authorization header for requests marked with markAsRefreshTokenRequest (KTOR-8107)
  • ByteChannel single-byte operations are slow (KTOR-8412)
  • Receiving multipart without Content-Length is very slow (KTOR-8407)
  • MicrometerMetrics: different path 404s requests can be abused to trigger OOM (KTOR-8276)
  • Compression & Static Content: No Vary Header when serving a compressed resource (KTOR-8326)
  • HttpTimeout: Reference to nonexistent INFINITE_TIMEOUT_MS in the exception message (KTOR-8358)
Bugfixes
  • Websockets: Unable to send a frame when ktor-serialization-kotlinx-json-jvm dependency is defined in Maven build (KTOR-7662)
  • OkHttp: Cancelling of SSE request job doesn't cancel the connection (KTOR-8409)
  • OkHttp: Exceptions are not propagated to flow collectors (KTOR-7947)
  • OOM in CountedByteReadChannel while copying from multipart/form-data part channel (KTOR-8317)
  • Apache5: "ProtocolException: OPTIONS request must have Content-Type header" is thrown when body isn't set (KTOR-8318)
  • Netty/Websockets: server processes hanging in CLOSE_WAIT state after many concurrent requests (KTOR-7965)
  • Update JTE to the version supporting Kotlin 2.1.0 (KTOR-8030)

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 7 times, most recently from 4e5c2ee to 90492bb Compare June 5, 2025 14:25
@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 from a2be81d to 149348e Compare June 28, 2025 13:54
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