Skip to content

Commit

Permalink
Upgrade dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Kashtanov authored and Oleg Kashtanov committed Jul 7, 2021
1 parent 2d6d515 commit da52665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions driver-pravega/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,19 +62,19 @@
<dependency>
<groupId>io.pravega</groupId>
<artifactId>pravega-keycloak-client</artifactId>
<version>0.8.0</version>
<version>0.9.0</version>
</dependency>

<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
<version>1.24.2</version>
<version>1.36.0</version>
</dependency>

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<version>4.1.50.Final</version>
<version>4.1.65.Final</version>
</dependency>

<dependency>
Expand Down

0 comments on commit da52665

Please sign in to comment.