Skip to content

Commit 1662a87

Browse files
committed
Update Java driver to include Netty fix
The recent Java driver configures Netty so that it spawns deamon threads for its event loops and therefore does not block application when they shut down. This is especially useful for CLI applications using the JDBC driver. See neo4j/neo4j-java-driver#918 for more context.
1 parent 23c3569 commit 1662a87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<mockito.version>3.12.4</mockito.version>
8282
<junit.version>4.13.2</junit.version>
8383
<jmh.version>1.19</jmh.version>
84-
<neo4j.java.driver.version>4.3.1</neo4j.java.driver.version>
84+
<neo4j.java.driver.version>4.3.4</neo4j.java.driver.version>
8585
<neo4j.version>4.3.0</neo4j.version>
8686
<httpclient.version>4.5.13</httpclient.version>
8787
<jackson.version>2.11.0</jackson.version>

0 commit comments

Comments
 (0)