|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.5.5</version> |
| 9 | + <version>3.5.10</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>io.github.dbmdz.cudami</groupId> |
|
81 | 81 | <dependency> |
82 | 82 | <groupId>com.github.spotbugs</groupId> |
83 | 83 | <artifactId>spotbugs-annotations</artifactId> |
84 | | - <version>4.9.4</version> |
| 84 | + <version>4.9.8</version> |
85 | 85 | <optional>true</optional> |
86 | 86 | </dependency> |
87 | 87 | <dependency> |
88 | 88 | <groupId>com.google.guava</groupId> |
89 | 89 | <artifactId>guava</artifactId> |
90 | | - <version>33.4.8-jre</version> |
| 90 | + <version>33.5.0-jre</version> |
91 | 91 | </dependency> |
92 | 92 | <dependency> |
93 | 93 | <groupId>commons-codec</groupId> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>io.github.dbmdz.metadata</groupId> |
98 | 98 | <artifactId>metasvc-client</artifactId> |
99 | | - <version>11.1.1-SNAPSHOT</version> |
| 99 | + <version>12.0.0-rc.1</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>javax.servlet</groupId> |
|
265 | 265 | <dependency> |
266 | 266 | <groupId>org.webjars.npm</groupId> |
267 | 267 | <artifactId>bootstrap-table</artifactId> |
268 | | - <version>1.21.2</version> |
| 268 | + <version>1.26.0</version> |
269 | 269 | <scope>runtime</scope> |
270 | 270 | </dependency> |
271 | 271 | <dependency> |
|
277 | 277 | <dependency> |
278 | 278 | <groupId>org.webjars.npm</groupId> |
279 | 279 | <artifactId>es-module-shims</artifactId> |
280 | | - <version>1.5.10</version> |
| 280 | + <version>1.10.0</version> |
281 | 281 | <scope>runtime</scope> |
282 | 282 | </dependency> |
283 | 283 | <dependency> |
|
289 | 289 | <dependency> |
290 | 290 | <groupId>org.webjars.npm</groupId> |
291 | 291 | <artifactId>fontsource__source-sans-pro</artifactId> |
292 | | - <version>4.2.2</version> |
| 292 | + <version>4.5.11</version> |
293 | 293 | <scope>runtime</scope> |
294 | 294 | </dependency> |
295 | 295 | <dependency> |
296 | 296 | <groupId>org.webjars.npm</groupId> |
297 | 297 | <artifactId>linkifyjs</artifactId> |
298 | | - <version>4.0.0-beta.6</version> |
| 298 | + <version>4.3.2</version> |
299 | 299 | <scope>runtime</scope> |
300 | 300 | </dependency> |
301 | 301 | <dependency> |
|
318 | 318 | <dependency> |
319 | 319 | <groupId>org.webjars.npm</groupId> |
320 | 320 | <artifactId>tiptap__extension-link</artifactId> |
321 | | - <version>2.1.0-rc.1</version> |
| 321 | + <version>2.11.5</version> |
322 | 322 | <scope>runtime</scope> |
323 | 323 | </dependency> |
324 | 324 | <dependency> |
325 | 325 | <groupId>org.webjars.npm</groupId> |
326 | 326 | <artifactId>tiptap__extension-subscript</artifactId> |
327 | | - <version>2.1.0-rc.1</version> |
| 327 | + <version>2.11.5</version> |
328 | 328 | <scope>runtime</scope> |
329 | 329 | </dependency> |
330 | 330 | <dependency> |
331 | 331 | <groupId>org.webjars.npm</groupId> |
332 | 332 | <artifactId>tiptap__extension-superscript</artifactId> |
333 | | - <version>2.1.0-rc.1</version> |
| 333 | + <version>2.11.5</version> |
334 | 334 | <scope>runtime</scope> |
335 | 335 | </dependency> |
336 | 336 | <dependency> |
|
348 | 348 | <dependency> |
349 | 349 | <groupId>org.webjars.npm</groupId> |
350 | 350 | <artifactId>url-search-params-polyfill</artifactId> |
351 | | - <version>8.1.1</version> |
| 351 | + <version>8.2.5</version> |
352 | 352 | <scope>runtime</scope> |
353 | 353 | </dependency> |
354 | 354 | </dependencies> |
|
397 | 397 | <plugin> |
398 | 398 | <groupId>com.spotify.fmt</groupId> |
399 | 399 | <artifactId>fmt-maven-plugin</artifactId> |
400 | | - <version>2.27</version> |
| 400 | + <version>2.29</version> |
401 | 401 | <executions> |
402 | 402 | <execution> |
403 | 403 | <goals> |
|
409 | 409 | <plugin> |
410 | 410 | <groupId>com.github.spotbugs</groupId> |
411 | 411 | <artifactId>spotbugs-maven-plugin</artifactId> |
412 | | - <version>4.9.4.0</version> |
| 412 | + <version>4.9.8.2</version> |
413 | 413 | <dependencies> |
414 | 414 | <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs --> |
415 | 415 | <dependency> |
416 | 416 | <groupId>com.github.spotbugs</groupId> |
417 | 417 | <artifactId>spotbugs</artifactId> |
418 | | - <version>4.9.4</version> |
| 418 | + <version>4.9.8</version> |
419 | 419 | </dependency> |
420 | 420 | </dependencies> |
421 | 421 | <executions> |
|
468 | 468 | <plugin> |
469 | 469 | <groupId>org.jacoco</groupId> |
470 | 470 | <artifactId>jacoco-maven-plugin</artifactId> |
471 | | - <version>0.8.13</version> |
| 471 | + <version>0.8.14</version> |
472 | 472 | <executions> |
473 | 473 | <execution> |
474 | 474 | <id>pre-unit-test</id> |
|
549 | 549 | <plugin> |
550 | 550 | <groupId>org.jacoco</groupId> |
551 | 551 | <artifactId>jacoco-maven-plugin</artifactId> |
552 | | - <version>0.8.13</version> |
| 552 | + <version>0.8.14</version> |
553 | 553 | </plugin> |
554 | 554 | </plugins> |
555 | 555 | </reporting> |
|
575 | 575 | <plugin> |
576 | 576 | <groupId>com.github.eirslett</groupId> |
577 | 577 | <artifactId>frontend-maven-plugin</artifactId> |
578 | | - <version>1.15.1</version> |
| 578 | + <version>1.15.4</version> |
579 | 579 | <configuration> |
580 | 580 | <installDirectory>client/bin</installDirectory> |
581 | 581 | <workingDirectory>client</workingDirectory> |
|
663 | 663 | <plugin> |
664 | 664 | <groupId>org.sonatype.central</groupId> |
665 | 665 | <artifactId>central-publishing-maven-plugin</artifactId> |
666 | | - <version>0.8.0</version> |
| 666 | + <version>0.10.0</version> |
667 | 667 | <extensions>true</extensions> |
668 | 668 | <configuration> |
669 | 669 | <publishingServerId>central</publishingServerId> |
|
0 commit comments