Skip to content

Commit 78ed3de

Browse files
authored
build: upgrade neo4j and netty (#795)
1 parent 5778624 commit 78ed3de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<mockito-bom.version>5.18.0</mockito-bom.version>
7171
<neo4j.configuration-lifecycle.version>1.1.0</neo4j.configuration-lifecycle.version>
7272
<neo4j.java.driver.version>4.4.20</neo4j.java.driver.version>
73-
<neo4j.version>4.4.44</neo4j.version>
73+
<neo4j.version>4.4.45</neo4j.version>
7474
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7575
<scala-library.version>2.12.20</scala-library.version>
7676
<slf4j-api.version>1.7.36</slf4j-api.version>
@@ -89,7 +89,7 @@
8989
<dependency>
9090
<groupId>io.netty</groupId>
9191
<artifactId>netty-bom</artifactId>
92-
<version>4.1.123.Final</version>
92+
<version>4.1.126.Final</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>

0 commit comments

Comments
 (0)