Skip to content

Commit

Permalink
chore: update protobuf-java to conform grpc lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 28, 2021
1 parent 93683cc commit c2c72b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
<scope>import</scope>
<type>pom</type>
</dependency>
<!-- Force to use this version because MySQL connector depends on older version -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.19.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
Expand Down

0 comments on commit c2c72b6

Please sign in to comment.