Skip to content

Commit

Permalink
proto 3.21.7 (#3618)
Browse files Browse the repository at this point in the history
  • Loading branch information
chetangudisagar committed May 18, 2023
1 parent 7e42caf commit 9f8422e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion corfudb-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.6.1</version>
<version>${protobuf.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion infrastructure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.6.1</protocVersion>
<protocVersion>${protobuf.version}</protocVersion>
<includeStdTypes>true</includeStdTypes>
<addProtoSources>inputs</addProtoSources>
<includeMavenTypes>direct</includeMavenTypes>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<slf4j.version>1.7.32</slf4j.version>
<netty.version>4.1.89.Final</netty.version>
<netty.tcnative.version>2.0.56.Final</netty.tcnative.version>
<protobuf.version>3.6.1</protobuf.version>
<protobuf.version>3.21.7</protobuf.version>
<commons.io.version>2.11.0</commons.io.version>
<lombok.version>1.18.24</lombok.version>
<guava.version>28.0-jre</guava.version>
Expand Down
2 changes: 1 addition & 1 deletion runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.6.1</protocVersion>
<protocVersion>${protobuf.version}</protocVersion>
<includeStdTypes>true</includeStdTypes>
<inputDirectories>
<include>proto</include>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.6.1</protocVersion>
<protocVersion>${protobuf.version}</protocVersion>
<includeStdTypes>true</includeStdTypes>
<addProtoSources>inputs</addProtoSources>
<includeMavenTypes>direct</includeMavenTypes>
Expand Down
2 changes: 1 addition & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.6.1</protocVersion>
<protocVersion>${protobuf.version}</protocVersion>
<includeStdTypes>true</includeStdTypes>
<addProtoSources>inputs</addProtoSources>
<includeDirectories>
Expand Down
2 changes: 1 addition & 1 deletion utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<goal>run</goal>
</goals>
<configuration>
<protocVersion>3.6.1</protocVersion>
<protocVersion>${protobuf.version}</protocVersion>
<includeStdTypes>true</includeStdTypes>
<addProtoSources>inputs</addProtoSources>
<includeMavenTypes>direct</includeMavenTypes>
Expand Down

0 comments on commit 9f8422e

Please sign in to comment.