Skip to content

Commit 675ac10

Browse files
authored
Update dependencies (neo4j#908)
1 parent 1b4929d commit 675ac10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<maven.compiler.target>1.8</maven.compiler.target>
1111
<rootDir>${project.basedir}</rootDir>
1212
<surefire.and.failsafe.version>2.22.1</surefire.and.failsafe.version>
13-
<junit.version>5.6.2</junit.version>
13+
<junit.version>5.7.2</junit.version>
1414
<parallelizable.it.forkCount>1C</parallelizable.it.forkCount>
1515
<!-- All tests tagged are to be executed in parallel -->
1616
<parallelizable.it.tags>parallelizableIT</parallelizable.it.tags>
@@ -75,7 +75,7 @@
7575
<!-- corresponding server dependency also needs updating.-->
7676
<groupId>io.projectreactor</groupId>
7777
<artifactId>reactor-bom</artifactId>
78-
<version>Dysprosium-SR19</version>
78+
<version>Dysprosium-SR20</version>
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>org.graalvm.nativeimage</groupId>
142142
<artifactId>svm</artifactId>
143-
<version>20.3.1.2</version>
143+
<version>20.3.2</version>
144144
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
145145
<scope>provided</scope>
146146
</dependency>

0 commit comments

Comments
 (0)