Skip to content

Commit

Permalink
Downgrade Ktor to 2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 committed Nov 26, 2024
1 parent 3f6e6e1 commit 8be3fa6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ updates:
ignore:
- dependency-name: "com.comscore:*"
- dependency-name: "com.tagcommander.lib:*"
- dependency-name: "io.ktor:*"
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlinx-coroutines = "1.9.0"
kotlinx-datetime = "0.6.1"
kotlinx-kover = "0.8.3"
kotlinx-serialization = "1.7.3"
ktor = "3.0.1"
ktor = "2.3.13"
mockk = "1.13.13"
okhttp = "4.12.0"
robolectric = "4.14"
Expand Down

0 comments on commit 8be3fa6

Please sign in to comment.