Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Bump ktorVersion from 2.3.1 to 2.3.2 #194

Merged
merged 1 commit into from
Jun 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 29, 2023

Bumps ktorVersion from 2.3.1 to 2.3.2.
Updates io.ktor:ktor-client-core from 2.3.1 to 2.3.2

Release notes

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-client-cio from 2.3.1 to 2.3.2

Release notes

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-core-jvm from 2.3.1 to 2.3.2

Release notes

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-host-common-jvm from 2.3.1 to 2.3.2

Release notes

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-status-pages-jvm from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-status-pages-jvm's releases.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

Sourced from io.ktor:ktor-server-status-pages-jvm's changelog.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-default-headers-jvm from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-default-headers-jvm's releases.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

Sourced from io.ktor:ktor-server-default-headers-jvm's changelog.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-call-logging-jvm from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-call-logging-jvm's releases.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

Sourced from io.ktor:ktor-server-call-logging-jvm's changelog.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-content-negotiation-jvm from 2.3.1 to 2.3.2

Release notes

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-serialization-kotlinx-json-jvm from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-serialization-kotlinx-json-jvm's releases.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

Sourced from io.ktor:ktor-serialization-kotlinx-json-jvm's changelog.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-netty-jvm from 2.3.1 to 2.3.2

Release notes

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

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

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

Updates io.ktor:ktor-server-tests-jvm from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-tests-jvm's releases.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Changelog

Sourced from io.ktor:ktor-server-tests-jvm's changelog.

2.3.2

Published 28 June 2023

Bugfixes

  • Linking release build leads to compilation error with coroutines of version 1.7.0-Beta (KTOR-5728)
  • MapApplicationConfig removes deeply nested properties when converting to a map (KTOR-6013)
  • Cache returns null when vary header has more fields in the cached response (KTOR-6001)
  • ContentType of a response body isn't set inside OkHttp's interceptor when a form request is sent (KTOR-5971)

Improvements

  • Update Kotlin to 1.8.22 (KTOR-6053)
  • The error message is not helpful when authenticating with a bearer header with a colon (KTOR-5409)
Commits
  • 9ad4da0 KTOR-6059 Add changelog for 2.3.2 (#3666)
  • 5679a13 KTOR-6059 Release 2.3.2 (#3665)
  • 38449f2 KTOR-6013 Fix deeply nested keys in MapApplicationConfig::toMap (#3664)
  • dd58daa KTOR-6053 Update Kotlin to 1.8.22 (#3663)
  • cbf747e KTOR-6001 Cache returns null when vary header has more fields in the cached r...
  • cf1937b Update ktlint version (#3657)
  • 4bd7334 KTOR-5971 Set ContentType for ByteArrayContent body in OkHttp (#3653)
  • c2d8a21 KTOR-5409 Response doesn't contain error message (#3605)
  • 720a835 Bump dev version to 2.3.2-SNAPSHOT (#3652)
  • 299a04b Upgrade kotlinx-coroutines to 1.7.1 (#3609)
  • Additional commits viewable in compare view

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `ktorVersion` from 2.3.1 to 2.3.2.

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

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

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

Updates `io.ktor:ktor-server-host-common-jvm` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.1...2.3.2)

Updates `io.ktor:ktor-server-status-pages-jvm` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.1...2.3.2)

Updates `io.ktor:ktor-server-default-headers-jvm` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.1...2.3.2)

Updates `io.ktor:ktor-server-call-logging-jvm` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.1...2.3.2)

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

Updates `io.ktor:ktor-serialization-kotlinx-json-jvm` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.1...2.3.2)

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

Updates `io.ktor:ktor-server-tests-jvm` from 2.3.1 to 2.3.2
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.1...2.3.2)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-host-common-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-status-pages-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-default-headers-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-call-logging-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-content-negotiation-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-netty-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.ktor:ktor-server-tests-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 29, 2023
@siper siper merged commit 07856b0 into master Jun 29, 2023
1 check passed
@dependabot dependabot bot deleted the dependabot/gradle/ktorVersion-2.3.2 branch June 29, 2023 11:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant