Skip to content

Commit e11255e

Browse files
committed
update protobuf-java to 3.2.0.
To avoid protocolbuffers/protobuf#7970
1 parent 67e36d9 commit e11255e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

opensergo-dashboard-server/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,15 @@
8181
<artifactId>grpc-core</artifactId>
8282
<version>1.42.2</version>
8383
</dependency>
84+
<dependency>
85+
<groupId>com.google.protobuf</groupId>
86+
<artifactId>protobuf-java</artifactId>
87+
<version>3.20.0</version>
88+
</dependency>
8489
<dependency>
8590
<groupId>com.google.protobuf</groupId>
8691
<artifactId>protobuf-java-util</artifactId>
87-
<version>3.19.4</version>
92+
<version>3.20.0</version>
8893
</dependency>
8994

9095
<dependency>

0 commit comments

Comments
 (0)