build.gradle: update protobuf-javalite to 3.22.5

This commit is contained in:
Andreas Schildbach 2023-11-16 15:47:29 +01:00
parent 7b6f48a739
commit fe6382d850

View file

@ -12,7 +12,7 @@ version = '0.17-SNAPSHOT'
dependencies { dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.77' api 'org.bouncycastle:bcprov-jdk15to18:1.77'
api 'com.google.guava:guava:32.1.3-android' api 'com.google.guava:guava:32.1.3-android'
api 'com.google.protobuf:protobuf-javalite:3.22.3' api 'com.google.protobuf:protobuf-javalite:3.22.5'
implementation 'org.slf4j:slf4j-api:2.0.9' implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'net.jcip:jcip-annotations:1.0' implementation 'net.jcip:jcip-annotations:1.0'
testImplementation 'junit:junit:4.13.2' testImplementation 'junit:junit:4.13.2'
@ -39,7 +39,7 @@ compileJava {
protobuf { protobuf {
protoc { protoc {
artifact = 'com.google.protobuf:protoc:3.22.3' artifact = 'com.google.protobuf:protoc:3.22.5'
} }
generateProtoTasks { generateProtoTasks {
all().each { task -> all().each { task ->