@@ -349,7 +349,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
349349 <plugin >
350350 <groupId >org.apache.maven.plugins</groupId >
351351 <artifactId >maven-compiler-plugin</artifactId >
352- <version >3.13.0 </version >
352+ <version >3.14.1 </version >
353353 <configuration >
354354 <!-- Retain method parameter names. This is required for some autowiring like AbstractFrontier.setScope()
355355 https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention -->
@@ -387,7 +387,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
387387 <plugin >
388388 <groupId >org.codehaus.mojo</groupId >
389389 <artifactId >versions-maven-plugin</artifactId >
390- <version >2.18.0 </version >
390+ <version >2.19.1 </version >
391391 <configuration >
392392 <ruleSet >
393393 <ignoreVersions >
@@ -410,7 +410,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
410410 <build .timestamp>${maven.build.timestamp} </build .timestamp>
411411 <doclint >none</doclint >
412412 <additionalparam >-Xdoclint:none</additionalparam >
413- <jetty .version>12.0.27 </jetty .version>
413+ <jetty .version>12.0.29 </jetty .version>
414414 <maven .compiler.target>17</maven .compiler.target>
415415 <maven .compiler.source>17</maven .compiler.source>
416416 <maven .compiler.release>17</maven .compiler.release>
@@ -423,7 +423,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
423423 <plugin >
424424 <groupId >org.sonatype.central</groupId >
425425 <artifactId >central-publishing-maven-plugin</artifactId >
426- <version >0.7 .0</version >
426+ <version >0.9 .0</version >
427427 <extensions >true</extensions >
428428 <configuration >
429429 <publishingServerId >central</publishingServerId >
@@ -471,7 +471,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
471471 <plugin >
472472 <groupId >org.apache.maven.plugins</groupId >
473473 <artifactId >maven-gpg-plugin</artifactId >
474- <version >3.2.7 </version >
474+ <version >3.2.8 </version >
475475 <executions >
476476 <execution >
477477 <id >sign-artifacts</id >
0 commit comments