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 #56

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 21, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.ktor:ktor-serialization-kotlinx-json 2.3.7 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.7 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-curl 2.3.7 -> 2.3.8 age adoption passing confidence
io.ktor:ktor-client-core 2.3.7 -> 2.3.8 age adoption passing confidence
org.jetbrains.kotlinx:atomicfu 0.23.1 -> 0.23.2 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.2 -> 1.6.3 age adoption passing confidence
com.github.ajalt.clikt:clikt 4.2.1 -> 4.2.2 age adoption passing confidence
org.jlleitschuh.gradle.ktlint 12.0.3 -> 12.1.0 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 1.9.21 -> 1.9.22 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.21 -> 1.9.22 age adoption passing confidence

Release Notes

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

v2.3.8

Compare Source

Published 31 January 2024

Bugfixes
  • "KeyStoreException: JKS not found" exception on Android when configuring secure connection (KTOR-6720)
  • URLBuilder crashes on React Native platforms (KTOR-6576)
  • CIO: Unable to perform WebSocket upgrade when Content-Type header is sent in the request (KTOR-6366)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
  • High Native Server Memory Usage (KTOR-6321)
  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • Logging plugin blocks response body streaming when level is BODY (KTOR-6482)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • {...} (tailcard) does not match URLs ending with '/' (KTOR-2121)
  • HttpCache: NumberFormatException for cache-control with max age more than Int.MAX_VALUE (KTOR-6505)
  • CORS: allowHost without the second argument doesn't allow the secure host (KTOR-6494)
  • "ReferenceError: 'self' is not defined" when using URLBuilder in a custom JS engine (KTOR-5978)
  • MDC diagnostic value is changed during logging of the request (KTOR-6528)
  • WebSocket doesn't get terminated when runBlocking is used (KTOR-6664)
  • CIO: "getSubjectAlternativeNames(...) must not be null" error on Android when using CA without SAN since 2.3.5 (KTOR-6396)
  • RequestConnectionPoint should implement toString() (KTOR-6577)
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu)

v0.23.2

Compare Source

  • Always add a transitive dependency to the Native target (#​380).
  • atomicfu-gradle-plugin adds atomicfu compiler plugin dependency transitively, and it's version is resolved on the user's side (#​386).
  • Fixed the bug with Java sources being lost during bytecode transformation (#​395).
  • Updated ASM version to 9.6 (#​390).
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.6.3

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

This release provides a couple of new features and uses Kotlin 1.9.22 as default.

Class discriminator output mode

Class discriminator provides information for serializing and deserializing polymorphic class hierarchies.
In case you want to encode more or less information for various third party APIs about types in the output, it is possible to control
addition of the class discriminator with the JsonBuilder.classDiscriminatorMode property.
For example, ClassDiscriminatorMode.NONE does not add class discriminator at all, in case the receiving party is not interested in Kotlin types.
You can learn more about this feature in the documentation and corresponding PR.

Other features
Bugfixes and improvements
  • Fix: Hocon polymorphic serialization in containers (#​2151) (thanks to LichtHund)
  • Actualize lenient mode documentation (#​2568)
  • Slightly improve error messages thrown from serializer() function (#​2533)
  • Do not try to coerce input values for properties (#​2530)
  • Make empty objects and arrays collapsed in pretty print mode (#​2506)
  • Update Gradle dokka configuration to make sure "source" button is visible in all API docs (#​2518, #​2524)
ajalt/clikt (com.github.ajalt.clikt:clikt)

v4.2.2

Compare Source

Changed
  • Options and arguments can now reference option groups in their defaultLazy and other finalization blocks. They can also freely reference each other, including though chains of references. (#​473)
  • Updated Kotlin to 1.9.21 (#​472)

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 December 21, 2023 15:26
@renovate renovate bot changed the title chore(deps): update upgrade all non-major gradle dependencies to v1.9.22 chore(deps): update upgrade all non-major gradle dependencies Jan 7, 2024
@renovate renovate bot force-pushed the renovate/gradle-all branch 2 times, most recently from 8e91a5f to 3bac908 Compare January 9, 2024 17:14
@renovate renovate bot force-pushed the renovate/gradle-all branch from 3bac908 to ad851fc Compare January 23, 2024 21:31
@renovate renovate bot force-pushed the renovate/gradle-all branch from ad851fc to b0694f7 Compare January 31, 2024 12:35
@renovate renovate bot force-pushed the renovate/gradle-all branch from b0694f7 to ba85829 Compare February 16, 2024 21:27
@BrianEstrada BrianEstrada merged commit 3a16440 into main Feb 18, 2024
6 checks passed
@BrianEstrada BrianEstrada deleted the renovate/gradle-all branch February 18, 2024 15:32
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