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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.kotest:kotest-assertions-core 5.8.0 -> 5.9.1 age adoption passing confidence
io.kotest:kotest-framework-engine 5.8.0 -> 5.9.1 age adoption passing confidence
io.ktor:ktor-serialization-kotlinx-json 2.3.8 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.8 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-curl 2.3.8 -> 2.3.13 age adoption passing confidence
io.ktor:ktor-client-core 2.3.8 -> 2.3.13 age adoption passing confidence
org.jetbrains.kotlinx:atomicfu 0.23.2 -> 0.27.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 -> 1.8.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.5.0 -> 0.6.1 age adoption passing confidence
com.github.ajalt.clikt:clikt 4.2.2 -> 4.4.0 age adoption passing confidence
org.jlleitschuh.gradle.ktlint 12.1.0 -> 12.1.2 age adoption passing confidence
io.kotest.multiplatform 5.8.0 -> 5.9.1 age adoption passing confidence
org.jetbrains.kotlin.plugin.serialization 1.9.22 -> 1.9.25 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.22 -> 1.9.25 age adoption passing confidence

Release Notes

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

v5.9.1

What's Changed
Assertions
Framework
Property-testing
Docs
Build / CI/CD / Dependency updates
New Contributors

Full Changelog: kotest/kotest@v5.9.0...v5.9.1

v5.9.0

New Features
Breaking Changes
Requirements
  • Kotlin 1.9.23 and higher
  • kotlinx.coroutines 1.8.0 and higher
What's Changed
New Contributors

Full Changelog: kotest/kotest@v5.8.1...v5.9.0

v5.8.1

What's Changed
New Contributors

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

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

v2.3.13

Compare Source

Published 20 November 2024

Bugfixes
  • CIO: Requests face connection timeouts when executed on the Android main dispatcher (KTOR-6803)
  • io.ktor.util.TextKt.chomp doesn't work on strings with more than one character (KTOR-7209)
  • "java.lang.IllegalArgumentException: Failed requirement." in SelectorManagerSupport (KTOR-2914)
  • Backport fix for CVE-2024-49580 to Ktor 2 (KTOR-7727)
Improvements
  • Replace custom withTimeout implementation using WeakTimeoutQueue with coroutines.withTimeout (KTOR-3658)
  • Add watchosDeviceArm64 target (KTOR-6368)

v2.3.12

Compare Source

Published 20 June 2024

Bugfixes
  • NoSuchMethodError when using coroutines 1.9.0-RC (KTOR-7054)
  • Server: Content-Type header for static js, css and svg resources misses charset (KTOR-6655)
  • Embedded Linux device without iso-8859-1 and UTF-16 cannot use ktor-network (KTOR-7016)
Improvements

v2.3.11

Compare Source

Published 8 May 2024

Bugfixes
  • Test client ignores socket timeout (KTOR-6909)

v2.3.10

Compare Source

Published 8 April 2024

Bugfixes
  • CallLogging, StatusPages: response logged twice when status handler is used (KTOR-6839)
  • NodeJS WebSocket client sometimes drops a frame received immediately after handshake (KTOR-6883)
  • IPv6 addresses are not supported in NettyConnectionPoint and CIOConnectionPoint (KTOR-5383)
  • JS browser: "Maximum call stack size exceeded" on HTTP request when targeting es2015 (KTOR-6878)
  • CIO: File upload fails with NumberFormatException when uploading file larger than INT_MAX bytes (~2.1 GiB) since 2.3.0 (KTOR-6851)
  • CallLogging: the plugin completely overrides MDC if at least one entry is configured (KTOR-6642)
  • SSE plugin: Duplicated "Content-Type: text/event-stream" headers (KTOR-6735)
  • CIO: "getSubjectAlternativeNames(...) must not be null" when IP-addresses are verified and no SAN in the certificate (KTOR-6746)
Improvements
  • Inconsistent behavior of Netty and rest engines by returning null or empty string for query parameters without values (KTOR-6850)
  • Android: no logs are present in Logcat with Logger.ANDROID (KTOR-1219)

v2.3.9

Compare Source

Published 4 March 2024

Improvements
  • Allow to set secure cookie even with http scheme (KTOR-3159)
Bugfixes
  • ContentNegotiation: the plugin appends duplicated MIME type to Accept header (KTOR-6684)
Kotlin/kotlinx.atomicfu (org.jetbrains.kotlinx:atomicfu)

v0.27.0

Compare Source

  • Updated Kotlin to 2.1.0.

v0.26.1

Compare Source

  • Fixed configuration cache problem during publication and enabled org.gradle.configuration-cache (#​486). Kudos to @​dkrasnoff! 🎉
  • Fixed publication of atomicfu-maven-plugin artifacts (#​490).
  • Updated build cache authorisation (#​487).
  • Update Gradle to 8.10.2.

v0.26.0

Compare Source

  • Updated Kotlin to 2.0.21 (#​479).
  • Removed JS Legacy Transformer and disabled transformJs flag by default (#​478).
  • Added api kotlinx-atomicfu dependency for JS and WASM targets (#​475).
  • Supported deprecated linuxArm32Hfp target (#​455).
  • Run Gradle plugin compilation via the fixed Kotlin compiler version (#​472).
  • Updated ASM to 9.7 (#​473).
  • Completed refactoring the library build scripts (#​421). Kudos to @​dkrasnoff! 🎉
  • Added build/configuration caches and scans (#​451).

v0.25.0

Compare Source

  • Got rid of posix interop (#​440).
  • Apply atomicfu-gradle-plugin by id org.jetbrains.kotlinx.atomicfu without buildscript configuration (#​443)(#​445).
  • Lots of cleanups and improvements in the build scripts. Thanks, @​dkrasnoff!
  • Updated Kotlin to 2.0.0 (#​442).
  • Updated kotlinx-metadata to 2.0.0 (#​441).
  • Updated Gradle to 8.7.

v0.24.0

Compare Source

  • Move the logic from koltin repository atomicfu gradle plugin to the gradle plugin in the library (#​406).
  • Store the version of atomicfu-gradle-plugin in atomicfu.properties file and read it from this file during application (#​405).
  • Fixed KT-63413, SynchronizedObject does not appear in the project Metadata (#​404).
  • ReentrantLock expect class declares a default constructor (#​411).
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.8.0

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

This release contains all of the changes from 1.8.0-RC. Kotlin 2.1.0 is used as a default, while upcoming 2.1.10 is also supported.
Also added small bugfixes, including speedup of ProtoWireType.from (#​2879).

v1.7.3

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

This release aims to fix important issues that were discovered in the 1.7.2 release,
including the inability to sync certain projects into Android Studio/IntelliJ IDEA and exceptions from custom Uuid serializers.

It uses Kotlin 2.0.20 by default.

  • Use explicit kotlin-stdlib and kotlin-test versions from version cata

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 is behind base branch, 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 changed the title chore(deps): update upgrade all non-major gradle dependencies to v2.3.9 chore(deps): update upgrade all non-major gradle dependencies Mar 7, 2024
@renovate renovate bot force-pushed the renovate/gradle-all branch 4 times, most recently from d0f7795 to 3d43c2e Compare March 11, 2024 05:05
@renovate renovate bot force-pushed the renovate/gradle-all branch from 3d43c2e to 8d2b8c4 Compare March 28, 2024 01:00
@renovate renovate bot force-pushed the renovate/gradle-all branch from 8d2b8c4 to 8fd97b4 Compare April 8, 2024 11:18
@renovate renovate bot force-pushed the renovate/gradle-all branch from 8fd97b4 to 9d56ca9 Compare April 17, 2024 15:31
@renovate renovate bot force-pushed the renovate/gradle-all branch 2 times, most recently from ead3d52 to 5266042 Compare April 27, 2024 21:04
@renovate renovate bot force-pushed the renovate/gradle-all branch 7 times, most recently from fbffd2f to 4d0a1b9 Compare May 9, 2024 21:45
@renovate renovate bot force-pushed the renovate/gradle-all branch from 4d0a1b9 to 1795fec Compare May 14, 2024 18:53
@renovate renovate bot force-pushed the renovate/gradle-all branch 3 times, most recently from 82203dd to 563076b Compare June 6, 2024 15:40
@renovate renovate bot force-pushed the renovate/gradle-all branch 2 times, most recently from fc8f358 to 1083c9c Compare June 25, 2024 16:40
@renovate renovate bot force-pushed the renovate/gradle-all branch from 1083c9c to c417ab5 Compare June 28, 2024 19:42
@renovate renovate bot force-pushed the renovate/gradle-all branch 4 times, most recently from b53a0a7 to 25d016b Compare July 19, 2024 10:35
@renovate renovate bot force-pushed the renovate/gradle-all branch from 25d016b to 809bdfe Compare July 19, 2024 12:22
@renovate renovate bot force-pushed the renovate/gradle-all branch from 809bdfe to 80fa9a4 Compare August 20, 2024 15:20
@renovate renovate bot force-pushed the renovate/gradle-all branch from 80fa9a4 to 2de5cee Compare August 28, 2024 18:47
@renovate renovate bot force-pushed the renovate/gradle-all branch 2 times, most recently from b242bba to f838b44 Compare September 19, 2024 19:49
@renovate renovate bot force-pushed the renovate/gradle-all branch from f838b44 to dcea056 Compare October 21, 2024 17:05
@renovate renovate bot force-pushed the renovate/gradle-all branch 2 times, most recently from 4b9c438 to b3a6a8d Compare November 25, 2024 20:38
@renovate renovate bot force-pushed the renovate/gradle-all branch from b3a6a8d to 93a7a05 Compare November 29, 2024 03:21
@renovate renovate bot force-pushed the renovate/gradle-all branch from 93a7a05 to 528cd12 Compare January 6, 2025 18:20
@renovate renovate bot force-pushed the renovate/gradle-all branch from 528cd12 to 2fb08aa Compare January 11, 2025 00:42
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.

0 participants