Skip to content

Commit

Permalink
build.gradle: update protobuf-javalite to 4.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Apr 27, 2024
1 parent 074543e commit aa86ee8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = '0.17-SNAPSHOT'
dependencies {
api 'org.bouncycastle:bcprov-jdk15to18:1.77'
api 'com.google.guava:guava:33.1.0-android'
api 'com.google.protobuf:protobuf-javalite:3.22.5'
api 'com.google.protobuf:protobuf-javalite:4.26.1'
implementation 'org.slf4j:slf4j-api:2.0.12'
implementation 'net.jcip:jcip-annotations:1.0'
testImplementation 'junit:junit:4.13.2'
Expand Down Expand Up @@ -52,7 +52,7 @@ compileJava {

protobuf {
protoc {
artifact = 'com.google.protobuf:protoc:3.22.5'
artifact = 'com.google.protobuf:protoc:4.26.1'
}
generateProtoTasks {
all().each { task ->
Expand Down

0 comments on commit aa86ee8

Please sign in to comment.