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): bump the github group across 1 directory with 15 updates #679

Merged
merged 1 commit into from
May 13, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 10, 2024

Bumps the github group with 15 updates in the / directory:

Package From To
io.kotest:kotest-runner-junit5-jvm 5.8.1 5.9.0
io.kotest:kotest-assertions-core-jvm 5.8.1 5.9.0
org.jetbrains.kotlin:kotlin-test-junit5 1.9.23 1.9.24
io.ktor:ktor-server-netty 2.3.10 2.3.11
io.ktor:ktor-server-sessions 2.3.10 2.3.11
io.ktor:ktor-server-locations 2.3.10 2.3.11
io.ktor:ktor-server-auth 2.3.10 2.3.11
io.ktor:ktor-server-auth-jwt 2.3.10 2.3.11
io.ktor:ktor-server-content-negotiation 2.3.10 2.3.11
io.ktor:ktor-client-core 2.3.10 2.3.11
io.ktor:ktor-client-content-negotiation 2.3.10 2.3.11
io.ktor:ktor-serialization-jackson 2.3.10 2.3.11
io.ktor:ktor-client-cio 2.3.10 2.3.11
io.ktor:ktor-server-test-host 2.3.10 2.3.11
jvm 1.9.23 1.9.24

Updates io.kotest:kotest-runner-junit5-jvm from 5.8.1 to 5.9.0

Release notes

Sourced from io.kotest:kotest-runner-junit5-jvm's releases.

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

Commits
  • 237d7f6 Moving similarity feature to kotest-assertions-core (#4006)
  • f9b587c Allow comparison between empty set and other iterables (#4005)
  • 56476ad fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...
  • ea483aa fixing the kotest autoscan warning message to reference the right property na...
  • 5162c84 chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (#3992)
  • 6243176 Fix Arb.list failing within edge cases in case of null values (#3982)
  • 0bf6ace Add similarity to contain exactly in any order (#3938)
  • f73d224 chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (#3993)
  • 7b52834 fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (#3957)
  • de54d17 Better assertion failures for containJsonKeyValue (#3949)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core-jvm from 5.8.1 to 5.9.0

Release notes

Sourced from io.kotest:kotest-assertions-core-jvm's releases.

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

Commits
  • 237d7f6 Moving similarity feature to kotest-assertions-core (#4006)
  • f9b587c Allow comparison between empty set and other iterables (#4005)
  • 56476ad fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...
  • ea483aa fixing the kotest autoscan warning message to reference the right property na...
  • 5162c84 chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (#3992)
  • 6243176 Fix Arb.list failing within edge cases in case of null values (#3982)
  • 0bf6ace Add similarity to contain exactly in any order (#3938)
  • f73d224 chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (#3993)
  • 7b52834 fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (#3957)
  • de54d17 Better assertion failures for containJsonKeyValue (#3949)
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core-jvm from 5.8.1 to 5.9.0

Release notes

Sourced from io.kotest:kotest-assertions-core-jvm's releases.

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

Commits
  • 237d7f6 Moving similarity feature to kotest-assertions-core (#4006)
  • f9b587c Allow comparison between empty set and other iterables (#4005)
  • 56476ad fix(deps): update dependency io.projectreactor.tools:blockhound to v1.0.9.rel...
  • ea483aa fixing the kotest autoscan warning message to reference the right property na...
  • 5162c84 chore(deps): update plugin io.kotest.multiplatform to v5.8.1 (#3992)
  • 6243176 Fix Arb.list failing within edge cases in case of null values (#3982)
  • 0bf6ace Add similarity to contain exactly in any order (#3938)
  • f73d224 chore(deps): update plugin kotlinbinarycompatibilityvalidator to v0.14.0 (#3993)
  • 7b52834 fix(deps): update dependency io.github.classgraph:classgraph to v4.8.172 (#3957)
  • de54d17 Better assertion failures for containJsonKeyValue (#3949)
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.23 to 1.9.24

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit5's releases.

1.9.24

Changelog

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit5's changelog.

1.9.24

Backend. Wasm

  • KT-64890 K/Wasm compiler crash with external class and Kodein

Compiler

  • KT-65235 JDK 21 might lead to change in overloads resolution
  • KT-66768 K1: False positive UNRESOLVED_REFERENCE in super.getFirst/getLast call

Native

  • KT-67218 Native: nested classes in kx.serialization ProtoBuf produce empty array for release binary

Tools. Gradle

  • KT-67139 Build reports can be overridden
  • KT-67138 Json report is empty for incremental compilation

Tools. Gradle. Multiplatform

  • KT-67127 KMP: IDE Dependency Resolver for CInterops reports errors on linux and windows machines
  • KT-66514 Don't get output file from Cinterop task for IDE Import if host os doesn't support it

Tools. JPS

  • KT-65043 JPS dumb mode should respect maps needed for the compiler

Tools. Wasm

  • KT-67785 Kotlin/Wasm: Node.JS 22 does not need experimental-wasm-gc flag anymore
  • KT-65864 K/Wasm: update Node.js to 22.x
Commits
  • 0d7708d Add changelog for 1.9.24
  • 392181d [K/N] Devirtualization: fixed the problem with type checks
  • 9ac91e4 [K/N][tests] Couple of reproducers for #KT-67218
  • 1a630b5 [WasmJs] Add support for external class reflection
  • 0872420 Reorganize GradleBuildTime entries to match actual structure used in compiler
  • 8bbf8dc [Minor] Rename compiler and compilerPipeline files to show backend belonging
  • 05373c4 [CLI] Include klib generation into IR translation time measurements
  • cc379a8 [CLI] Notify JS IR perf manager when generation is started and finished
  • c3a1c4e [CLI] Notify WASM perf manager when generation is started and finished
  • 4bbc4cf [CLI] Notify JS IR perf manager when analysis is started and finished
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-netty from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-netty's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-netty's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-sessions from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-sessions's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-sessions's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-locations from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-locations's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-locations's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-auth from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-auth's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-auth's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-auth-jwt from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-auth-jwt's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-auth-jwt's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-content-negotiation from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-content-negotiation's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-content-negotiation's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-client-core from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-core's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-client-core's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-client-content-negotiation from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-content-negotiation's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-client-content-negotiation's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-serialization-jackson from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-serialization-jackson's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-serialization-jackson's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-client-cio from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-cio's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-client-cio's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-test-host from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-test-host's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-test-host's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-sessions from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-sessions's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-sessions's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-locations from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-locations's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-locations's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-auth from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-auth's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-auth's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-auth-jwt from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-auth-jwt's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-auth-jwt's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-server-content-negotiation from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-server-content-negotiation's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-server-content-negotiation's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-client-core from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-core's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-client-core's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Updates io.ktor:ktor-client-content-negotiation from 2.3.10 to 2.3.11

Release notes

Sourced from io.ktor:ktor-client-content-negotiation's releases.

2.3.11

Published 8 May 2024

Bugfixes

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

Sourced from io.ktor:ktor-client-content-negotiation's changelog.

2.3.11

Published 8 May 2024

Bugfixes

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

Bumps the github group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.kotest:kotest-runner-junit5-jvm](https://github.com/kotest/kotest) | `5.8.1` | `5.9.0` |
| [io.kotest:kotest-assertions-core-jvm](https://github.com/kotest/kotest) | `5.8.1` | `5.9.0` |
| [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `1.9.23` | `1.9.24` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-server-sessions](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-server-locations](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-server-auth](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-server-auth-jwt](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-client-cio](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.10` | `2.3.11` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.23` | `1.9.24` |



Updates `io.kotest:kotest-runner-junit5-jvm` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `io.kotest:kotest-assertions-core-jvm` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `org.jetbrains.kotlin:kotlin-test-junit5` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

Updates `io.ktor:ktor-server-netty` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-sessions` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-locations` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-auth` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-auth-jwt` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-content-negotiation` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-client-core` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-client-content-negotiation` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-serialization-jackson` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-client-cio` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-test-host` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-sessions` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-locations` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-auth` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-auth-jwt` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-content-negotiation` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-client-core` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-client-content-negotiation` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-serialization-jackson` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-client-cio` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `io.ktor:ktor-server-test-host` from 2.3.10 to 2.3.11
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.10...2.3.11)

Updates `jvm` from 1.9.23 to 1.9.24
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v1.9.24)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-sessions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-locations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-auth-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-sessions
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-locations
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-auth
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-auth-jwt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner May 10, 2024 08:43
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels May 10, 2024
@ybelMekk ybelMekk merged commit b4d9e9b into master May 13, 2024
2 of 3 checks passed
@ybelMekk ybelMekk deleted the dependabot/gradle/github-ec33c1629a branch May 13, 2024 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant