From 6f97d996ee7473c3bdbb898cebda1070aeadaa7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:47:00 +0800 Subject: [PATCH] build(deps): bump com.google.protobuf:protobuf-javalite (#256) Bumps com.google.protobuf:protobuf-javalite from 4.27.1 to 4.27.2. --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-javalite dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- BilibiliLiveApiClient/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BilibiliLiveApiClient/build.gradle b/BilibiliLiveApiClient/build.gradle index db1879b..daf0401 100644 --- a/BilibiliLiveApiClient/build.gradle +++ b/BilibiliLiveApiClient/build.gradle @@ -10,7 +10,7 @@ java { dependencies { api project(path: ':HttpJsonClient') implementation 'org.java-websocket:Java-WebSocket:1.5.6' - api 'com.google.protobuf:protobuf-javalite:4.27.1' + api 'com.google.protobuf:protobuf-javalite:4.27.2' implementation 'commons-codec:commons-codec:1.17.0'