File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
<maven .compiler.target>1.8</maven .compiler.target>
11
11
<rootDir >${project.basedir}</rootDir >
12
12
<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>
14
14
<parallelizable .it.forkCount>1C</parallelizable .it.forkCount>
15
15
<!-- All tests tagged are to be executed in parallel -->
16
16
<parallelizable .it.tags>parallelizableIT</parallelizable .it.tags>
75
75
<!-- corresponding server dependency also needs updating.-->
76
76
<groupId >io.projectreactor</groupId >
77
77
<artifactId >reactor-bom</artifactId >
78
- <version >Dysprosium-SR19 </version >
78
+ <version >Dysprosium-SR20 </version >
79
79
<type >pom</type >
80
80
<scope >import</scope >
81
81
</dependency >
140
140
<dependency >
141
141
<groupId >org.graalvm.nativeimage</groupId >
142
142
<artifactId >svm</artifactId >
143
- <version >20.3.1. 2</version >
143
+ <version >20.3.2</version >
144
144
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
145
145
<scope >provided</scope >
146
146
</dependency >
You can’t perform that action at this time.
0 commit comments