Skip to content
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

Update Core dependencies (non-major) #210

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
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.gradle:common-custom-user-data-gradle-plugin 2.0.2 -> 2.1 age adoption passing confidence
com.gradleup.shadow 9.0.0-beta4 -> 9.0.0-beta8 age adoption passing confidence
org.jetbrains.kotlin-wrappers:kotlin-js 2025.1.2 -> 2025.2.4 age adoption passing confidence
com.gradle.plugin-publish 1.3.0 -> 1.3.1 age adoption passing confidence
io.github.oshai:kotlin-logging 7.0.3 -> 7.0.4 age adoption passing confidence
io.ktor:ktor-client-websockets 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-client-core 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-client-cio 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-server-test-host 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-server-websockets 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-server-core 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-server-netty 3.0.3 -> 3.1.0 age adoption passing confidence
io.ktor:ktor-websockets 3.0.3 -> 3.1.0 age adoption passing confidence

Release Notes

gradle/common-custom-user-data-gradle-plugin (com.gradle:common-custom-user-data-gradle-plugin)

v2.1: 2.1

  • [NEW] Improved compatibility with older Develocity plugin versions
GradleUp/shadow (com.gradleup.shadow)

v9.0.0-beta8

Compare Source

Added

  • Sync ShadowApplicationPlugin with ApplicationPlugin. (#​1224)
  • Inject Multi-Release manifest attribute if any dependency contains it. (#​1239)

Changed

  • BREAKING CHANGE: Mark RelocatorRemapper as internal. (#​1227)
  • Bump min Java requirement to 11. (#​1242)

Removed

  • BREAKING CHANGE: ServiceFileTransformer.ServiceStream has been removed. (#​1218)
  • BREAKING CHANGE: Remove KnowsTask as it's useless. (#​1236)

v9.0.0-beta7

Compare Source

Added

  • Inject TargetJvmVersion attribute for Gradle Module Metadata. (#​1199)
  • Support Java 24. (#​1222)

Changed

  • Update start script templates. (#​1183)
  • Mark more Transformers cacheable. (#​1210)
  • Mark ShadowJar.dependencyFilter as @Input. (#​1206)
    ShadowSpec.stats is removed and ShadowJar.stats is internal for now.
  • Polish startShadowScripts task registering. (#​1216)

Fixed

  • Support overriding mainClass provided by JavaApplication. (#​1182)
  • Fix ShadowJar not being successful after includes or excludes are changed. (#​1200)

Removed

  • BREAKING CHANGE: Remove JavaJarExec, now use JavaExec directly for runShadow task. (#​1197)

v9.0.0-beta6

Compare Source

Added

  • Exclude module-info.class in Multi-Release folders by default. (#​1177)

Fixed

  • Fix Log4j2PluginsCacheFileTransformer not working for merging Log4j2Plugins.dat files. (#​1175)

v9.0.0-beta5

Compare Source

Added

  • Sync SimpleRelocator changes from maven-shade-plugin. (#​1076)

Changed

  • Exclude kotlin-stdlib from plugin dependencies. (#​1093)
  • BREAKING CHANGE: Migrate all ListProperty usages to SetProperty. (#​1103)
    Some public List parameters are also changed to Set.
  • Replace deprecated SelfResolvingDependency with FileCollectionDependency. (#​1114)
  • Support configuring separator in AppendingTransformer. (#​1169)
    This is useful for handling files like resources/application.yml.

Fixed

  • Fail builds if processing bad jars. (#​1146)
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)

v2025.2.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.2.3...2025.2.4

v2025.2.3

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.2.2...2025.2.3

v2025.2.2

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.2.1...2025.2.2

v2025.2.1

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.2.0...2025.2.1

v2025.2.0

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.11...2025.2.0

v2025.1.11

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.10...2025.1.11

v2025.1.10

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.9...2025.1.10

v2025.1.9

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.8...2025.1.9

v2025.1.8

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.7...2025.1.8

v2025.1.7

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.6...2025.1.7

v2025.1.6

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.5...2025.1.6

v2025.1.5

Compare Source

What's Changed

Full Changelog: JetBrains/kotlin-wrappers@2025.1.4...2025.1.5

v2025.1.4

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.3...2025.1.4

v2025.1.3

Compare Source

Full Changelog: JetBrains/kotlin-wrappers@2025.1.2...2025.1.3

oshai/kotlin-logging (io.github.oshai:kotlin-logging)

v7.0.4

Compare Source

What's Changed

Full Changelog: oshai/kotlin-logging@7.0.3...7.0.4

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

v3.1.0

Published 11 February 2025

Features
  • Add reconnection in ClientSSESession (KTOR-6242)
  • Add heartbeat to SSE (KTOR-7908)
  • Add serialization for SSE (KTOR-7435)
  • Support WebSockets in Curl engine (KTOR-5199)
  • Support conversion between byte channel interfaces and kotlinx-io primitives (KTOR-7327)
  • Support CIO server on WasmJS and JS targets (KTOR-865)
  • Logging: Format log like OkHttp client does (KTOR-7806)
  • Support static linking for curl on all platforms (KTOR-6754)
  • Support ARM target in Ktor client with Kotlin/Native and Curl (KTOR-4570)
  • Unix Domain Socket Support for Native Targets (KTOR-6960)
  • Support receiving multipart data with Ktor client (KTOR-6632)
  • Client CIO engine support for wasm-js and js (KTOR-7675)
  • Support NodeJs target for ktor-network (KTOR-6004)
Improvements
  • Auth: BasicAuthProvider caches credentials until process death (KTOR-7775)
  • CallLogging: Unhelpful log output "Application started: ..." (KTOR-7797)
  • Add operator contains to ContentType objects (KTOR-8145)
  • Darwin: Ambiguous DarwinHttpRequestException for SSL Pinning failure (KTOR-6759)
  • Introduce ServerSocket.port to simplify port access for the bound server (KTOR-8136)
  • Java, Js, Darwin: Response header Sec-WebSocket-Protocol is missing (KTOR-6970)
  • Fail to parse url: file:/path/to/file.txt (KTOR-6709)
  • Auth: Make re-auth/refresh status codes configurable (KTOR-7644)
  • Add media type for Yaml (KTOR-8064)
  • Logging: HTTP method is logged with the class name (KTOR-8011)
  • Uncaught cannot write to a channel errors from ws-pinger (KTOR-8008)
  • Apache5 client: Upgrade HttpClient to 5.4 (KTOR-8080)
  • Swagger: Add deepLinking configuration (KTOR-8074)
  • Access to the configuration options of a HttpClient plugin to tweak or wrap them with additional logic (KTOR-7213)
  • Don't publish internal test artifacts (KTOR-8058)
  • Micrometer: Add UptimeMetrics to standard meterBinders (KTOR-8061)
  • MicrometerMetrics: Do not write unknown HTTP method names to metrics (KTOR-7658)
  • Update to Kotlin 2.1.0 (KTOR-7866)
  • ByteWriteChannel is missing writeFloat()/readFloat() (KTOR-7651)
  • Engine exclusion from clientTests is confusing (KTOR-7723)
  • UrlBuilder: Support telephone scheme (KTOR-4816)
  • Swagger UI: Missing Favicon while browsing the UI (KTOR-7893)
  • ContentNegotiation client plugin: no way to opt out of Accept on a per-request basis (KTOR-7722)
  • receiveMultipart throws IllegalStateException instead of UnsupportedMediaTypeException (KTOR-7470)
  • Implement a suspending version of EmbeddedServer.start(wait=true) (KTOR-7459)
  • Allow to Disable Body Decompression on the Server for a specific call (KTOR-7679)
  • UDPSocketBuilder missing bind overload with hostName and port (KTOR-7663)
  • Make Url class @​Serializable and JVM Serializable (KTOR-7620)
  • Improve parsing of supported media types (MIME types) (KTOR-7586)
  • Migrate to kotlin.AutoCloseable (KTOR-7606)
Bugfixes
  • ByteChannel read issue on min > 1 (KTOR-8172)
  • CIO Server Engine fails for requests with more than 64 headers (KTOR-8164)
  • OutOfMemoryError when sending a large binary file through ByteReadChannel converted from InputStream (KTOR-6185)
  • Native Windows tests failing due to port exhaustion (KTOR-7392)
  • Unable to close socket with open read/write channels on Native (KTOR-8144)
  • Jetty idleTimeout not working (KTOR-8138)
  • Fix concurrent flush and close in the reader (KTOR-8133)
  • Socket.accept doesn't throw an exception on closing a socket on Native (KTOR-8135)
  • "AbortError: BodyStreamBuffer was aborted" error when canceling parent job (KTOR-7734)
  • Race condition when writing to a buffer leads to NPE inside CIOReaderKt.readFrom (KTOR-8105)
  • ArrayIndexOutOfBounds kotlinx-io (KTOR-8096)
  • NPE in readBuffer (KTOR-8086)
  • JS/WASM fails with "IllegalStateException: Content-Length mismatch" on requesting gzipped content (KTOR-7934)
  • SessionStorage.read() is called for non-authenticated routes and static assets (KTOR-7194)
  • Read mutipart upload regression from 2.x to 3.x (KTOR-8082)
  • HttpRequestRetry: race condition for isClosedForRead leads to EOFException: Channel is already closed (KTOR-8051)
  • ktor-client-curl artifacts aren’t published after EAP 1146 (KTOR-8091)
  • DoubleReceive: NullPointerException caused by race condition (KTOR-8045)
  • Uncaught ClosedWatchServiceException exception thrown by finalizer when closing the server (KTOR-7963)
  • Curl: Error linking curl in linkDebugExecutableLinuxX64 on macOS (KTOR-6361)
  • ktor-server-core: Test files are part of the distribution code (KTOR-8003)
  • Windows: undefined symbols in linker when ktor-client-curl is used (KTOR-4307)
  • SaveBodyPlugin: UninitializedPropertyAccessException when reading response body within receivePipeline (KTOR-7952)

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 3 times, most recently from 7c34dc7 to 3fb9029 Compare January 2, 2025 19:05
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from 3eb8ad8 to f044fd9 Compare January 8, 2025 18:30
@renovate renovate bot force-pushed the renovate/core-non-major branch from f044fd9 to 0854f43 Compare January 10, 2025 21:23
@Mr3zee Mr3zee mentioned this pull request Jan 13, 2025
@renovate renovate bot force-pushed the renovate/core-non-major branch 4 times, most recently from 414c35d to c0d4318 Compare January 27, 2025 16:53
@renovate renovate bot force-pushed the renovate/core-non-major branch 8 times, most recently from fceda04 to 5e6bba3 Compare February 3, 2025 12:55
@renovate renovate bot force-pushed the renovate/core-non-major branch 5 times, most recently from bd63037 to 743d5d8 Compare February 9, 2025 18:08
@renovate renovate bot force-pushed the renovate/core-non-major branch from 743d5d8 to 199adfb Compare February 11, 2025 18:30
@renovate renovate bot force-pushed the renovate/core-non-major branch from 199adfb to 1840379 Compare February 13, 2025 13:18
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