Skip to content

Commit

Permalink
⬆️ Add version to dependency com.google.protobuf:protobuf-java-util:
Browse files Browse the repository at this point in the history
  • Loading branch information
ujibang committed Aug 9, 2022
1 parent b6c53e4 commit 5ca029f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.20.0</version>
<version>3.21.4</version>
</dependency>
<dependency>
<groupId>com.googlecode.protobuf-java-format</groupId>
<artifactId>protobuf-java-format</artifactId>
<version>1.4</version>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.21.4</version>
</dependency>
<dependency>
<groupId>com.mashape.unirest</groupId>
Expand Down

0 comments on commit 5ca029f

Please sign in to comment.