-
Notifications
You must be signed in to change notification settings - Fork 0
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
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
bot
added
dependencies
Pull requests that update a dependency file
java
Pull requests that update Java code
labels
Mar 11, 2024
Superseded by #267. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps the dependencies group with 18 updates:
1.9.22
1.9.23
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
2.16.1
2.16.2
1.5.0
1.5.3
3.6.1
3.7.0
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
2.3.8
2.3.9
5.8.0
5.8.1
2.3.8
2.3.9
1.13.9
1.13.10
2.3.8
2.3.9
1.9.22
1.9.23
Updates
org.jetbrains.kotlin:kotlin-stdlib
from 1.9.22 to 1.9.23Release notes
Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.
Changelog
Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.
Commits
4c571ac
Edit changelog for 1.9.231ca6f32
Revert "[Wasm] Implement IrLinkageError end enable partial linker"3b90682
Add changelog for 1.9.23f327391
Add validation for empty kotlin.build.report.json.directory property2f19d2e
Add JSON output type for build reports666a2f2
[Wasm] Implement IrLinkageError end enable partial linker4dc6689
[Native] Support Xcode 15.3 — add back the TargetConditional.h macrosd3b2c6f
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 behaviorc262b97
K1: introduce BUILDER_INFERENCE_STUB_PARAMETER_TYPE to prevent compiler crashesUpdates
com.fasterxml.jackson.module:jackson-module-jaxb-annotations
from 2.16.1 to 2.16.2Commits
757c09f
[maven-release-plugin] prepare release jackson-modules-base-2.16.2a0cbfed
Prepare for 2.16.2 release18a96e8
Merge branch '2.15' into 2.1625adda8
Back to snapshot dep695312a
[maven-release-plugin] prepare for next development iteration3baa011
[maven-release-plugin] prepare release jackson-modules-base-2.15.42126aec
Prepare for 2.15.4 releasebaeb776
Back to snapshot dep33f69ab
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.module:jackson-module-kotlin
from 2.16.1 to 2.16.2Commits
91d7c6d
[maven-release-plugin] prepare release jackson-module-kotlin-2.16.2b5a65d4
Prepare for 2.16.2 release31cfe93
Merge branch '2.15' into 2.16ccfa59e
Back to snapshot depfc7a20e
[maven-release-plugin] prepare for next development iterationcf0449c
[maven-release-plugin] prepare release jackson-module-kotlin-2.15.4a820c79
Prepare for 2.15.4 release3d22406
Back to snapshot dep6a5029a
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.dataformat:jackson-dataformat-xml
from 2.16.1 to 2.16.2Commits
a60f411
[maven-release-plugin] prepare release jackson-dataformat-xml-2.16.27a693bf
Prepare for 2.16.2 released5be3c8
Merge branch '2.15' into 2.160008c25
Back to snapshot dep55f7789
[maven-release-plugin] prepare for next development iteration360fdfc
[maven-release-plugin] prepare release jackson-dataformat-xml-2.15.42031b6e
Prepare for 2.15.4 release65f7ef3
Back to snapshot depbb4c426
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.16.1 to 2.16.2Updates
com.fasterxml.jackson.module:jackson-module-kotlin
from 2.16.1 to 2.16.2Commits
91d7c6d
[maven-release-plugin] prepare release jackson-module-kotlin-2.16.2b5a65d4
Prepare for 2.16.2 release31cfe93
Merge branch '2.15' into 2.16ccfa59e
Back to snapshot depfc7a20e
[maven-release-plugin] prepare for next development iterationcf0449c
[maven-release-plugin] prepare release jackson-module-kotlin-2.15.4a820c79
Prepare for 2.15.4 release3d22406
Back to snapshot dep6a5029a
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.dataformat:jackson-dataformat-xml
from 2.16.1 to 2.16.2Commits
a60f411
[maven-release-plugin] prepare release jackson-dataformat-xml-2.16.27a693bf
Prepare for 2.16.2 released5be3c8
Merge branch '2.15' into 2.160008c25
Back to snapshot dep55f7789
[maven-release-plugin] prepare for next development iteration360fdfc
[maven-release-plugin] prepare release jackson-dataformat-xml-2.15.42031b6e
Prepare for 2.15.4 release65f7ef3
Back to snapshot depbb4c426
[maven-release-plugin] prepare for next development iterationUpdates
com.fasterxml.jackson.datatype:jackson-datatype-jsr310
from 2.16.1 to 2.16.2Updates
ch.qos.logback:logback-classic
from 1.5.0 to 1.5.3Commits
f2d8a1a
prepare release 1.5.399ccca7
fix /issues/785df7c7c5
prepare work on 1.5.3-SNAPSHOTbaf5d70
prepare release 1.5.26998e81
add NoAutoStartUtil.shouldBeStarted method40bc1c2
export tyler related packages0094ba3
start work on 1.5.2-SNAPSHOT88fd31c
prepare release 1.5.1231e9bd
more internal changes and refactorings8f3a304
more fine tuning of propertyModelHandler and coUpdates
org.apache.kafka:kafka_2.12
from 3.6.1 to 3.7.0Updates
io.ktor:ktor-server-core
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-server-core's releases.
Changelog
Sourced from io.ktor:ktor-server-core's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-server-netty
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-client-content-negotiation
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-serialization-jackson
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-serialization-jackson's releases.
Changelog
Sourced from io.ktor:ktor-serialization-jackson's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-client-core
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-client-apache
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-client-apache's releases.
Changelog
Sourced from io.ktor:ktor-client-apache's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-server-content-negotiation
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-server-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-server-content-negotiation's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-server-test-host
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-server-test-host's releases.
Changelog
Sourced from io.ktor:ktor-server-test-host's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-server-netty
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-server-netty's releases.
Changelog
Sourced from io.ktor:ktor-server-netty's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-client-content-negotiation
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-client-content-negotiation's releases.
Changelog
Sourced from io.ktor:ktor-client-content-negotiation's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-serialization-jackson
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-serialization-jackson's releases.
Changelog
Sourced from io.ktor:ktor-serialization-jackson's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20722950d
KTOR-3159 Allow secure cookie with unencrypted response (#3932)Updates
io.ktor:ktor-client-core
from 2.3.8 to 2.3.9Release notes
Sourced from io.ktor:ktor-client-core's releases.
Changelog
Sourced from io.ktor:ktor-client-core's changelog.
Commits
623ab3f
Add changelog for 2.3.9 (#3994)ca6bdff
Disable test for jakarta tomcat certificates82b1acb
Fix for missing import5dee0f9
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 change3375463
Disable failing test (#3990)5fd337e
KTOR-6684 Fix duplicate Accept Header in ContentNegotiation (#3984)4633438
Add better description ofTLSConfigBuilder.addCertificateChain()
1a53599
fix(deps): update jetty.jakarta.version to v11.0.20