Skip to content

Commit

Permalink
fix(deps): update ktor to v2.3.7 (#277)
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] authored Dec 7, 2023
1 parent f03e264 commit f8507f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs-test.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotest = "5.8.0"
mockito = "5.2.1"
wiremock = "3.3.1"
testcontainers = "1.19.3"
ktor = "2.3.6"
ktor = "2.3.7"

[libraries]
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kafka-kotlin = "0.3.1"
dokka = "1.9.10"
knit = "0.5.0"
kover = "0.7.5"
ktor = "2.3.6"
ktor = "2.3.7"
koin = "3.5.1"
r2dbc-spi = "1.0.0.RELEASE"
r2dbc-postgresql = "0.8.13.RELEASE"
Expand Down

0 comments on commit f8507f5

Please sign in to comment.