Skip to content

Commit

Permalink
fix(deps): update dependency io.ktor:ktor-server-core to v2.3.1 (#474)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 1, 2023
1 parent c7fe5c2 commit 592c116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion locations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
// IMPLEMENTATION

implementation(projects.kompendiumCore)
implementation("io.ktor:ktor-server-core:2.3.0")
implementation("io.ktor:ktor-server-core:2.3.1")
implementation("io.ktor:ktor-server-locations:2.3.1")

// TESTING
Expand Down
2 changes: 1 addition & 1 deletion resources/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
// IMPLEMENTATION

implementation(projects.kompendiumCore)
implementation("io.ktor:ktor-server-core:2.3.0")
implementation("io.ktor:ktor-server-core:2.3.1")
implementation("io.ktor:ktor-server-resources:2.3.1")

// TESTING
Expand Down

0 comments on commit 592c116

Please sign in to comment.