Skip to content

Commit 21a8ddd

Browse files
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.
1 parent f98eadc commit 21a8ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jsonassert = "1.5.0"
4545
kotest = "5.9.0" # Do not use 5.9.1 because it reverts the fix for https://github.com/kotest/kotest/issues/3981
4646
kotestAssertionsCore = "5.8.1"
4747
kotlin = "2.0.21"
48-
ktorVersion = "3.0.3"
48+
ktorVersion = "3.1.1"
4949
legacySupportV4 = "1.0.0"
5050
lifecycleProcess = "2.3.1"
5151
material = "1.12.0"

0 commit comments

Comments
 (0)