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

Bump the dependencies group with 18 updates #268

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2024

Bumps the dependencies group with 18 updates:

Package From To
org.jetbrains.kotlin:kotlin-stdlib 1.9.22 1.9.23
com.fasterxml.jackson.module:jackson-module-jaxb-annotations 2.16.1 2.17.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.17.0
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.16.1 2.17.0
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.17.0
ch.qos.logback:logback-classic 1.5.0 1.5.3
org.apache.kafka:kafka_2.12 3.6.1 3.7.0
io.ktor:ktor-server-core 2.3.8 2.3.10
io.ktor:ktor-server-netty 2.3.8 2.3.10
io.ktor:ktor-client-content-negotiation 2.3.8 2.3.10
io.ktor:ktor-serialization-jackson 2.3.8 2.3.10
io.ktor:ktor-client-core 2.3.8 2.3.10
io.ktor:ktor-client-apache 2.3.8 2.3.10
io.ktor:ktor-server-content-negotiation 2.3.8 2.3.10
io.ktor:ktor-server-test-host 2.3.8 2.3.10
io.kotest:kotest-runner-junit5 5.8.0 5.8.1
io.mockk:mockk 1.13.9 1.13.10
jvm 1.9.22 1.9.23

Updates org.jetbrains.kotlin:kotlin-stdlib from 1.9.22 to 1.9.23

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 1.9.23

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

1.9.23

Apple Ecosystem

  • KT-65542 Cinterop tasks fails if Xcode 15.3 is used

Backend. Wasm

  • KT-64486 Kotlin/Wasm/WASI exported function callback for coroutines support

Compiler

  • KT-53478 Could not load module
  • KT-66044 JDK's new API is used over Kotlin's SDK functions
  • KT-64640 Prevent mutating SequenceCollection methods from JDK 21 be available on read-only collections
  • KT-65441 K1: Remove JDK 21 getFirst()/getLast() in (Mutable)List interfaces
  • KT-65634 K/N: data race during monolithic cache creation
  • KT-53109 CompilationErrorException generateUnboundSymbolsAsDependencies with builder inference and lambdas
  • KT-52757 Type inference for builders fails if inferred from a function

Tools. Gradle

  • KT-65792 Add JSON build report
  • KT-65091 Update compiler metrics in build reports
  • KT-62490 KGP dropping resource directories

Tools. Gradle. JS

  • KT-64119 K/JS: Migrate package manager from Yarn onto NPM
  • KT-64561 K/JS tests are not executed after upgrade to 1.9.22

Tools. Gradle. Multiplatform

  • KT-65954 commonTest dependencies affect commoMainMetadata compilation

Tools. Gradle. Native

  • KT-64573 Default value for produceUnpackedKlib was not provided
Commits
  • 4c571ac Edit changelog for 1.9.23
  • 1ca6f32 Revert "[Wasm] Implement IrLinkageError end enable partial linker"
  • 3b90682 Add changelog for 1.9.23
  • f327391 Add validation for empty kotlin.build.report.json.directory property
  • 2f19d2e Add JSON output type for build reports
  • 666a2f2 [Wasm] Implement IrLinkageError end enable partial linker
  • 4dc6689 [Native] Support Xcode 15.3 — add back the TargetConditional.h macros
  • d3b2c6f K1: change depr. level of List.getFirst to HIDDEN but don't force it on overr...
  • c041815 K1/K2: add tests for KT-65441 current behavior
  • c262b97 K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashes
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-jaxb-annotations from 2.16.1 to 2.17.0

Commits
  • d05157d [maven-release-plugin] prepare release jackson-modules-base-2.17.0
  • fdde105 Prepare for 2.17.0 release
  • 8c0c751 Merge branch '2.16' into 2.17
  • 1a213f4 Back to snapshot dep
  • 649877f [maven-release-plugin] prepare for next development iteration
  • 757c09f [maven-release-plugin] prepare release jackson-modules-base-2.16.2
  • a0cbfed Prepare for 2.16.2 release
  • e1b1666 Back to snapshot dep
  • 661183a [maven-release-plugin] prepare for next development iteration
  • 703b50e [maven-release-plugin] prepare release jackson-modules-base-2.17.0-rc1
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.0

Commits
  • 3bea77c [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0
  • 1ed0f3f Prepare for 2.17.0 release
  • ce6b4d6 Merge branch '2.16' into 2.17
  • b707238 Back to snapshot dep
  • d12f174 [maven-release-plugin] prepare for next development iteration
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • f5ea353 Back to snapshot dep
  • 9d6ebb6 [maven-release-plugin] prepare for next development iteration
  • 103449a [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.16.1 to 2.17.0

Commits
  • c9ea3e2 [maven-release-plugin] prepare release jackson-dataformat-xml-2.17.0
  • 273beed Merge branch '2.17' of github.com:FasterXML/jackson-dataformat-xml into 2.17
  • be5e719 Fix #643: Add ToXmlGenerator.Feature or allowing XML Schema/JAXB compatible...
  • 168b298 Prepare for 2.17.0 release
  • e80909f Merge branch '2.16' into 2.17
  • 66af793 Back to snapshot dep
  • de52dfc [maven-release-plugin] prepare for next development iteration
  • a60f411 [maven-release-plugin] prepare release jackson-dataformat-xml-2.16.2
  • 7a693bf Prepare for 2.16.2 release
  • b782f4b Add explicit override for JsonParser.getNumberTypeFP()
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.0

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.0

Commits
  • 3bea77c [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0
  • 1ed0f3f Prepare for 2.17.0 release
  • ce6b4d6 Merge branch '2.16' into 2.17
  • b707238 Back to snapshot dep
  • d12f174 [maven-release-plugin] prepare for next development iteration
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • f5ea353 Back to snapshot dep
  • 9d6ebb6 [maven-release-plugin] prepare for next development iteration
  • 103449a [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-xml from 2.16.1 to 2.17.0

Commits
  • c9ea3e2 [maven-release-plugin] prepare release jackson-dataformat-xml-2.17.0
  • 273beed Merge branch '2.17' of github.com:FasterXML/jackson-dataformat-xml into 2.17
  • be5e719 Fix #643: Add ToXmlGenerator.Feature or allowing XML Schema/JAXB compatible...
  • 168b298 Prepare for 2.17.0 release
  • e80909f Merge branch '2.16' into 2.17
  • 66af793 Back to snapshot dep
  • de52dfc [maven-release-plugin] prepare for next development iteration
  • a60f411 [maven-release-plugin] prepare release jackson-dataformat-xml-2.16.2
  • 7a693bf Prepare for 2.16.2 release
  • b782f4b Add explicit override for JsonParser.getNumberTypeFP()
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.0

Updates ch.qos.logback:logback-classic from 1.5.0 to 1.5.3

Commits
  • f2d8a1a prepare release 1.5.3
  • 99ccca7 fix /issues/785
  • df7c7c5 prepare work on 1.5.3-SNAPSHOT
  • baf5d70 prepare release 1.5.2
  • 6998e81 add NoAutoStartUtil.shouldBeStarted method
  • 40bc1c2 export tyler related packages
  • 0094ba3 start work on 1.5.2-SNAPSHOT
  • 88fd31c prepare release 1.5.1
  • 231e9bd more internal changes and refactorings
  • 8f3a304 more fine tuning of propertyModelHandler and co
  • Additional commits viewable in compare view

Updates org.apache.kafka:kafka_2.12 from 3.6.1 to 3.7.0

Updates io.ktor:ktor-server-core from 2.3.8 to 2.3.10

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

Updates io.ktor:ktor-client-apache from 2.3.8 to 2.3.10

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

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

Release notes

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

2.3.9

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)
Commits

Updates io.ktor:ktor-client-apache from 2.3.8 to 2.3.10

Release notes

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

2.3.9

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)
Commits

Updates io.kotest:kotest-runner-junit5 from 5.8.0 to 5.8.1

Release notes

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

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view

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

Release notes

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

2.3.9

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)
Commits

Updates io.mockk:mockk from 1.13.9 to 1.13.10

Release notes

Sourced from io.mockk:mockk's releases.

1.13.10

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.9...1.13.10

Commits
  • 38a7f41 Update the API file
  • db6c67a Add the requireParallelTesting configuration flag
  • 9f19288 Merge pull request #1211 from JakeSteam/patch-2
  • 73803f8 Adds example workaround for Android users
  • 108f9b4 Merge pull request #1209 from ath0s/capture-mutable-list-value-class
  • f33d04b Fix capture using mutable list of value class
  • 640966d Merge pull request #1204 from jselbo/master
  • 894732e Update API with maybeUnboxValueForMethodReturn
  • ed50694 Merge pull request #1203 from flapenna/fix-calloriginal-default-interface-method
  • 3a00e7b Only unbox value class answers when appropriate
  • Additional commits viewable in compare view

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

Release notes

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

2.3.9

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)
Commits

Updates jvm from 1.9.22 to 1.9.23

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 18 updates:

| Package | From | To |
| --- | --- | --- |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.22` | `1.9.23` |
| [com.fasterxml.jackson.module:jackson-module-jaxb-annotations](https://github.com/FasterXML/jackson-modules-base) | `2.16.1` | `2.17.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.17.0` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.1` | `2.17.0` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.17.0` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.0` | `1.5.3` |
| org.apache.kafka:kafka_2.12 | `3.6.1` | `3.7.0` |
| [io.ktor:ktor-server-core](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.10` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.8.0` | `5.8.1` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.10` |
| jvm | `1.9.22` | `1.9.23` |


Updates `org.jetbrains.kotlin:kotlin-stdlib` from 1.9.22 to 1.9.23
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.23/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.22...v1.9.23)

Updates `com.fasterxml.jackson.module:jackson-module-jaxb-annotations` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.16.1...jackson-modules-base-2.17.0)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.1...jackson-module-kotlin-2.17.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.1...jackson-dataformat-xml-2.17.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.17.0

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.16.1...jackson-module-kotlin-2.17.0)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.16.1 to 2.17.0
- [Commits](FasterXML/jackson-dataformat-xml@jackson-dataformat-xml-2.16.1...jackson-dataformat-xml-2.17.0)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.17.0

Updates `ch.qos.logback:logback-classic` from 1.5.0 to 1.5.3
- [Commits](qos-ch/logback@v_1.5.0...v_1.5.3)

Updates `org.apache.kafka:kafka_2.12` from 3.6.1 to 3.7.0

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `io.mockk:mockk` from 1.13.9 to 1.13.10
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.9...1.13.10)

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

Updates `jvm` from 1.9.22 to 1.9.23

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-jaxb-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.kafka:kafka_2.12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-serialization-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-client-apache
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-content-negotiation
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.ktor:ktor-server-test-host
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner April 8, 2024 13:19
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Apr 8, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 9, 2024

Superseded by #269.

@dependabot dependabot bot closed this Apr 9, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-36c8971d41 branch April 9, 2024 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants