Skip to content

Commit

Permalink
Downgrade Ktor to 2.3.13 (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
MGaetan89 authored Nov 27, 2024
1 parent 76c324a commit f4c81fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@ updates:
- "ch.srg*"
ignore:
- dependency-name: "com.comscore:*"
- dependency-name: "com.tagcommander.lib:*"
- dependency-name: "com.google.guava:*" # Guava is updated together with AndroidX Media3
- dependency-name: "com.tagcommander.lib:*"
- dependency-name: "io.ktor:*" # We don't want to update to Ktor 3 yet
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.1"
Expand Down

0 comments on commit f4c81fa

Please sign in to comment.