Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 995a771

Browse files
authored
Merge pull request #121 from praveenag/master
upgrading to driver 1.6.1
2 parents 8f3a846 + 8a9de6f commit 995a771

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ ext {
6565
gitVersion = 'git describe --tags --match [0-9]*'.execute([], project.rootDir).text.trim()
6666

6767
if (project.hasProperty('buildVersion')) {
68-
buildVersion = project.buildVersion
68+
buildVersion = project.buildVersion
6969
} else {
70-
buildVersion = gitVersion
70+
buildVersion = gitVersion
7171
}
7272

7373
argparse4jVersion = '0.7.0'
7474
junitVersion = '4.12'
75-
neo4jJavaVersion = '1.6.0'
75+
neo4jJavaVersion = '1.6.1'
7676
findbugsVersion = '3.0.0'
7777
jansiVersion = '1.13'
7878
jlineVersion = '2.14.2'

cypher-shell/src/test/java/org/neo4j/shell/prettyprint/TableOutputFormatterTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ public void prettyPrintDurationWithNoTrailingZeroes() throws Exception {
131131
String actual = verbosePrinter.format(new BoltResult(asList(record), statementResult));
132132

133133
// then
134-
System.out.println(actual);
135134
assertThat(actual, containsString("| P1M2DT3S |"));
136135
}
137136

0 commit comments

Comments
 (0)