nais / start.nais.io

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

Bump the all-deps group with 9 updates #48

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the all-deps group with 9 updates:

Package From To
ch.qos.logback:logback-classic 1.4.12 1.4.14
com.charleskorn.kaml:kaml 0.55.0 0.56.0
io.ktor:ktor-server-content-negotiation 2.3.6 2.3.7
io.ktor:ktor-serialization-kotlinx-json 2.3.6 2.3.7
io.ktor:ktor-server-status-pages 2.3.6 2.3.7
io.ktor:ktor-server-core 2.3.6 2.3.7
io.ktor:ktor-server-netty 2.3.6 2.3.7
io.ktor:ktor-server-metrics-micrometer 2.3.6 2.3.7
io.ktor:ktor-server-test-host 2.3.6 2.3.7

Updates ch.qos.logback:logback-classic from 1.4.12 to 1.4.14

Commits
  • 407f935 prepare release 1.4.14
  • 7018a36 fix missing deseialization filter init call, enable commented out test case
  • 8a746eb start work on 1.4.14-SNAPSHOT
  • 7ee000a prepare release 1.4.13
  • 867bf58 remove superflus system.out call
  • See full diff in compare view


Updates com.charleskorn.kaml:kaml from 0.55.0 to 0.56.0

Release notes

Sourced from com.charleskorn.kaml:kaml's releases.

0.56.0

  • Updated: use SnakeYAML 2.7
  • Updated: use Okio 3.6.0
  • Updated: use kotlinx.serialization 1.6.2
  • Updated: use Kotlin 1.9.21
  • Updated: use snakeyaml-engine-kmp 2.7.1
Commits
  • 9d7c47f Merge pull request #461 from charleskorn/renovate/kotest
  • 98d971c Update yarn.lock
  • d431e8d Disable tests for JS target
  • f96ca92 Update Kotest to v5.8.0
  • 1f48cb7 Merge pull request #485 from charleskorn/renovate/org.jetbrains.kotlinx-kotli...
  • dc14a50 Resolve Gradle deprecation warning.
  • b82a3ab Update regex to match new kotlinx.serialization version.
  • e0074a1 Update dependency org.jetbrains.kotlinx:kotlinx-serialization-core to v1.6.2
  • cbb4f94 Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.3
  • 3a759dd Update dependency com.diffplug.spotless:spotless-plugin-gradle to v6.23.2
  • Additional commits viewable in compare view


Updates io.ktor:ktor-server-content-negotiation from 2.3.6 to 2.3.7

Release notes

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

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

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

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


Updates io.ktor:ktor-serialization-kotlinx-json from 2.3.6 to 2.3.7

Release notes

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

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

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

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


Updates io.ktor:ktor-server-status-pages from 2.3.6 to 2.3.7

Release notes

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

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

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

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


Updates io.ktor:ktor-server-core from 2.3.6 to 2.3.7

Release notes

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

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

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

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


Updates io.ktor:ktor-server-netty from 2.3.6 to 2.3.7

Release notes

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

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

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

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


Updates io.ktor:ktor-server-metrics-micrometer from 2.3.6 to 2.3.7

Release notes

Sourced from io.ktor:ktor-server-metrics-micrometer's releases.

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

Sourced from io.ktor:ktor-server-metrics-micrometer's changelog.

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


Updates io.ktor:ktor-server-test-host from 2.3.6 to 2.3.7

Release notes

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

2.3.7

Published 7 December 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Changelog

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

2.3.7

Published 28 November 2023

Bugfixes

  • Server ContentNegotiation no longer allows multiple decoders for one Content-Type (KTOR-5410)
  • High Native Server Memory Usage (KTOR-6321)
  • WebSockets: Confusing error message when server doesn't respond with Upgrade (KTOR-6397)
  • ContentNegotiation: Adding charset to content type of JacksonConverter breaks request matching (KTOR-6420)
Commits


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


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