summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2014-09-15 20:56:02 -0400
committerTavian Barnes <tavianator@tavianator.com>2014-09-15 20:56:02 -0400
commit4840690222644d7398749922ac3128ff726c5124 (patch)
treefa35c18b7ef6c73ae0061a22a6eab1fe329cee13
parent096baf42f69522d210cdc0895e4175dbc52e0bbd (diff)
downloadsangria-4840690222644d7398749922ac3128ff726c5124.tar.xz
Bump dependency versions.
-rw-r--r--pom.xml4
-rw-r--r--sangria-log4j/pom.xml4
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 794108c..3eada4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -99,13 +99,13 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>17.0</version>
+ <version>18.0</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
- <version>2.0.3</version>
+ <version>3.0.0</version>
</dependency>
<dependency>
diff --git a/sangria-log4j/pom.xml b/sangria-log4j/pom.xml
index f05b454..224081d 100644
--- a/sangria-log4j/pom.xml
+++ b/sangria-log4j/pom.xml
@@ -29,7 +29,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.0-rc1</version>
+ <version>2.0.2</version>
</dependency>
<dependency>
@@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.0-rc1</version>
+ <version>2.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>