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