We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 321cfdd commit 8b44c2aCopy full SHA for 8b44c2a
1 file changed
java/build.gradle
@@ -33,7 +33,7 @@ buildscript {
33
mavenCentral()
34
}
35
dependencies {
36
- classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
+ classpath 'com.google.protobuf:protobuf-gradle-plugin:0.9.3'
37
38
39
@@ -43,14 +43,14 @@ configurations {
43
44
45
46
- extraLibs 'com.google.protobuf:protobuf-java:3.21.1'
+ extraLibs 'com.google.protobuf:protobuf-java:3.23.0'
47
configurations.implementation.extendsFrom(configurations.extraLibs)
48
49
50
protobuf {
51
// Configure the protoc executable
52
protoc {
53
- artifact = 'com.google.protobuf:protoc:3.21.1'
+ artifact = 'com.google.protobuf:protoc:3.23.0'
54
55
// Make generator tasks visible in Eclipse.
56
generateProtoTasks {
0 commit comments