Skip to content

Commit

Permalink
🔖 Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mfalcier committed Sep 26, 2017
1 parent 834ead0 commit c22aa21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ repositories {
}

dependencies {
testCompile group: 'org.neo4j.test', name: 'neo4j-harness', version:'3.2.3'
testCompile group: 'org.neo4j.test', name: 'neo4j-harness', version:'3.2.4'
testCompile group: 'org.neo4j.driver', name: 'neo4j-java-driver', version:'1.4.3'
testCompile group: 'junit', name: 'junit', version:'4.12'
testCompile group: 'org.hamcrest', name: 'hamcrest-junit', version:'2.0.0.0'
testCompile group: 'org.mockito', name: 'mockito-core', version:'2.10.0'
compile group: 'org.neo4j', name: 'neo4j', version:'3.2.3'
compile group: 'org.neo4j', name: 'neo4j', version:'3.2.4'
}

0 comments on commit c22aa21

Please sign in to comment.