From 0178a7c8613e74e35a59d57b0f22761f9352b72d Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Sat, 12 Aug 2023 00:25:47 +0200 Subject: [PATCH] Update protobuf 3.24.0 and protobuf plugin 0.9.4 - https://github.com/protocolbuffers/protobuf/releases/tag/v24.0 - https://github.com/google/protobuf-gradle-plugin/releases/tag/v0.9.4 - Avoid eagerly resolving input files in ProtobufExtract. This bug would cause a lot of invalidations of configuration cache when upgrading to Gradle 8.1. (#719) - Fix plugin compatibility with Kotlin Gradle Plugin 1.9.0 release. (#721) --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a6e49c0f7..1187f1ccc 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -45,8 +45,8 @@ kotlinxSerializationJson = "1.5.1" ksp = "1.9.0-1.0.11" lint = "31.0.2" okhttp = "4.10.0" -protobuf = "3.23.4" -protobufPlugin = "0.9.3" +protobuf = "3.24.0" +protobufPlugin = "0.9.4" retrofit = "2.9.0" retrofitKotlinxSerializationJson = "1.0.0" room = "2.5.2"