|
36 | 36 | <plugin.license-maven.version>5.0.0</plugin.license-maven.version> |
37 | 37 | <plugin.cxf.version>4.1.3</plugin.cxf.version> |
38 | 38 |
|
39 | | - <lombok.version>1.18.38</lombok.version> |
| 39 | + <lombok.version>1.18.40</lombok.version> |
40 | 40 | <jetty.version>12.0.18</jetty.version> |
41 | 41 | <mysql.jdbc.version>9.4.0</mysql.jdbc.version> |
42 | 42 | <owasp-encoder.version>1.3.1</owasp-encoder.version> |
43 | 43 | <slf4j.version>2.0.17</slf4j.version> |
44 | 44 | <jooq.version>3.19.18</jooq.version> |
45 | | - <flyway.version>11.11.2</flyway.version> |
| 45 | + <flyway.version>11.12.0</flyway.version> |
46 | 46 | <jaxb.version>4.0.9</jaxb.version> |
47 | 47 | <cxf.version>4.1.3</cxf.version> |
48 | | - <testcontainers.version>1.20.6</testcontainers.version> |
| 48 | + <testcontainers.version>1.21.3</testcontainers.version> |
49 | 49 | </properties> |
50 | 50 |
|
51 | 51 | <dependencyManagement> |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.springframework</groupId> |
100 | 100 | <artifactId>spring-framework-bom</artifactId> |
101 | | - <version>6.2.0</version> |
| 101 | + <version>6.2.10</version> |
102 | 102 | <type>pom</type> |
103 | 103 | <scope>import</scope> |
104 | 104 | </dependency> |
|
112 | 112 | <dependency> |
113 | 113 | <groupId>org.junit</groupId> |
114 | 114 | <artifactId>junit-bom</artifactId> |
115 | | - <version>5.12.1</version> |
| 115 | + <version>5.13.4</version> |
116 | 116 | <type>pom</type> |
117 | 117 | <scope>import</scope> |
118 | 118 | </dependency> |
|
131 | 131 | <dependency> |
132 | 132 | <groupId>jakarta.annotation</groupId> |
133 | 133 | <artifactId>jakarta.annotation-api</artifactId> |
134 | | - <version>2.1.1</version> |
| 134 | + <version>3.0.0</version> |
135 | 135 | </dependency> |
136 | 136 | <dependency> |
137 | 137 | <groupId>jakarta.mail</groupId> |
@@ -359,7 +359,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. |
359 | 359 | <plugin> |
360 | 360 | <groupId>com.github.spotbugs</groupId> |
361 | 361 | <artifactId>spotbugs-maven-plugin</artifactId> |
362 | | - <version>4.9.2.0</version> |
| 362 | + <version>4.9.4.1</version> |
363 | 363 | <configuration> |
364 | 364 | <failOnError>false</failOnError> |
365 | 365 | <onlyAnalyze>de.rwth.idsg.steve.-</onlyAnalyze> |
|
0 commit comments