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 (#274)
Browse files Browse the repository at this point in the history
Bumps com.google.protobuf:protobuf-javalite from 4.27.2 to 4.27.3.

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent f2fb0eb commit b2d89a1
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.27.2'
api 'com.google.protobuf:protobuf-javalite:4.27.3'

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

Expand Down

0 comments on commit b2d89a1

Please sign in to comment.