Skip to content

Commit

Permalink
Bump io.ktor:ktor-server-locations from 2.3.3 to 2.3.4 (#791)
Browse files Browse the repository at this point in the history
Bumps [io.ktor:ktor-server-locations](https://github.com/ktorio/ktor) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/ktorio/ktor/releases)
- [Changelog](https://github.com/ktorio/ktor/blob/2.3.4/CHANGELOG.md)
- [Commits](ktorio/ktor@2.3.3...2.3.4)

---
updated-dependencies:
- dependency-name: io.ktor:ktor-server-locations
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Sep 15, 2023
1 parent 5a47e20 commit 6150f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
implementation("io.ktor:ktor-client-cio:2.3.3")
implementation("io.ktor:ktor-server-content-negotiation:2.3.3")
implementation("io.ktor:ktor-server-cio:2.3.3")
implementation("io.ktor:ktor-server-locations:2.3.3")
implementation("io.ktor:ktor-server-locations:2.3.4")
implementation("io.ktor:ktor-server-websockets:2.3.4")
implementation("io.ktor:ktor-client-content-negotiation:2.3.3")
implementation("io.ktor:ktor-server-auth-jwt:2.3.3")
Expand Down

0 comments on commit 6150f6e

Please sign in to comment.