From 7cd2234919062456bae94e882e302c65a1830912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 01:19:28 +0000 Subject: [PATCH] build(deps): bump protobufVersion from 4.29.3 to 4.30.0 Bumps `protobufVersion` from 4.29.3 to 4.30.0. Updates `com.google.protobuf:protobuf-javalite` from 4.29.3 to 4.30.0 Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.29.3 to 4.30.0 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- api/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 3b1c00c..ec31d34 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -35,7 +35,7 @@ android { dependencies { // 提供以下依赖的API给TvBox和插件使用 - val protobufVersion = "4.29.3" + val protobufVersion = "4.30.0" val jsoupVersion = "1.18.3" val ktxJsonVersion = "1.8.0" val retrofitVersion = "2.11.0"