diff --git a/gradle/elide.versions.toml b/gradle/elide.versions.toml index 59dccc52cd..5fe724e4e2 100644 --- a/gradle/elide.versions.toml +++ b/gradle/elide.versions.toml @@ -161,7 +161,7 @@ sqlite = "3.40.0.0" snappy = "1.1.8.4" msgpack = "0.9.3" larray = "0.2.1" -google_api_common = "2.3.1" +google_api_common = "2.4.0" google_html_types = "1.0.8" reactivestreams = "1.0.4" kotlin_dataframe = "0.9.0-dev-1059" diff --git a/tools/plugin/gradle-plugin/gradle/libs.versions.toml b/tools/plugin/gradle-plugin/gradle/libs.versions.toml index 0b80b2ec07..99c0ddc6bb 100644 --- a/tools/plugin/gradle-plugin/gradle/libs.versions.toml +++ b/tools/plugin/gradle-plugin/gradle/libs.versions.toml @@ -11,7 +11,7 @@ kotlinx_collections = "0.3.5" kotlinx_datetime = "0.4.0" kotlinx_serialization = "1.4.1" kotlinx_abiValidator = "0.12.1" -google_api_common = "2.2.2" +google_api_common = "2.4.0" google_html_types = "1.0.8" atomicfu = "0.18.5" pluginPublish = "0.21.0"