diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8dce1c64c..d6b43f7cb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,3 +42,4 @@ updates: ignore: - dependency-name: "com.comscore:*" - dependency-name: "com.tagcommander.lib:*" + - dependency-name: "io.ktor:*" diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 64058be6b..34da2a86b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"