Skip to content

Commit

Permalink
Merge pull request #8 from h3nrique/main
Browse files Browse the repository at this point in the history
Upgrade protobuf lib.
  • Loading branch information
sleipnir authored Jul 10, 2024
2 parents 41e2e42 + 8420594 commit afe013f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<junit.version>4.13.2</junit.version>
<mysql-connector.version>8.4.0</mysql-connector.version>
<okhttp.version>4.12.0</okhttp.version>
<protobuf.version>4.26.1</protobuf.version>
<protobuf.version>4.27.2</protobuf.version>
<testcontainers.version>1.19.8</testcontainers.version>
</properties>

Expand Down Expand Up @@ -110,9 +110,9 @@
<artifactId>protobuf-maven-plugin</artifactId>
<version>0.6.1</version>
<configuration>
<protocArtifact>com.google.protobuf:protoc:4.26.1: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.64.0:exe:${os.detected.classifier}</pluginArtifact>
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.65.0:exe:${os.detected.classifier}</pluginArtifact>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit afe013f

Please sign in to comment.