Skip to content

Commit dacf714

Browse files
committed
Update dependencies
1 parent 14ea4ff commit dacf714

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.7.1</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>
@@ -68,7 +68,7 @@
6868
<!-- corresponding server dependency also needs updating.-->
6969
<groupId>io.netty</groupId>
7070
<artifactId>netty-handler</artifactId>
71-
<version>4.1.63.Final</version>
71+
<version>4.1.65.Final</version>
7272
</dependency>
7373
<dependency>
7474
<!-- Please note that when updating this dependency -->
@@ -155,7 +155,7 @@
155155
<dependency>
156156
<groupId>org.graalvm.nativeimage</groupId>
157157
<artifactId>svm</artifactId>
158-
<version>20.3.1.2</version>
158+
<version>20.3.2</version>
159159
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
160160
<scope>provided</scope>
161161
</dependency>

0 commit comments

Comments
 (0)