diff --git a/pom.xml b/pom.xml
index ff6ef3b5..ce2b9f23 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,13 @@
Compile Testing
Utilities for testing compilation.
+
+ 19.0
+ 0.28
+ 4.12
+ 3.0.1
+
+
http://github.com/google/compile-testing
GitHub
@@ -28,7 +35,7 @@
- 3.0.3
+ 3.1.1
scm:git:http://github.com/google/compile-testing
@@ -40,17 +47,17 @@
junit
junit
- 4.11
+ ${junit.version}
com.google.truth
truth
- 0.25
+ ${truth.version}
com.google.guava
guava
- 18.0
+ ${guava.version}
com.sun
@@ -62,16 +69,12 @@
com.google.code.findbugs
jsr305
- 1.3.9
+ ${jsr305.version}
true
-
- maven-jar-plugin
- 2.5
-
maven-compiler-plugin
3.1
@@ -91,6 +94,10 @@
deploy
+
+ maven-jar-plugin
+ 2.5
+