From ad4568b756c9067b4dafe3de7b7946366b447808 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 05:04:50 +0000 Subject: [PATCH] build(deps): bump protobufVersion from 4.33.3 to 4.33.4 Bumps `protobufVersion` from 4.33.3 to 4.33.4. Updates `com.google.protobuf:protobuf-javalite` from 4.33.3 to 4.33.4 Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.33.3 to 4.33.4 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-javalite dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-version: 4.33.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 09e5d38..72f28d1 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -38,7 +38,7 @@ kotlin { dependencies { // 提供以下依赖的API给TvBox和插件使用 - val protobufVersion = "4.33.3" + val protobufVersion = "4.33.4" val jsoupVersion = "1.22.1" val ktxJsonVersion = "1.9.0" val retrofitVersion = "3.0.0"