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

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 11, 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.16.2
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.16.2
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.16.1 2.16.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.16.2
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.16.2
com.fasterxml.jackson.dataformat:jackson-dataformat-xml 2.16.1 2.16.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.16.2
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.9
io.ktor:ktor-server-netty 2.3.8 2.3.9
io.ktor:ktor-client-content-negotiation 2.3.8 2.3.9
io.ktor:ktor-serialization-jackson 2.3.8 2.3.9
io.ktor:ktor-client-core 2.3.8 2.3.9
io.ktor:ktor-client-apache 2.3.8 2.3.9
io.ktor:ktor-server-content-negotiation 2.3.8 2.3.9
io.ktor:ktor-server-test-host 2.3.8 2.3.9
io.ktor:ktor-server-netty 2.3.8 2.3.9
io.ktor:ktor-client-content-negotiation 2.3.8 2.3.9
io.ktor:ktor-serialization-jackson 2.3.8 2.3.9
io.ktor:ktor-client-core 2.3.8 2.3.9
io.ktor:ktor-client-apache 2.3.8 2.3.9
io.kotest:kotest-runner-junit5 5.8.0 5.8.1
io.ktor:ktor-server-content-negotiation 2.3.8 2.3.9
io.mockk:mockk 1.13.9 1.13.10
io.ktor:ktor-server-test-host 2.3.8 2.3.9
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.16.2

Commits
  • 757c09f [maven-release-plugin] prepare release jackson-modules-base-2.16.2
  • a0cbfed Prepare for 2.16.2 release
  • 18a96e8 Merge branch '2.15' into 2.16
  • 25adda8 Back to snapshot dep
  • 695312a [maven-release-plugin] prepare for next development iteration
  • 3baa011 [maven-release-plugin] prepare release jackson-modules-base-2.15.4
  • 2126aec Prepare for 2.15.4 release
  • baeb776 Back to snapshot dep
  • 33f69ab [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Commits
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • 31cfe93 Merge branch '2.15' into 2.16
  • ccfa59e Back to snapshot dep
  • fc7a20e [maven-release-plugin] prepare for next development iteration
  • cf0449c [maven-release-plugin] prepare release jackson-module-kotlin-2.15.4
  • a820c79 Prepare for 2.15.4 release
  • 3d22406 Back to snapshot dep
  • 6a5029a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Commits
  • a60f411 [maven-release-plugin] prepare release jackson-dataformat-xml-2.16.2
  • 7a693bf Prepare for 2.16.2 release
  • d5be3c8 Merge branch '2.15' into 2.16
  • 0008c25 Back to snapshot dep
  • 55f7789 [maven-release-plugin] prepare for next development iteration
  • 360fdfc [maven-release-plugin] prepare release jackson-dataformat-xml-2.15.4
  • 2031b6e Prepare for 2.15.4 release
  • 65f7ef3 Back to snapshot dep
  • bb4c426 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

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

Commits
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • 31cfe93 Merge branch '2.15' into 2.16
  • ccfa59e Back to snapshot dep
  • fc7a20e [maven-release-plugin] prepare for next development iteration
  • cf0449c [maven-release-plugin] prepare release jackson-module-kotlin-2.15.4
  • a820c79 Prepare for 2.15.4 release
  • 3d22406 Back to snapshot dep
  • 6a5029a [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Commits
  • a60f411 [maven-release-plugin] prepare release jackson-dataformat-xml-2.16.2
  • 7a693bf Prepare for 2.16.2 release
  • d5be3c8 Merge branch '2.15' into 2.16
  • 0008c25 Back to snapshot dep
  • 55f7789 [maven-release-plugin] prepare for next development iteration
  • 360fdfc [maven-release-plugin] prepare release jackson-dataformat-xml-2.15.4
  • 2031b6e Prepare for 2.15.4 release
  • 65f7ef3 Back to snapshot dep
  • bb4c426 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20
  • 722950d KTOR-3159 Allow secure cookie with unencrypted response (#3932)
  • Additional commits viewable in compare view

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

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

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

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
  • 623ab3f Add changelog for 2.3.9 (#3994)
  • ca6bdff Disable test for jakarta tomcat certificates
  • 82b1acb Fix for missing import
  • 5dee0f9 Revert "Bump io.swagger.parser.v3:swagger-parser from 2.1.19 to 2.1.20 (#3945)"
  • 1d72b84 Bump version 2.3.9; resolve API change
  • 3375463 Disable failing test (#3990)
  • 5fd337e KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)
  • 4633438 Add better description of TLSConfigBuilder.addCertificateChain()
  • 1a53599 fix(deps): update jetty.jakarta.version to v11.0.20

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.16.2` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.16.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.1` | `2.16.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.16.2` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.16.1` | `2.16.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) | `2.16.1` | `2.16.2` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.16.2` |
| [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.9` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-server-netty](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-serialization-jackson](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.ktor:ktor-client-apache](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) | `5.8.0` | `5.8.1` |
| [io.ktor:ktor-server-content-negotiation](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.9` | `1.13.10` |
| [io.ktor:ktor-server-test-host](https://github.com/ktorio/ktor) | `2.3.8` | `2.3.9` |
| 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.16.2
- [Commits](FasterXML/jackson-modules-base@jackson-modules-base-2.16.1...jackson-modules-base-2.16.2)

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

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

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

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

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

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

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.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

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

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

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

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

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

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

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

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

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

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

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

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

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.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

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.9
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.9/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.8...2.3.9)

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-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 March 11, 2024 13:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 13, 2024

Superseded by #267.

@dependabot dependabot bot closed this Mar 13, 2024
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-7e9b2c3da6 branch March 13, 2024 13:12
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