Skip to content

Commit afe013f

Browse files
authored
Merge pull request #8 from h3nrique/main
Upgrade protobuf lib.
2 parents 41e2e42 + 8420594 commit afe013f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<junit.version>4.13.2</junit.version>
1717
<mysql-connector.version>8.4.0</mysql-connector.version>
1818
<okhttp.version>4.12.0</okhttp.version>
19-
<protobuf.version>4.26.1</protobuf.version>
19+
<protobuf.version>4.27.2</protobuf.version>
2020
<testcontainers.version>1.19.8</testcontainers.version>
2121
</properties>
2222

@@ -110,9 +110,9 @@
110110
<artifactId>protobuf-maven-plugin</artifactId>
111111
<version>0.6.1</version>
112112
<configuration>
113-
<protocArtifact>com.google.protobuf:protoc:4.26.1:exe:${os.detected.classifier}</protocArtifact>
113+
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
114114
<pluginId>grpc-java</pluginId>
115-
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.64.0:exe:${os.detected.classifier}</pluginArtifact>
115+
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.65.0:exe:${os.detected.classifier}</pluginArtifact>
116116
</configuration>
117117
<executions>
118118
<execution>

0 commit comments

Comments
 (0)