Skip to content

Commit 8b44c2a

Browse files
cblichmanncopybara-github
authored andcommitted
Update Java build to use Protobuf 3.23.0
PiperOrigin-RevId: 532072047 Change-Id: I365f23f25fa8794ebe4940c171683e5c3b7d0161
1 parent 321cfdd commit 8b44c2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

java/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
mavenCentral()
3434
}
3535
dependencies {
36-
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
36+
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
3737
}
3838
}
3939

@@ -43,14 +43,14 @@ configurations {
4343
}
4444

4545
dependencies {
46-
extraLibs 'com.google.protobuf:protobuf-java:3.21.1'
46+
extraLibs 'com.google.protobuf:protobuf-java:3.23.0'
4747
configurations.implementation.extendsFrom(configurations.extraLibs)
4848
}
4949

5050
protobuf {
5151
// Configure the protoc executable
5252
protoc {
53-
artifact = 'com.google.protobuf:protoc:3.21.1'
53+
artifact = 'com.google.protobuf:protoc:3.23.0'
5454
}
5555
// Make generator tasks visible in Eclipse.
5656
generateProtoTasks {

0 commit comments

Comments
 (0)