diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 50b4e1c8..e1a0cf7b 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("io.ktor:ktor-client-core:2.2.1") implementation("io.ktor:ktor-client-cio:2.2.1") implementation("io.ktor:ktor-client-gson:2.2.1") - implementation("io.ktor:ktor-serialization-gson:2.2.1") + implementation("io.ktor:ktor-serialization-gson:2.3.0") } // Set the JVM language level used to build the project. Use Java 11 for 2020.3+, and Java 17 for 2022.2+.