File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
4545dependencies {
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
5050protobuf {
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 {
You can’t perform that action at this time.
0 commit comments