Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
Fix guava version (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
kabochya authored Jul 31, 2020
1 parent 8868b87 commit 2b9b418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drkafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>23.0</version>
<version>27.0.1-jre</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 2b9b418

Please sign in to comment.