We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24d0087 commit b0764e8Copy full SHA for b0764e8
java_deps/jars.mk
@@ -27,7 +27,7 @@ ECLIPSE_JARS = \
27
org.eclipse.osgi-3.9.1.v20130814-1242.jar \
28
org.eclipse.text-3.5.101.jar
29
30
-GUAVA_JAR = guava-13.0.jar
+GUAVA_JAR = guava-14.0.1.jar
31
32
JSR305_JAR = jsr305-2.0.2.jar
33
JSR305_SOURCE_JAR = jsr305-2.0.2.jar
java_deps/pom.xml
@@ -53,7 +53,7 @@
53
<dependency>
54
<groupId>com.google.guava</groupId>
55
<artifactId>guava</artifactId>
56
- <version>13.0</version>
+ <version>14.0.1</version>
57
<scope>compile</scope>
58
</dependency>
59
0 commit comments