From 6104939880f5a8b51fdee5a4c24a288c14a06f91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:54:25 +0000 Subject: [PATCH] build(deps): bump protobufVersion from 4.34.0 to 4.34.1 Bumps `protobufVersion` from 4.34.0 to 4.34.1. Updates `com.google.protobuf:protobuf-javalite` from 4.34.0 to 4.34.1 Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.34.0 to 4.34.1 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-javalite dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-kotlin-lite dependency-version: 4.34.1 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 f8d26dc..ef3dc24 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -42,7 +42,7 @@ kotlin { dependencies { // 提供以下依赖的API给TvBox和插件使用 - val protobufVersion = "4.34.0" + val protobufVersion = "4.34.1" val jsoupVersion = "1.22.1" val ktxJsonVersion = "1.10.0" val retrofitVersion = "3.0.0"