kotlinx-rpc icon indicating copy to clipboard operation
kotlinx-rpc copied to clipboard

Update Core dependencies (non-major)

Open renovate[bot] opened this issue 1 year ago • 0 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.gradle.kotlin.kotlin-dsl 5.1.2 -> 5.2.0 age adoption passing confidence
org.gradle.kotlin:gradle-kotlin-dsl-plugins 5.1.2 -> 5.2.0 age adoption passing confidence
com.gradleup.shadow 9.0.0-beta12 -> 9.0.0-beta13 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.12.2 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.4.8 -> 2025.5.8 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.1.3 age adoption passing confidence
io.ktor:ktor-client-core 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-client-cio 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-test-host 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-websockets 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-core 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-server-netty 3.1.2 -> 3.1.3 age adoption passing confidence
io.ktor:ktor-websockets 3.1.2 -> 3.1.3 age adoption passing confidence

Release Notes

GradleUp/shadow (com.gradleup.shadow)

v9.0.0-beta13

Compare Source

Changed

  • Set Main-Class attr for KMP 1.9.0 or above. (#​1410)

Fixed

  • Avoid creating jvm targets eagerly for KMP. (#​1378)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2025.5.8

Compare Source

What's Changed

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.7...2025.5.8

v2025.5.7

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.6...2025.5.7

v2025.5.6

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.5...2025.5.6

v2025.5.5

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.4...2025.5.5

v2025.5.4

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.3...2025.5.4

v2025.5.3

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.5.2...2025.5.3

v2025.5.2

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/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: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.18...2025.5.0

v2025.4.18

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.17...2025.4.18

v2025.4.17

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.16...2025.4.17

v2025.4.16

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.15...2025.4.16

v2025.4.15

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.14...2025.4.15

v2025.4.14

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.13...2025.4.14

v2025.4.13

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.12...2025.4.13

v2025.4.12

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.11...2025.4.12

v2025.4.11

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.10...2025.4.11

v2025.4.10

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/2025.4.9...2025.4.10

v2025.4.9

Compare Source

Full Changelog: https://github.com/JetBrains/kotlin-wrappers/compare/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: https://github.com/oshai/kotlin-logging/compare/7.0.6...7.0.7

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

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[bot] avatar Sep 26 '24 10:09 renovate[bot]