diff options
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | sangria-log4j/pom.xml | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -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> |