|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.5.4</version> |
| 9 | + <version>3.5.5</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>io.github.dbmdz.metadata</groupId> |
|
105 | 105 | <dependency> |
106 | 106 | <groupId>com.github.spotbugs</groupId> |
107 | 107 | <artifactId>spotbugs-annotations</artifactId> |
108 | | - <version>4.8.3</version> |
| 108 | + <version>4.9.4</version> |
109 | 109 | <optional>true</optional> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
|
121 | 121 | <dependency> |
122 | 122 | <groupId>org.flywaydb</groupId> |
123 | 123 | <artifactId>flyway-core</artifactId> |
124 | | - <version>11.7.0</version> |
| 124 | + <version>11.11.2</version> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>org.flywaydb</groupId> |
128 | 128 | <artifactId>flyway-database-postgresql</artifactId> |
129 | | - <version>11.7.0</version> |
| 129 | + <version>11.11.2</version> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
132 | 132 | <groupId>org.postgresql</groupId> |
|
138 | 138 | <artifactId>jdbi3-bom</artifactId> |
139 | 139 | <type>pom</type> |
140 | 140 | <scope>import</scope> |
141 | | - <version>3.48.0</version> |
| 141 | + <version>3.49.5</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.springdoc</groupId> |
145 | 145 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
146 | | - <version>2.8.9</version> |
| 146 | + <version>2.8.11</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.zalando</groupId> |
|
208 | 208 | <dependency> |
209 | 209 | <groupId>org.apache.commons</groupId> |
210 | 210 | <artifactId>commons-fileupload2-jakarta-servlet6</artifactId> |
211 | | - <version>2.0.0-M2</version> |
| 211 | + <version>2.0.0-M4</version> |
212 | 212 | </dependency> |
213 | 213 | <dependency> |
214 | 214 | <groupId>org.apache.httpcomponents.client5</groupId> |
215 | 215 | <artifactId>httpclient5</artifactId> |
216 | | - <version>5.4.3</version> |
| 216 | + <version>5.5</version> |
217 | 217 | </dependency> |
218 | 218 | <dependency> |
219 | 219 | <groupId>org.assertj</groupId> |
220 | 220 | <artifactId>assertj-core</artifactId> |
221 | | - <version>3.27.3</version> |
| 221 | + <version>3.27.4</version> |
222 | 222 | <scope>test</scope> |
223 | 223 | </dependency> |
224 | 224 | <dependency> |
|
230 | 230 | <dependency> |
231 | 231 | <groupId>org.mockito</groupId> |
232 | 232 | <artifactId>mockito-core</artifactId> |
233 | | - <version>5.18.0</version> |
| 233 | + <version>5.19.0</version> |
234 | 234 | <scope>test</scope> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
|
300 | 300 | <plugin> |
301 | 301 | <groupId>com.github.spotbugs</groupId> |
302 | 302 | <artifactId>spotbugs-maven-plugin</artifactId> |
303 | | - <version>4.8.5.0</version> |
| 303 | + <version>4.9.4.0</version> |
304 | 304 | <dependencies> |
305 | 305 | <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs --> |
306 | 306 | <dependency> |
307 | 307 | <groupId>com.github.spotbugs</groupId> |
308 | 308 | <artifactId>spotbugs</artifactId> |
309 | | - <version>4.7.2</version> |
| 309 | + <version>4.9.4</version> |
310 | 310 | </dependency> |
311 | 311 | </dependencies> |
312 | 312 | <executions> |
|
0 commit comments