Skip to content

Commit

Permalink
Update all dependencies to v2.3.5
Browse files Browse the repository at this point in the history
| datasource | package                                 | from  | to    |
| ---------- | --------------------------------------- | ----- | ----- |
| maven      | io.ktor:ktor-server-html-builder        | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-serialization-kotlinx-json | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-client-content-negotiation | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-client-serialization       | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-client-cio                 | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-client-core                | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-auth-jwt            | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-auth                | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-tests               | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-netty               | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-default-headers     | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-cors                | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-core                | 2.3.4 | 2.3.5 |
| maven      | io.ktor:ktor-server-content-negotiation | 2.3.4 | 2.3.5 |
  • Loading branch information
renovate[bot] authored Oct 5, 2023
1 parent 03ffb1e commit 1d73963
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.7.2"
kotest-plugin = "5.7.2"
kover = "0.7.3"
detekt = "1.23.1"
ktor = "2.3.4"
ktor = "2.3.5"
logback = "1.4.11"
sqldelight="2.0.0"
testcontainers="1.19.1"
Expand Down

0 comments on commit 1d73963

Please sign in to comment.