Skip to content

Commit

Permalink
Updated versions of dependencies:
Browse files Browse the repository at this point in the history
neo4j.driver=5.24.0
testcontainers=1.20.1
junit=5.11.0
  • Loading branch information
neo-tobias committed Sep 17, 2024
1 parent de15b5f commit 0cf9e44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

<properties>
<java.version>17</java.version>
<junit.version>5.10.0</junit.version>
<neo4j.driver.version>4.4.11</neo4j.driver.version>
<junit.version>5.11.0</junit.version>
<neo4j.driver.version>5.24.0</neo4j.driver.version>
<surefire.version>3.1.2</surefire.version>
<testcontainers.version>1.18.0</testcontainers.version>
<testcontainers.version>1.20.1</testcontainers.version>
</properties>

<profiles>
Expand Down

0 comments on commit 0cf9e44

Please sign in to comment.