@@ -98,19 +98,19 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
9898 <dependency >
9999 <groupId >org.junit.jupiter</groupId >
100100 <artifactId >junit-jupiter</artifactId >
101- <version >6.0.1 </version >
101+ <version >6.0.2 </version >
102102 </dependency >
103103 <dependency >
104104 <groupId >org.apache.groovy</groupId >
105105 <artifactId >groovy-bom</artifactId >
106- <version >5.0.3 </version >
106+ <version >5.0.4 </version >
107107 <type >pom</type >
108108 <scope >import</scope >
109109 </dependency >
110110 <dependency >
111111 <groupId >com.fasterxml.jackson</groupId >
112112 <artifactId >jackson-bom</artifactId >
113- <version >2.20.1 </version >
113+ <version >2.21.0 </version >
114114 <type >pom</type >
115115 <scope >import</scope >
116116 </dependency >
@@ -357,7 +357,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
357357 <plugin >
358358 <groupId >org.apache.maven.plugins</groupId >
359359 <artifactId >maven-compiler-plugin</artifactId >
360- <version >3.14.1 </version >
360+ <version >3.15.0 </version >
361361 <configuration >
362362 <!-- Retain method parameter names. This is required for some autowiring like AbstractFrontier.setScope()
363363 https://github.com/spring-projects/spring-framework/wiki/Spring-Framework-6.1-Release-Notes#parameter-name-retention -->
@@ -403,7 +403,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
403403 <plugin >
404404 <groupId >org.codehaus.mojo</groupId >
405405 <artifactId >versions-maven-plugin</artifactId >
406- <version >2.20.1 </version >
406+ <version >2.21.0 </version >
407407 <configuration >
408408 <ruleSet >
409409 <ignoreVersions >
@@ -426,7 +426,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
426426 <build .timestamp>${maven.build.timestamp} </build .timestamp>
427427 <doclint >none</doclint >
428428 <additionalparam >-Xdoclint:none</additionalparam >
429- <jetty .version>12.0.31 </jetty .version>
429+ <jetty .version>12.0.32 </jetty .version>
430430 <maven .compiler.target>17</maven .compiler.target>
431431 <maven .compiler.source>17</maven .compiler.source>
432432 <maven .compiler.release>17</maven .compiler.release>
@@ -439,7 +439,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
439439 <plugin >
440440 <groupId >org.sonatype.central</groupId >
441441 <artifactId >central-publishing-maven-plugin</artifactId >
442- <version >0.9 .0</version >
442+ <version >0.10 .0</version >
443443 <extensions >true</extensions >
444444 <configuration >
445445 <publishingServerId >central</publishingServerId >
0 commit comments