@@ -3,7 +3,7 @@ buildscript {
3
3
maven { url ' https://plugins.gradle.org/m2/' }
4
4
}
5
5
dependencies {
6
- classpath ' com.google.protobuf:protobuf-gradle-plugin:0.8.17 '
6
+ classpath ' com.google.protobuf:protobuf-gradle-plugin:0.9.4 '
7
7
classpath " org.jfrog.buildinfo:build-info-extractor-gradle:4.4.7"
8
8
classpath " org.ajoberstar:gradle-git:1.6.0"
9
9
}
@@ -14,25 +14,25 @@ plugins {
14
14
id ' idea'
15
15
id ' checkstyle'
16
16
id ' jacoco'
17
- id " com.google.protobuf" version " 0.8.17 "
17
+ id " com.google.protobuf" version " 0.9.4 "
18
18
id ' io.franzbecker.gradle-lombok' version ' 5.0.0'
19
19
id ' maven-publish'
20
20
id ' signing'
21
21
id " io.github.gradle-nexus.publish-plugin" version " 1.1.0"
22
22
}
23
23
24
24
group ' com.gotocompany'
25
- version ' 0.7.4 '
25
+ version ' 0.8.0 '
26
26
27
27
repositories {
28
28
mavenLocal()
29
29
mavenCentral()
30
30
}
31
31
32
32
dependencies {
33
- implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.23.2 '
33
+ implementation group : ' com.google.protobuf' , name : ' protobuf-java' , version : ' 3.25.0 '
34
34
implementation group : ' com.datadoghq' , name : ' java-dogstatsd-client' , version : ' 2.13.0'
35
- implementation group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : ' 3.23.2 '
35
+ implementation group : ' com.google.protobuf' , name : ' protobuf-java-util' , version : ' 3.25.0 '
36
36
implementation group : ' com.gotocompany' , name : ' stencil' , version : ' 0.6.0' exclude group : ' org.slf4j'
37
37
implementation group : ' org.aeonbits.owner' , name : ' owner' , version : ' 1.0.9'
38
38
implementation (group : ' com.google.cloud' , name : ' google-cloud-bigquerystorage' , version : ' 2.39.1' ) {
@@ -106,11 +106,11 @@ targetCompatibility = JavaVersion.VERSION_1_8
106
106
protobuf {
107
107
generatedFilesBaseDir = " $projectDir /src/generated"
108
108
protoc {
109
- artifact = " com.google.protobuf:protoc:3.1 .0"
109
+ artifact = " com.google.protobuf:protoc:3.25 .0"
110
110
}
111
111
plugins {
112
112
grpc {
113
- artifact = " io.grpc:protoc-gen-grpc-java:1.0.3 "
113
+ artifact = " io.grpc:protoc-gen-grpc-java:1.59.0 "
114
114
}
115
115
}
116
116
generateProtoTasks {
@@ -177,7 +177,7 @@ publishing {
177
177
}
178
178
179
179
signing {
180
- sign publishing. publications. maven
180
+ sign publishing. publications. maven
181
181
}
182
182
183
183
nexusPublishing {
0 commit comments