Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 7d01b0b

Browse files
authored
Gradle: Upgrade dependency versions. (#193)
1 parent e43d650 commit 7d01b0b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,17 @@ jar.manifest {
2525
'Target-Compatibility': targetCompatibility)
2626
}
2727

28-
def protobufVersion = '3.5.1'
29-
def protocVersion = '3.5.1'
30-
def grpcVersion = "1.14.0" // CURRENT_GRPC_VERSION
28+
def protobufVersion = '3.7.0'
29+
def protocVersion = '3.7.0'
30+
def grpcVersion = "1.19.0" // CURRENT_GRPC_VERSION
31+
def javaxAnnotationVersion = '1.3.2'
3132

3233
buildscript {
3334
repositories {
3435
maven { url "https://plugins.gradle.org/m2/" }
3536
}
3637
dependencies {
37-
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.6"
38+
classpath "com.google.protobuf:protobuf-gradle-plugin:0.8.8"
3839
}
3940
}
4041

@@ -51,7 +52,7 @@ dependencies {
5152
"io.grpc:grpc-protobuf:${grpcVersion}",
5253
"io.grpc:grpc-stub:${grpcVersion}"
5354

54-
compileOnly "javax.annotation:javax.annotation-api:1.2"
55+
compileOnly "javax.annotation:javax.annotation-api:${javaxAnnotationVersion}"
5556
}
5657

5758
protobuf {

0 commit comments

Comments
 (0)