Skip to content

Commit

Permalink
Update Java build to use Protobuf 3.23.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 532072047
Change-Id: I365f23f25fa8794ebe4940c171683e5c3b7d0161
  • Loading branch information
cblichmann authored and copybara-github committed May 15, 2023
1 parent 321cfdd commit 8b44c2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
}
}

Expand All @@ -43,14 +43,14 @@ configurations {
}

dependencies {
extraLibs 'com.google.protobuf:protobuf-java:3.21.1'
extraLibs 'com.google.protobuf:protobuf-java:3.23.0'
configurations.implementation.extendsFrom(configurations.extraLibs)
}

protobuf {
// Configure the protoc executable
protoc {
artifact = 'com.google.protobuf:protoc:3.21.1'
artifact = 'com.google.protobuf:protoc:3.23.0'
}
// Make generator tasks visible in Eclipse.
generateProtoTasks {
Expand Down

0 comments on commit 8b44c2a

Please sign in to comment.