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 {
33
33
mavenCentral()
34
34
}
35
35
dependencies {
36
- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.18 '
36
+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.9.3 '
37
37
}
38
38
}
39
39
@@ -43,14 +43,14 @@ configurations {
43
43
}
44
44
45
45
dependencies {
46
- extraLibs ' com.google.protobuf:protobuf-java:3.21.1 '
46
+ extraLibs ' com.google.protobuf:protobuf-java:3.23.0 '
47
47
configurations. implementation. extendsFrom(configurations. extraLibs)
48
48
}
49
49
50
50
protobuf {
51
51
// Configure the protoc executable
52
52
protoc {
53
- artifact = ' com.google.protobuf:protoc:3.21.1 '
53
+ artifact = ' com.google.protobuf:protoc:3.23.0 '
54
54
}
55
55
// Make generator tasks visible in Eclipse.
56
56
generateProtoTasks {
You can’t perform that action at this time.
0 commit comments