fix(deps): update dependency com.google.protobuf:protobuf-javalite to v4.29.1 (#5045)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-12-05 06:43:46 +08:00
committed by GitHub
parent 29994cec48
commit c4aa8d91ac

View File

@@ -42,7 +42,7 @@ allprojects {
}
plugins.withId('com.google.protobuf') {
def protocVersion = '4.29.0'
def protocVersion = '4.29.1'
protobuf {
// Configure the protoc executable
protoc {