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

chore(deps): update upgrade all non-major gradle dependencies #113

Merged
merged 1 commit into from
Nov 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 17, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.kotest:kotest-assertions-core 5.6.2 -> 5.8.0 age adoption passing confidence
io.kotest:kotest-framework-engine 5.6.2 -> 5.8.0 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-curl 2.3.5 -> 2.3.6 age adoption passing confidence
io.ktor:ktor-client-core 2.3.5 -> 2.3.6 age adoption passing confidence
org.jetbrains.kotlinx:atomicfu 0.22.0 -> 0.23.1 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.0 -> 1.6.1 age adoption passing confidence
io.kotest.multiplatform 5.6.2 -> 5.8.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 1.9.10 -> 1.9.21 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.10 -> 1.9.21 age adoption passing confidence

Release Notes

kotest/kotest (io.kotest:kotest-assertions-core)

v5.8.0

What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.7.2...v5.8.0

v5.7.2

v5.7.1

v5.7.0

ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)

v2.3.6

Compare Source

Published 7 November 2023

Bugfixes
  • Resolved connectors job does not complete in TestApplicationEngine (KTOR-6411)
  • Darwin: Even a coroutine Job is canceled network load keeps high (KTOR-6243)
  • Darwin: EOFException when sending multipart data using Ktor 2.3.4 (KTOR-6281)
  • Ktor JS client unconfigurable logging in node (KTOR-6275)
  • CIO: getEngineHeaderValues() returns duplicated values (KTOR-6352)
  • "Server sent a subprotocol but none was requested" when using Node WebSockets (KTOR-4001)
  • YAML properties with literal value null cannot be read since 2.3.1 (KTOR-6357)
  • AndroidClientEngine cannot handle content length that exceeds Int range (KTOR-6344)
  • Client unable to make subsequent requests after the network disconnection and connection when ResponseObserver is installed (KTOR-6252)
  • Outdated Gradle jib plubin does not support application/vnd.oci.image.index.v1+json media type (KTOR-6280)
  • KTor 2.3.5 Kotlin 1.9.x upgrade is a breaking change (KTOR-6354)
  • WebSockets (CIO): Connection Failure Due to Lowercase 'upgrade' in 'Connection: upgrade' Header (KTOR-6388)
  • WinHttp: ArrayIndexOutOfBoundsException when sending WS frame with empty body (KTOR-6394)
  • Update dependency com.auth0:jwks-rsa to v0.22.1
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu)

v0.23.1

Compare Source

  • Updated Kotlin to 1.9.21 (#​361).
  • Update to Kotlin 1.9.21 fixes regression with klib incompatibility (#​365).

v0.23.0

Compare Source

  • Updated Kotlin to 1.9.20 (#​361).
  • Updated Gradle version to 8.3.
  • Supported transformations for Native targets 🎉 (#​363) .
  • Introduced WebAssembly target (wasmJs and wasmWasi) 🎉 (#​334).
  • Improved integration testing for atomicfu-gradle-plugin (#​345).
  • Updated implementation of native atomics (#​336).
  • Got rid of previous-compilation-data.bin file in META-INF (#​344).
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.6.1

==================

This release uses Kotlin 1.9.20 by default, while upcoming 1.9.21 is also supported.

Trailing commas in Json

Trailing commas are one of the most popular non-spec Json variations.
A new configuration flag, allowTrailingComma, makes Json parser accept them instead of throwing an exception.
Note that it does not affect encoding, so kotlinx.serialization always produces Json without trailing commas.
See details in the corresponding PR

Support of WasmJs target

Kotlin/Wasm has been experimental for some time and gained enough maturity to be added to the kotlinx libraries.
Starting with 1.6.1, kotlinx.serialization provides a wasm-js flavor, so your projects with Kotlin/Wasm can have even more
functionality.
As usual, just add serialization dependencies to your build
and declare wasmJs target.
Please remember that Kotlin/Wasm is still experimental, so changes are expected.

Bugfixes and improvements

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team November 17, 2023 10:44
@renovate renovate bot force-pushed the renovate/gradle-all branch 4 times, most recently from d84ac09 to 5c2a38c Compare November 23, 2023 16:33
@renovate renovate bot force-pushed the renovate/gradle-all branch from 5c2a38c to 4aa72ae Compare November 24, 2023 19:44
@BrianEstrada BrianEstrada merged commit 581870b into main Nov 28, 2023
5 checks passed
@BrianEstrada BrianEstrada deleted the renovate/gradle-all branch November 28, 2023 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant