Skip to content

Commit

Permalink
build(deps): bump protobufVersion from 4.29.1 to 4.29.2
Browse files Browse the repository at this point in the history
Bumps `protobufVersion` from 4.29.1 to 4.29.2.

Updates `com.google.protobuf:protobuf-javalite` from 4.29.1 to 4.29.2

Updates `com.google.protobuf:protobuf-kotlin-lite` from 4.29.1 to 4.29.2

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-javalite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-kotlin-lite
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2024
1 parent 754a298 commit 11ca3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ android {

dependencies {
// 提供以下依赖的API给TvBox和插件使用
val protobufVersion = "4.29.1"
val protobufVersion = "4.29.2"
val jsoupVersion = "1.18.3"
val ktxJsonVersion = "1.7.3"
val retrofitVersion = "2.11.0"
Expand Down

0 comments on commit 11ca3f8

Please sign in to comment.