Skip to content

Commit

Permalink
Bump the ktor group with 8 updates (#1790)
Browse files Browse the repository at this point in the history
Bumps the ktor group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [io.ktor:ktor-server-status-pages](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-cors](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-locations-jvm](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-html-builder-jvm](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-websockets-jvm](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-client-auth-jvm](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |
| [io.ktor:ktor-server-test-host-jvm](https://github.com/ktorio/ktor) | `2.3.6` | `2.3.7` |


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

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

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

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

Updates `io.ktor:ktor-server-html-builder-jvm` from 2.3.6 to 2.3.7
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.7/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.6...2.3.7)

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

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

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-status-pages
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-server-cors
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-server-call-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-server-locations-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-server-html-builder-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-server-websockets-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-client-auth-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
- dependency-name: io.ktor:ktor-server-test-host-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ktor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent 6b40b46 commit 1061e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val jacksonVersion = "2.16.0"
val commonsTextVersion = "1.11.0"

val dusseldorfKtorVersion = "4.1.2"
val ktorVersion = "2.3.6"
val ktorVersion = "2.3.7"
val kafkaVersion = "3.6.0"

val navTilgangskontroll = "3.2023.10.23_12.41-bafec3836d28"
Expand Down

0 comments on commit 1061e91

Please sign in to comment.