File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 4848 <maven .compiler.target>8</maven .compiler.target>
4949
5050 <!-- Http Components version -->
51- <http-components .version>4.5.12 </http-components .version>
51+ <http-components .version>4.5.13 </http-components .version>
5252
5353 <!-- Specify which Checkstyle ruleset to use -->
5454 <checkstyle .ruleset>build/checkstyle.xml</checkstyle .ruleset>
258258 <plugin >
259259 <groupId >org.apache.maven.plugins</groupId >
260260 <artifactId >maven-source-plugin</artifactId >
261- <version >3.2.1</version >
262261 <executions >
263262 <execution >
264263 <id >attach-sources</id >
265264 <goals >
266265 <goal >jar</goal >
267266 </goals >
268- <configuration >
269- <source >8</source >
270- </configuration >
271267 </execution >
272268 </executions >
273269 </plugin >
276272 <plugin >
277273 <groupId >org.apache.maven.plugins</groupId >
278274 <artifactId >maven-javadoc-plugin</artifactId >
279- <version >3.2.0</version >
280275 <executions >
281276 <execution >
282277 <id >attach-javadocs</id >
283278 <goals >
284279 <goal >jar</goal >
285280 </goals >
281+ <configuration >
282+ <source >8</source >
283+ </configuration >
286284 </execution >
287285 </executions >
288286 </plugin >
You can’t perform that action at this time.
0 commit comments