Skip to content

Commit

Permalink
fix: embedded-neo4j/pom.xml to reduce vulnerabilities (#1567)
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-IONETTY-1042268

Co-authored-by: snyk-bot <[email protected]>
  • Loading branch information
rotemplay and snyk-bot authored Oct 26, 2023
1 parent a99f12b commit 59bf43c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-neo4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<artifactId>embedded-neo4j</artifactId>

<properties>
<neo4j-java-driver.version>5.13.0</neo4j-java-driver.version>
<neo4j-java-driver.version>5.14.0</neo4j-java-driver.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 59bf43c

Please sign in to comment.