upgrade protobuf to 3.19.6

Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
iosmanthus 2022-10-28 20:23:27 +08:00
parent 64f9ffc7d4
commit 87a5c417cd
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.19.1</version>
<version>3.19.6</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.19.1</version>
<version>3.19.6</version>
</dependency>
<dependency>
<groupId>io.perfmark</groupId>