Skip to content

Commit

Permalink
chore: add grpc-bom dependency to force use latest libs
Browse files Browse the repository at this point in the history
  • Loading branch information
yurem committed Dec 23, 2021
1 parent 9d6fb91 commit d68056d
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 @@ -664,6 +664,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>

<!-- Metrics -->
<dependency>
Expand Down

0 comments on commit d68056d

Please sign in to comment.