mirror of https://github.com/tikv/client-java.git
upgrade protobuf to 3.19.6
Signed-off-by: iosmanthus <myosmanthustree@gmail.com>
This commit is contained in:
parent
64f9ffc7d4
commit
87a5c417cd
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue