Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kramer committed Aug 16, 2015
1 parent 7669a14 commit b888ea6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion jest-droid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
<version>1.6.1-RC1</version>
<version>1.7.12</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ public String getRestMethodName() {

assertEquals("200", jsonObject.get("status").getAsString());
JsonObject versionObj = jsonObject.get("version").getAsJsonObject();
assertEquals("1.5.2", versionObj.get("number").getAsString());
assertEquals("1.7.1", versionObj.get("number").getAsString());
}
}
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<elasticsearch.version>1.5.2</elasticsearch.version>
<elasticsearch.version>1.7.1</elasticsearch.version>

<lucene.version>4.10.4</lucene.version>
<hamcrest.version>1.3</hamcrest.version>
<randomizedtesting.version>2.1.11</randomizedtesting.version>
<groovy.version>2.4.0</groovy.version>
<randomizedtesting.version>2.1.14</randomizedtesting.version>
<groovy.version>2.4.4</groovy.version>

<httpcore.version>4.4.1</httpcore.version>
<httpclient.version>4.4.1</httpclient.version>
<httpclient.version>4.5</httpclient.version>
<httpAsyncClient.version>4.1</httpAsyncClient.version>
<httpclientandroid.version>4.3.5.1</httpclientandroid.version>

Expand Down

0 comments on commit b888ea6

Please sign in to comment.