Skip to content

Commit

Permalink
Update proto dependency
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423920737
  • Loading branch information
cushon authored and Error Prone Team committed Jan 24, 2022
1 parent a271a6b commit 1d6383e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@
<!-- Apache 2.0 -->
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.16.1</version>
<version>${protobuf.version}</version>
</dependency>
<dependency>
<!-- Apache 2.0 -->
Expand Down Expand Up @@ -269,7 +269,7 @@
<!-- BSD -->
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.7.1</version>
<version>${protobuf.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -424,9 +424,9 @@
<configuration>
<protoSourceRoot>src/main/proto</protoSourceRoot>
<protoTestSourceRoot>src/test/proto</protoTestSourceRoot>
<protocArtifact>com.google.protobuf:protoc:3.4.0:exe:${os.detected.classifier}</protocArtifact>
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
<pluginId>grpc-java</pluginId>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.0.1:exe:${os.detected.classifier}</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
<executions>
<execution>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
<maven-javadoc-plugin.version>3.1.0</maven-javadoc-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
<protobuf.version>3.19.2</protobuf.version>
<grpc.version>1.43.2</grpc.version>
</properties>

<organization>
Expand Down

0 comments on commit 1d6383e

Please sign in to comment.