From 21a8dddda819f253985091949d99a0637bd6f13f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 21:20:15 +0000 Subject: [PATCH] Update Ktor version to 3.1.1 to fix dependency issue Updated the Ktor version in `gradle/libs.versions.toml` to 3.1.1. This addresses the reported issue where the Vertex AI SDK was depending on an older Ktor version, causing conflicts for consumers using newer Ktor versions. Verified that the project builds and tests pass with Ktor 3.1.1. --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 40e90c80350..da9f00da826 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,7 +45,7 @@ jsonassert = "1.5.0" kotest = "5.9.0" # Do not use 5.9.1 because it reverts the fix for https://github.com/kotest/kotest/issues/3981 kotestAssertionsCore = "5.8.1" kotlin = "2.0.21" -ktorVersion = "3.0.3" +ktorVersion = "3.1.1" legacySupportV4 = "1.0.0" lifecycleProcess = "2.3.1" material = "1.12.0"