Skip to content

Commit e0566d8

Browse files
committed
fix: pom.xml to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-6616648 - https://snyk.io/vuln/SNYK-JAVA-ORGGRAALVMSDK-6616653
1 parent 1294daa commit e0566d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<kafka.version>3.4.1</kafka.version>
5757
<jackson.version>2.15.2</jackson.version>
5858
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
59-
<neo4j.java.driver.version>4.4.12</neo4j.java.driver.version>
59+
<neo4j.java.driver.version>5.0.0</neo4j.java.driver.version>
6060
<testcontainers.version>1.19.2</testcontainers.version>
6161
<avro.version>1.11.3</avro.version>
6262
<mockito.version>5.6.0</mockito.version>

0 commit comments

Comments
 (0)