|
81 | 81 | <dependency>
|
82 | 82 | <groupId>com.github.spotbugs</groupId>
|
83 | 83 | <artifactId>spotbugs-annotations</artifactId>
|
84 |
| - <version>4.8.6</version> |
| 84 | + <version>4.9.0</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.3.0-jre</version> |
| 90 | + <version>33.4.0-jre</version> |
91 | 91 | </dependency>
|
92 | 92 | <dependency>
|
93 | 93 | <groupId>commons-beanutils</groupId>
|
94 | 94 | <artifactId>commons-beanutils</artifactId>
|
95 |
| - <version>1.9.4</version> |
| 95 | + <version>1.10.0</version> |
96 | 96 | </dependency>
|
97 | 97 | <dependency>
|
98 | 98 | <groupId>commons-codec</groupId>
|
99 | 99 | <artifactId>commons-codec</artifactId>
|
100 |
| - <version>1.17.1</version> |
| 100 | + <version>1.18.0</version> |
101 | 101 | </dependency>
|
102 | 102 | <dependency>
|
103 | 103 | <groupId>commons-io</groupId>
|
104 | 104 | <artifactId>commons-io</artifactId>
|
105 |
| - <version>2.16.1</version> |
| 105 | + <version>2.18.0</version> |
106 | 106 | </dependency>
|
107 | 107 | <dependency>
|
108 | 108 | <groupId>io.github.dbmdz.metadata</groupId>
|
109 | 109 | <artifactId>metasvc-client</artifactId>
|
110 |
| - <version>9.3.2</version> |
| 110 | + <version>9.5.1</version> |
111 | 111 | </dependency>
|
112 | 112 | <dependency>
|
113 | 113 | <groupId>javax.servlet</groupId>
|
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>net.logstash.logback</groupId>
|
119 | 119 | <artifactId>logstash-logback-encoder</artifactId>
|
120 |
| - <version>7.3</version> |
| 120 | + <version>7.4</version> |
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>org.apache.commons</groupId>
|
|
127 | 127 | <dependency>
|
128 | 128 | <groupId>org.assertj</groupId>
|
129 | 129 | <artifactId>assertj-core</artifactId>
|
130 |
| - <version>3.26.3</version> |
| 130 | + <version>3.27.3</version> |
131 | 131 | <scope>test</scope>
|
132 | 132 | </dependency>
|
133 | 133 | <dependency>
|
134 | 134 | <groupId>org.junit.jupiter</groupId>
|
135 | 135 | <artifactId>junit-jupiter</artifactId>
|
136 |
| - <version>5.11.0</version> |
| 136 | + <version>5.11.4</version> |
137 | 137 | <scope>test</scope>
|
138 | 138 | </dependency>
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>org.mockito</groupId>
|
141 | 141 | <artifactId>mockito-core</artifactId>
|
142 |
| - <version>5.13.0</version> |
| 142 | + <version>5.15.2</version> |
143 | 143 | <scope>test</scope>
|
144 | 144 | </dependency>
|
145 | 145 | <dependency>
|
|
155 | 155 | <dependency>
|
156 | 156 | <groupId>org.passay</groupId>
|
157 | 157 | <artifactId>passay</artifactId>
|
158 |
| - <version>1.6.5</version> |
| 158 | + <version>1.6.6</version> |
159 | 159 | </dependency>
|
160 | 160 | <dependency>
|
161 | 161 | <groupId>io.micrometer</groupId>
|
|
257 | 257 | <dependency>
|
258 | 258 | <groupId>org.webjars.npm</groupId>
|
259 | 259 | <artifactId>bootstrap-table</artifactId>
|
260 |
| - <version>1.21.2</version> |
| 260 | + <version>1.24.0</version> |
261 | 261 | <scope>runtime</scope>
|
262 | 262 | </dependency>
|
263 | 263 | <dependency>
|
|
269 | 269 | <dependency>
|
270 | 270 | <groupId>org.webjars.npm</groupId>
|
271 | 271 | <artifactId>es-module-shims</artifactId>
|
272 |
| - <version>1.5.10</version> |
| 272 | + <version>1.10.0</version> |
273 | 273 | <scope>runtime</scope>
|
274 | 274 | </dependency>
|
275 | 275 | <dependency>
|
|
281 | 281 | <dependency>
|
282 | 282 | <groupId>org.webjars.npm</groupId>
|
283 | 283 | <artifactId>fontsource__source-sans-pro</artifactId>
|
284 |
| - <version>4.2.2</version> |
| 284 | + <version>4.5.11</version> |
285 | 285 | <scope>runtime</scope>
|
286 | 286 | </dependency>
|
287 | 287 | <dependency>
|
288 | 288 | <groupId>org.webjars.npm</groupId>
|
289 | 289 | <artifactId>linkifyjs</artifactId>
|
290 |
| - <version>4.0.0-beta.6</version> |
| 290 | + <version>4.1.3</version> |
291 | 291 | <scope>runtime</scope>
|
292 | 292 | </dependency>
|
293 | 293 | <dependency>
|
|
389 | 389 | <plugin>
|
390 | 390 | <groupId>com.spotify.fmt</groupId>
|
391 | 391 | <artifactId>fmt-maven-plugin</artifactId>
|
392 |
| - <version>2.24</version> |
| 392 | + <version>2.25</version> |
393 | 393 | <executions>
|
394 | 394 | <execution>
|
395 | 395 | <goals>
|
|
401 | 401 | <plugin>
|
402 | 402 | <groupId>com.github.spotbugs</groupId>
|
403 | 403 | <artifactId>spotbugs-maven-plugin</artifactId>
|
404 |
| - <version>4.8.6.2</version> |
| 404 | + <version>4.8.6.6</version> |
405 | 405 | <dependencies>
|
406 | 406 | <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
|
407 | 407 | <dependency>
|
408 | 408 | <groupId>com.github.spotbugs</groupId>
|
409 | 409 | <artifactId>spotbugs</artifactId>
|
410 |
| - <version>4.8.6</version> |
| 410 | + <version>4.9.0</version> |
411 | 411 | </dependency>
|
412 | 412 | </dependencies>
|
413 | 413 | <executions>
|
|
428 | 428 | <plugin>
|
429 | 429 | <groupId>org.apache.maven.plugins</groupId>
|
430 | 430 | <artifactId>maven-failsafe-plugin</artifactId>
|
431 |
| - <version>3.5.0</version> |
| 431 | + <version>3.5.2</version> |
432 | 432 | </plugin>
|
433 | 433 | <plugin>
|
434 | 434 | <groupId>org.apache.maven.plugins</groupId>
|
|
457 | 457 | <plugin>
|
458 | 458 | <groupId>org.apache.maven.plugins</groupId>
|
459 | 459 | <artifactId>maven-surefire-plugin</artifactId>
|
460 |
| - <version>3.5.0</version> |
| 460 | + <version>3.5.2</version> |
461 | 461 | </plugin>
|
462 | 462 | <plugin>
|
463 | 463 | <groupId>org.jacoco</groupId>
|
|
566 | 566 | <plugin>
|
567 | 567 | <groupId>com.github.eirslett</groupId>
|
568 | 568 | <artifactId>frontend-maven-plugin</artifactId>
|
569 |
| - <version>1.15.0</version> |
| 569 | + <version>1.15.1</version> |
570 | 570 | <configuration>
|
571 | 571 | <installDirectory>client/bin</installDirectory>
|
572 | 572 | <workingDirectory>client</workingDirectory>
|
|
672 | 672 | <plugin>
|
673 | 673 | <groupId>org.apache.maven.plugins</groupId>
|
674 | 674 | <artifactId>maven-gpg-plugin</artifactId>
|
675 |
| - <version>3.2.5</version> |
| 675 | + <version>3.2.7</version> |
676 | 676 | <executions>
|
677 | 677 | <execution>
|
678 | 678 | <id>sign-artifacts</id>
|
|
0 commit comments