@@ -77,11 +77,11 @@ SOFTWARE.
7777
7878 <properties >
7979 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
80- <maven .compiler.source>1.8 </maven .compiler.source>
81- <maven .compiler.target>1.8 </maven .compiler.target>
80+ <maven .compiler.source>17 </maven .compiler.source>
81+ <maven .compiler.target>17 </maven .compiler.target>
8282 <maven .javadoc.failOnError>false</maven .javadoc.failOnError>
8383
84- <spring-boot .version>2.7.9 </spring-boot .version>
84+ <spring-boot .version>3.2.5 </spring-boot .version>
8585 </properties >
8686
8787
@@ -130,12 +130,12 @@ SOFTWARE.
130130 <plugin >
131131 <groupId >org.apache.maven.plugins</groupId >
132132 <artifactId >maven-surefire-plugin</artifactId >
133- <version >3.0.0-M9 </version >
133+ <version >3.2.5 </version >
134134 </plugin >
135135 <plugin >
136136 <groupId >org.apache.maven.plugins</groupId >
137137 <artifactId >maven-source-plugin</artifactId >
138- <version >3.2.1 </version >
138+ <version >3.3.0 </version >
139139 <executions >
140140 <execution >
141141 <id >attach-sources</id >
@@ -148,7 +148,7 @@ SOFTWARE.
148148 <plugin >
149149 <groupId >org.apache.maven.plugins</groupId >
150150 <artifactId >maven-javadoc-plugin</artifactId >
151- <version >3.4.1 </version >
151+ <version >3.6.3 </version >
152152 <executions >
153153 <execution >
154154 <id >attach-javadocs</id >
@@ -184,7 +184,7 @@ SOFTWARE.
184184 <plugin >
185185 <groupId >org.apache.maven.plugins</groupId >
186186 <artifactId >maven-source-plugin</artifactId >
187- <version >3.2.1 </version >
187+ <version >3.3.0 </version >
188188 <executions >
189189 <execution >
190190 <id >attach-sources</id >
@@ -197,7 +197,7 @@ SOFTWARE.
197197 <plugin >
198198 <groupId >org.apache.maven.plugins</groupId >
199199 <artifactId >maven-javadoc-plugin</artifactId >
200- <version >3.4.1 </version >
200+ <version >3.6.3 </version >
201201 <executions >
202202 <execution >
203203 <id >attach-javadocs</id >
@@ -213,7 +213,7 @@ SOFTWARE.
213213 <plugin >
214214 <groupId >org.apache.maven.plugins</groupId >
215215 <artifactId >maven-gpg-plugin</artifactId >
216- <version >3.0.1 </version >
216+ <version >3.2.4 </version >
217217 <executions >
218218 <execution >
219219 <id >sign-artifacts</id >
0 commit comments