|
35 | 35 | <java.version>17</java.version> |
36 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
37 | 37 |
|
38 | | - <jooq.version>3.19.9</jooq.version> |
39 | | - <flyway.version>10.13.0</flyway.version> |
| 38 | + <jooq.version>3.19.10</jooq.version> |
| 39 | + <flyway.version>10.15.0</flyway.version> |
40 | 40 | <cxf.version>3.5.5</cxf.version> |
41 | | - <spring.version>5.3.36</spring.version> |
| 41 | + <spring.version>5.3.37</spring.version> |
42 | 42 | <spring.security.version>5.7.11</spring.security.version> |
43 | 43 | <mysql.jdbc.version>8.0.30</mysql.jdbc.version> |
44 | 44 | <jetty.version>10.0.14</jetty.version> |
|
188 | 188 | <plugin> |
189 | 189 | <groupId>org.apache.maven.plugins</groupId> |
190 | 190 | <artifactId>maven-surefire-plugin</artifactId> |
191 | | - <version>3.2.5</version> |
| 191 | + <version>3.3.0</version> |
192 | 192 | </plugin> |
193 | 193 |
|
194 | 194 | <!-- Static analysis and check style --> |
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-pmd-plugin</artifactId> |
198 | | - <version>3.22.0</version> |
| 198 | + <version>3.23.0</version> |
199 | 199 | <configuration> |
200 | 200 | <rulesets> |
201 | 201 | <ruleset>${project.basedir}/src/main/resources/maven-pmd-plugin-default.xml</ruleset> |
|
221 | 221 | <plugin> |
222 | 222 | <groupId>org.apache.maven.plugins</groupId> |
223 | 223 | <artifactId>maven-checkstyle-plugin</artifactId> |
224 | | - <version>3.3.1</version> |
| 224 | + <version>3.4.0</version> |
225 | 225 | <configuration> |
226 | 226 | <configLocation>${basedir}/src/main/resources/checkstyle.xml</configLocation> |
227 | 227 | </configuration> |
|
230 | 230 | <plugin> |
231 | 231 | <groupId>io.github.git-commit-id</groupId> |
232 | 232 | <artifactId>git-commit-id-maven-plugin</artifactId> |
233 | | - <version>8.0.2</version> |
| 233 | + <version>9.0.0</version> |
234 | 234 | <executions> |
235 | 235 | <execution> |
236 | 236 | <phase>initialize</phase> |
|
268 | 268 | <plugin> |
269 | 269 | <groupId>org.apache.maven.plugins</groupId> |
270 | 270 | <artifactId>maven-dependency-plugin</artifactId> |
271 | | - <version>3.6.1</version> |
| 271 | + <version>3.7.0</version> |
272 | 272 | <executions> |
273 | 273 | <execution> |
274 | 274 | <id>copy-dependencies</id> |
|
0 commit comments