Skip to content

Commit

Permalink
update protobuf-java to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
robberphex committed Apr 14, 2022
1 parent 67e36d9 commit e11255e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion opensergo-dashboard-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,15 @@
<artifactId>grpc-core</artifactId>
<version>1.42.2</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.20.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.19.4</version>
<version>3.20.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e11255e

Please sign in to comment.