Skip to content

Commit

Permalink
Update ktor monorepo to v3
Browse files Browse the repository at this point in the history
| datasource | package                                 | from   | to    |
| ---------- | --------------------------------------- | ------ | ----- |
| maven      | io.ktor:ktor-client-core                | 2.3.12 | 3.0.0 |
| maven      | io.ktor:ktor-client-json                | 2.3.12 | 3.0.0 |
| maven      | io.ktor:ktor-client-logging             | 2.3.12 | 3.0.0 |
| maven      | io.ktor:ktor-client-serialization       | 2.3.12 | 3.0.1 |
| maven      | io.ktor:ktor-client-content-negotiation | 2.3.12 | 3.0.1 |
| maven      | io.ktor:ktor-serialization-kotlinx-json | 2.3.12 | 3.0.0 |
| maven      | io.ktor:ktor-client-okhttp              | 2.3.12 | 3.0.1 |
| maven      | io.ktor:ktor-client-java                | 2.3.12 | 3.0.1 |
| maven      | io.ktor:ktor-client-darwin              | 2.3.12 | 3.0.0 |
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent a9f88e1 commit fe2559b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ androidx-appcompat = "1.7.0"
androidx-activity = "1.9.3"
androidx-core = "1.13.1"

ktor = "2.3.12"
ktor = "3.0.0"

arrow-kt = "1.2.4"
kamel-image = "0.9.4"
Expand Down

0 comments on commit fe2559b

Please sign in to comment.