upgrade protobuf

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
iosmanthus 2022-09-21 13:35:36 +08:00
parent d1ea8454c9
commit 64f9ffc7d4
No known key found for this signature in database
GPG Key ID: DEE5BAABFE092169
1 changed files with 2 additions and 2 deletions

View File

@ -75,12 +75,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.16.1</version>
<version>3.19.1</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.16.1</version>
<version>3.19.1</version>
</dependency>
<dependency>
<groupId>io.perfmark</groupId>