We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2712376 commit 6ca74b9Copy full SHA for 6ca74b9
1 file changed
pom.xml
@@ -47,14 +47,8 @@
47
<dependency>
48
<groupId>com.google.guava</groupId>
49
<artifactId>guava</artifactId>
50
- <version>32.1.3-jre</version>
+ <version>33.4.0-jre</version>
51
<scope>test</scope>
52
- <exclusions>
53
- <exclusion>
54
- <groupId>com.google.code.findbugs</groupId>
55
- <artifactId>jsr305</artifactId>
56
- </exclusion>
57
- </exclusions>
58
</dependency>
59
60
<groupId>com.jakewharton.byteunits</groupId>
0 commit comments