Skip to content

Commit

Permalink
Merge branch 'master' into neo4j4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras authored Oct 19, 2020
2 parents 88d49e2 + 3797b08 commit 467834a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion julielab-neo4j-plugins-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.1</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -103,6 +103,6 @@
</dependencyManagement>
<properties>
<neo4j-release-version>4.0.4</neo4j-release-version>
<jackson-release-version>2.9.10.4</jackson-release-version>
<jackson-release-version>2.10.0.pr1</jackson-release-version>
</properties>
</project>

0 comments on commit 467834a

Please sign in to comment.