Skip to content

Commit

Permalink
Merge pull request #8 from sqrrm/guava-version-revert
Browse files Browse the repository at this point in the history
Revert guava version to 20.0
  • Loading branch information
ripcurlx committed Sep 2, 2019
2 parents 27b9433 + 9448a3a commit 975ff5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions daemon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.0.1-jre</version>
<version>20.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
<version>3.0.2</version>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 975ff5d

Please sign in to comment.