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

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 4, 2024

Mend Renovate

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.11 age adoption passing confidence
io.ktor:ktor-client-content-negotiation 2.3.8 -> 2.3.11 age adoption passing confidence
io.ktor:ktor-client-curl 2.3.8 -> 2.3.11 age adoption passing confidence
io.ktor:ktor-client-core 2.3.8 -> 2.3.11 age adoption passing confidence
org.jetbrains.kotlinx:atomicfu 0.23.2 -> 0.24.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.6.3 -> 1.7.0 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-datetime 0.5.0 -> 0.6.0 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.1 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.24 age adoption passing confidence
org.jetbrains.kotlin.multiplatform 1.9.22 -> 1.9.24 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

Highlights

Support for wasmJs has been added, curtesy of @​OliverO2

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.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.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.7.0

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

This release contains all of the changes from 1.7.0-RC and is compatible with Kotlin 2.0.
Please note that for reasons explained in the 1.7.0-RC changelog, it may not be possible to use it with the Kotlin 1.9.x
compiler plugin. Yet, it is still fully backwards compatible with previous versions.

The only difference with 1.7.0-RC is that classDiscriminatorMode property in JsonBuilder is marked as experimental,
as it should have been when it was introduced (#​2680).

Kotlin/kotlinx-datetime (org.jetbrains.kotlinx:kotlinx-datetime)

v0.6.0

  • Introduce the widely requested API for locale-invariant parsing and formatting (#​343)
  • Completely overhaul the KDoc-based documentation (#​347)
  • Breaking change: forbid parsing Instant values without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#​369)
  • Breaking change: use the fully qualified name of classes in the JSON serializers (#​308)
  • Fix Proguard emitting warning about missing kotlinx-serialization classes when serialization is not used (#​336)
  • Reimplement the timezone database handling for Native targets from scratch (#​286, #​327)
  • Support Android NDK targets (#​344)
  • Small tweaks and fixes.
Changelog relative to version 0.6.0-RC.2
  • Completely overhaul the KDoc-based documentation (#​347)
  • Breaking change: forbid parsing Instant values without the second-of-minute component on the JVM and JS, fixing inconsistency with Native (#​369)
  • Improve error descriptiveness in some cases (#​360, #​371)
  • Remove stat usages to comply with Apple's new publishing requirements (#​385)
  • Fix parsing of formats where optional is directly between numbers (#​362)
  • Forbid empty and duplicate month, day-of-week, and AM/PM marker names in datetime formats (#​362)
ajalt/clikt (com.github.ajalt.clikt:clikt)

v4.4.0

Compare Source

Added
  • Publish linuxArm64 and wasmJs targets.
Changed
  • In a subcommand with argument().multiple(), the behavior is now the same regardless of the value of allowMultipleSubcommands: if a token matches a subcommand name, it's now treated as a subcommand rather than a positional argument.

  • Due to changes to the internal parsing algorithm, the exact details of error messages when multiple usage errors occur have changed in some cases.

  • Breaking Change: Moved the following parameters from CliktCommand's constructor; override the corresponding properties instead:

    removed parameter replacement property
    help fun help
    epilog fun helpEpilog
    invokeWithoutSubcommand val invokeWithoutSubcommand
    printHelpOnEmptyArgs val printHelpOnEmptyArgs
    helpTags val helpTags
    autoCompleteEnvvar val autoCompleteEnvvar
    allowMultipleSubcommands val allowMultipleSubcommands
    treatUnknownOptionsAsArgs val treatUnknownOptionsAsArgs
    hidden val hiddenFromHelp
  • The following methods on CliktCommand have been renamed: commandHelp -> help, commandHelpEpilog -> epilog. The old names are deprecated.

  • Breaking Change: CliktCommand.main and CliktCommand.parse are now extension functions rather than methods.

Fixed
  • Fixed excess arguments not being reported when allowMultipleSubcommands=true and a subcommand has excess arguments followed by another subcommand.
Deprecated
  • Deprecated Context.originalArgv. It will now always return an empty list. If your commands need an argv, you can pass it to them before you run them.
Removed
  • Removed previously deprecated experimental annotations.

v4.3.0

Compare Source

Added
  • Added limit parameter to option().counted() to limit the number of times the option can be used. You can either clamp the value to the limit, or throw an error if the limit is exceeded. (#​483)
  • Added Context.registerClosable and Context.callOnClose to allow you to register cleanup actions that will be called when the command exits. (#​395)
Fixed
  • Fixed unrecognized modifier 'i' that happened on tab-completion when using sub command aliases. Thanks to @​hick209 for the contribution. (#​500)
  • Make sure auto complete script works on zsh, fixing the error complete:13: command not found: compdef. Thanks to @​hick209 for the contribution. (#​499)

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 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 1b93640 to 0714389 Compare March 11, 2024 08:27
@renovate renovate bot force-pushed the renovate/gradle-all branch from 0714389 to be75e2a Compare March 28, 2024 01:47
@renovate renovate bot force-pushed the renovate/gradle-all branch from be75e2a to f58ea13 Compare April 8, 2024 12:01
@renovate renovate bot force-pushed the renovate/gradle-all branch from f58ea13 to c066144 Compare April 17, 2024 14:40
@renovate renovate bot force-pushed the renovate/gradle-all branch from c066144 to 21ad370 Compare April 27, 2024 22:36
@renovate renovate bot force-pushed the renovate/gradle-all branch 6 times, most recently from b40c737 to 297b495 Compare May 9, 2024 22:38
@renovate renovate bot force-pushed the renovate/gradle-all branch from 297b495 to 47f27b5 Compare May 14, 2024 22:06
@renovate renovate bot force-pushed the renovate/gradle-all branch from 47f27b5 to 2c08f11 Compare June 5, 2024 14:45
@renovate renovate bot force-pushed the renovate/gradle-all branch from 2c08f11 to fe82325 Compare June 6, 2024 15:21
@BrianEstrada BrianEstrada merged commit 412f7eb into main Jun 18, 2024
6 checks passed
@BrianEstrada BrianEstrada deleted the renovate/gradle-all branch June 18, 2024 09:09
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