Skip to content

Commit 8420594

Browse files
committed
Upgrade protobuf lib.
1 parent fbb235c commit 8420594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 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,7 +110,7 @@
110110
<artifactId>protobuf-maven-plugin</artifactId>
111111
<version>0.6.1</version>
112112
<configuration>
113-
<protocArtifact>com.google.protobuf:protoc:4.27.2:exe:${os.detected.classifier}</protocArtifact>
113+
<protocArtifact>com.google.protobuf:protoc:${protobuf.version}:exe:${os.detected.classifier}</protocArtifact>
114114
<pluginId>grpc-java</pluginId>
115115
<pluginArtifact>io.grpc:protoc-gen-grpc-java:1.65.0:exe:${os.detected.classifier}</pluginArtifact>
116116
</configuration>

0 commit comments

Comments
 (0)