Skip to content

Commit

Permalink
build(dependencies): updated dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
freemo committed Sep 6, 2017
1 parent 92f6fc2 commit 690e049
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
contain examples how these classes and methods can be used.

* Updated the following dependencies
* tinkergraph-gremlin: 3.2.4 -> 3.2.5
* guava 22.0 -> 23.0
* byte-buddy 1.7.1 -> 1.7.5
* gremlin-core 3.2.5 -> 3.3.0
* tinkergraph-gremlin 3.2.4 -> 3.3.0

* Methods set with the Property annotation now accept null values.

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,12 +158,12 @@
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>gremlin-core</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
<artifactId>tinkergraph-gremlin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -178,7 +178,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>22.0</version>
<version>23.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
Expand All @@ -189,7 +189,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.7.1</version>
<version>1.7.5</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 690e049

Please sign in to comment.