|
36 | 36 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
37 | 37 |
|
38 | 38 | <jooq.version>3.19.7</jooq.version> |
39 | | - <flyway.version>10.11.0</flyway.version> |
| 39 | + <flyway.version>10.11.1</flyway.version> |
40 | 40 | <cxf.version>3.5.5</cxf.version> |
41 | | - <spring.version>5.3.33</spring.version> |
| 41 | + <spring.version>5.3.34</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> |
|
195 | 195 | <plugin> |
196 | 196 | <groupId>org.apache.maven.plugins</groupId> |
197 | 197 | <artifactId>maven-pmd-plugin</artifactId> |
198 | | - <version>3.21.2</version> |
| 198 | + <version>3.22.0</version> |
199 | 199 | <configuration> |
200 | 200 | <rulesets> |
201 | 201 | <ruleset>${project.basedir}/src/main/resources/maven-pmd-plugin-default.xml</ruleset> |
|
205 | 205 | <plugin> |
206 | 206 | <groupId>com.github.spotbugs</groupId> |
207 | 207 | <artifactId>spotbugs-maven-plugin</artifactId> |
208 | | - <version>4.8.3.1</version> |
| 208 | + <version>4.8.4.0</version> |
209 | 209 | <configuration> |
210 | 210 | <failOnError>false</failOnError> |
211 | 211 | <onlyAnalyze>de.rwth.idsg.steve.-</onlyAnalyze> |
|
286 | 286 | <plugin> |
287 | 287 | <groupId>org.apache.maven.plugins</groupId> |
288 | 288 | <artifactId>maven-jar-plugin</artifactId> |
289 | | - <version>3.3.0</version> |
| 289 | + <version>3.4.1</version> |
290 | 290 | <configuration> |
291 | 291 | <archive> |
292 | 292 | <manifest> |
|
503 | 503 | <dependency> |
504 | 504 | <groupId>org.slf4j</groupId> |
505 | 505 | <artifactId>slf4j-bom</artifactId> |
506 | | - <version>2.0.12</version> |
| 506 | + <version>2.0.13</version> |
507 | 507 | <type>pom</type> |
508 | 508 | <scope>import</scope> |
509 | 509 | </dependency> |
|
757 | 757 | <dependency> |
758 | 758 | <groupId>net.bytebuddy</groupId> |
759 | 759 | <artifactId>byte-buddy</artifactId> |
760 | | - <version>1.14.13</version> |
| 760 | + <version>1.14.14</version> |
761 | 761 | <scope>test</scope> |
762 | 762 | </dependency> |
763 | 763 | <dependency> |
|
0 commit comments