File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 4141 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4242 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
4343 <java .version>1.11</java .version>
44- <jacksonVersion >2.14 .2</jacksonVersion >
44+ <jacksonVersion >2.15 .2</jacksonVersion >
4545 <lombok .version>1.18.22</lombok .version>
4646 <slf4j .version>1.7.30</slf4j .version>
4747 <maven .checkstyle.version>3.1.0</maven .checkstyle.version>
138138 <dependency >
139139 <groupId >com.google.guava</groupId >
140140 <artifactId >guava</artifactId >
141- <version >32.0.0 -jre</version >
141+ <version >32.0.1 -jre</version >
142142 <scope >test</scope >
143143 </dependency >
144144 <dependency >
269269 </goals >
270270 </execution >
271271 </executions >
272+ <configuration >
273+ <doclint >all,-missing</doclint >
274+ </configuration >
272275 </plugin >
273276 <plugin >
274277 <groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments