Skip to content

Commit

Permalink
Update all dependencies to v2.3.6 (#197)
Browse files Browse the repository at this point in the history
| datasource | package                                     | from  | to    |
| ---------- | ------------------------------------------- | ----- | ----- |
| maven      | io.ktor.plugin:io.ktor.plugin.gradle.plugin | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-html-builder            | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-serialization-kotlinx-json     | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-client-resources               | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-client-content-negotiation     | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-client-serialization           | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-client-cio                     | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-client-core                    | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-resources               | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-auth-jwt                | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-auth                    | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-netty                   | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-default-headers         | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-core                    | 2.3.5 | 2.3.6 |
| maven      | io.ktor:ktor-server-content-negotiation     | 2.3.5 | 2.3.6 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 7, 2023
1 parent 3fc2efb commit e436127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ kotest = "5.8.0"
kotest-plugin = "5.8.0"
kover = "0.7.4"
detekt = "1.23.3"
ktor = "2.3.5"
ktor = "2.3.6"
logback = "1.4.11"
sqldelight="2.0.0"
testcontainers="1.19.1"
Expand Down

0 comments on commit e436127

Please sign in to comment.