Skip to content

Commit

Permalink
Bump the ktor group with 8 updates (#1720)
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.4` | `2.3.5` |
| [io.ktor:ktor-server-cors](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |
| [io.ktor:ktor-server-call-logging](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |
| [io.ktor:ktor-server-locations-jvm](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |
| [io.ktor:ktor-server-html-builder-jvm](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |
| [io.ktor:ktor-server-websockets-jvm](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |
| [io.ktor:ktor-client-auth-jvm](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |
| [io.ktor:ktor-server-test-host-jvm](https://github.com/ktorio/ktor) | `2.3.4` | `2.3.5` |


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

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

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

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

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

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

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

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

---
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 Oct 29, 2023
1 parent e43c1c4 commit 41fca56
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 @@ -13,7 +13,7 @@ val fuelVersion = "2.3.1"
val jacksonVersion = "2.15.2"

val dusseldorfKtorVersion = "4.0.10"
val ktorVersion = "2.3.4"
val ktorVersion = "2.3.5"
val kafkaVersion = "3.5.1"

val navTilgangskontroll = "2.2023.01.09_08.56-ae38750bc0d9"
Expand Down

0 comments on commit 41fca56

Please sign in to comment.