|
70 | 70 |
|
71 | 71 | <properties>
|
72 | 72 | <maven.compiler.release>17</maven.compiler.release>
|
73 |
| - <spring-boot.version>3.4.2</spring-boot.version> |
| 73 | + <spring-boot.version>3.4.7</spring-boot.version> |
74 | 74 | <db-scheduler.version>15.6.0</db-scheduler.version>
|
75 | 75 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
76 | 76 | </properties>
|
|
80 | 80 | <dependency>
|
81 | 81 | <groupId>org.junit</groupId>
|
82 | 82 | <artifactId>junit-bom</artifactId>
|
83 |
| - <version>5.11.4</version> |
| 83 | + <version>5.12.2</version> |
84 | 84 | <type>pom</type>
|
85 | 85 | <scope>import</scope>
|
86 | 86 | </dependency>
|
|
118 | 118 | <plugins>
|
119 | 119 | <plugin>
|
120 | 120 | <artifactId>maven-surefire-plugin</artifactId>
|
121 |
| - <version>3.5.2</version> |
| 121 | + <version>3.5.3</version> |
122 | 122 | </plugin>
|
123 | 123 | <plugin>
|
124 | 124 | <groupId>org.apache.maven.plugins</groupId>
|
125 | 125 | <artifactId>maven-deploy-plugin</artifactId>
|
126 |
| - <version>3.1.3</version> |
| 126 | + <version>3.1.4</version> |
127 | 127 | </plugin>
|
128 | 128 | <plugin>
|
129 | 129 | <groupId>org.apache.maven.plugins</groupId>
|
130 | 130 | <artifactId>maven-compiler-plugin</artifactId>
|
131 |
| - <version>3.13.0</version> |
| 131 | + <version>3.14.0</version> |
132 | 132 | <configuration>
|
133 | 133 | <parameters>true</parameters>
|
134 | 134 | </configuration>
|
|
168 | 168 | <plugin>
|
169 | 169 | <groupId>com.diffplug.spotless</groupId>
|
170 | 170 | <artifactId>spotless-maven-plugin</artifactId>
|
171 |
| - <version>2.43.0</version> |
| 171 | + <version>2.44.3</version> |
172 | 172 | <configuration>
|
173 | 173 | <java>
|
174 | 174 | <includes>
|
|
264 | 264 | <plugin>
|
265 | 265 | <groupId>com.mycila</groupId>
|
266 | 266 | <artifactId>license-maven-plugin</artifactId>
|
267 |
| - <version>4.6</version> |
| 267 | + <version>5.0.0</version> |
268 | 268 | <configuration>
|
269 | 269 | <mapping>
|
270 | 270 | <ts>SLASHSTAR_STYLE</ts>
|
|
299 | 299 | <plugin>
|
300 | 300 | <groupId>org.apache.maven.plugins</groupId>
|
301 | 301 | <artifactId>maven-clean-plugin</artifactId>
|
302 |
| - <version>3.4.0</version> |
| 302 | + <version>3.5.0</version> |
303 | 303 | <configuration>
|
304 | 304 | <filesets>
|
305 | 305 | <fileset>
|
|
313 | 313 | <plugin>
|
314 | 314 | <groupId>org.codehaus.mojo</groupId>
|
315 | 315 | <artifactId>exec-maven-plugin</artifactId>
|
316 |
| - <version>3.5.0</version> |
| 316 | + <version>3.5.1</version> |
317 | 317 | <inherited>false</inherited>
|
318 | 318 | <executions>
|
319 | 319 | <execution>
|
|
0 commit comments