File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 2222 <maven .compiler.target>${java.version} </maven .compiler.target>
2323
2424 <!-- Dependencies -->
25- <lombok .version>1.18.24 </lombok .version>
25+ <lombok .version>1.18.38 </lombok .version>
2626 <logback .version>1.3.14</logback .version>
2727 <mockito .version>4.11.0</mockito .version>
2828 <junit .jupiter.version>5.10.2</junit .jupiter.version>
344344 <groupId >org.apache.maven.plugins</groupId >
345345 <artifactId >maven-surefire-plugin</artifactId >
346346 <configuration >
347- <argLine >${jacoco.argLine} -Dfile.encoding=${project.build.sourceEncoding}
348- -Xms1024m -Xmx1024m</argLine >
347+ <argLine >${jacoco.argLine} -Dfile.encoding=${project.build.sourceEncoding} -Xms1024m -Xmx1024m</argLine >
349348 </configuration >
350349 </plugin >
351350 <plugin >
405404 <artifactId >lombok</artifactId >
406405 <version >${lombok.version} </version >
407406 </annotationProcessorPath >
408- <annotationProcessorPath >
409- <groupId >org.openjdk.jmh</groupId >
410- <artifactId >jmh-generator-annprocess</artifactId >
411- <version >${jmh.version} </version >
412- </annotationProcessorPath >
413407 </annotationProcessorPaths >
414408 </configuration >
415409 </plugin >
You can’t perform that action at this time.
0 commit comments