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 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>
7676 <!-- corresponding server dependency also needs updating.-->
7777 <groupId >io.projectreactor</groupId >
7878 <artifactId >reactor-bom</artifactId >
79- <version >Dysprosium-SR19 </version >
79+ <version >Dysprosium-SR20 </version >
8080 <type >pom</type >
8181 <scope >import</scope >
8282 </dependency >
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 >
Original file line number Diff line number Diff line change 3535 <dependency >
3636 <groupId >org.projectlombok</groupId >
3737 <artifactId >lombok</artifactId >
38- <version >1.18.16 </version >
38+ <version >1.18.20 </version >
3939 <scope >provided</scope >
4040 </dependency >
4141
You can’t perform that action at this time.
0 commit comments