nais / start.nais.io

https://start.nais.io
MIT License
4 stars 2 forks source link

Bump the all-deps group with 7 updates #27

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps the all-deps group with 7 updates:

Package Update
io.ktor:ktor-server-content-negotiation 2.3.1 to 2.3.2
io.ktor:ktor-serialization-kotlinx-json 2.3.1 to 2.3.2
io.ktor:ktor-server-status-pages 2.3.1 to 2.3.2
io.ktor:ktor-server-core 2.3.1 to 2.3.2
io.ktor:ktor-server-netty 2.3.1 to 2.3.2
io.ktor:ktor-server-metrics-micrometer 2.3.1 to 2.3.2
io.ktor:ktor-server-test-host 2.3.1 to 2.3.2

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

Release notes

Sourced from io.ktor:ktor-server-content-negotiation'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'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 from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-serialization-kotlinx-json'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'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 from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-status-pages'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'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 from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-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-server-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-server-netty from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-netty'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'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-metrics-micrometer from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-metrics-micrometer'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-metrics-micrometer'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-test-host from 2.3.1 to 2.3.2

Release notes

Sourced from io.ktor:ktor-server-test-host'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-test-host'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