build.gradle: update protobuf-javalite to 4.29.3

This commit is contained in:
Andreas Schildbach 2025-01-19 21:25:29 +01:00
parent 1f2d1d5fe8
commit 8c370824f7

View file

@ -11,7 +11,7 @@ version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.80'
api 'com.google.guava:guava:33.4.0-android'
api 'com.google.protobuf:protobuf-javalite:4.28.3'
api 'com.google.protobuf:protobuf-javalite:4.29.3'
implementation 'org.slf4j:slf4j-api:2.0.16'
implementation 'net.jcip:jcip-annotations:1.0'
testImplementation 'junit:junit:4.13.2'
@ -52,7 +52,7 @@ compileJava {
protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:4.28.3'
artifact = 'com.google.protobuf:protoc:4.29.3'
}
generateProtoTasks {
all().each { task ->