Skip to content

Commit

Permalink
build(deps): bump ktor from 2.1.1 to 2.2.4
Browse files Browse the repository at this point in the history
Bumps `ktor` from 2.1.1 to 2.2.4.

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

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

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

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

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-server-netty
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.ktor:ktor-client-cio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 31, 2023
1 parent 00ddc98 commit 314274a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring-boot = "2.7.6"
openjdk-jmh = "1.35"
#forte-di = "0.0.3"
#forte-annotationTool = "0.6.3"
ktor = "2.1.1"
ktor = "2.2.4"

[libraries]
# jetbrains-annotation
Expand Down

0 comments on commit 314274a

Please sign in to comment.