File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
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.7.1 </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>
76
76
<!-- corresponding server dependency also needs updating.-->
77
77
<groupId >io.projectreactor</groupId >
78
78
<artifactId >reactor-bom</artifactId >
79
- <version >Dysprosium-SR19 </version >
79
+ <version >Dysprosium-SR20 </version >
80
80
<type >pom</type >
81
81
<scope >import</scope >
82
82
</dependency >
155
155
<dependency >
156
156
<groupId >org.graalvm.nativeimage</groupId >
157
157
<artifactId >svm</artifactId >
158
- <version >20.3.1. 2</version >
158
+ <version >20.3.2</version >
159
159
<!-- Provided scope as it is only needed for compiling the SVM substitution classes -->
160
160
<scope >provided</scope >
161
161
</dependency >
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.projectlombok</groupId >
37
37
<artifactId >lombok</artifactId >
38
- <version >1.18.16 </version >
38
+ <version >1.18.20 </version >
39
39
<scope >provided</scope >
40
40
</dependency >
41
41
You can’t perform that action at this time.
0 commit comments