Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
build(deps): bump com.google.protobuf:protobuf-javalite
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-javalite from 4.28.3 to 4.29.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 28, 2024
1 parent b675a73 commit c6c0226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BilibiliLiveApiClient/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ java {
dependencies {
api project(path: ':HttpJsonClient')
implementation 'org.java-websocket:Java-WebSocket:1.5.7'
api 'com.google.protobuf:protobuf-javalite:4.28.3'
api 'com.google.protobuf:protobuf-javalite:4.29.0'

implementation 'commons-codec:commons-codec:1.17.1'

Expand Down

0 comments on commit c6c0226

Please sign in to comment.