|
46 | 46 |
|
47 | 47 | <!-- Build plugin versions --> |
48 | 48 | <license-maven-plugin.version>2.7.1</license-maven-plugin.version> |
49 | | - <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version> |
| 49 | + <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version> |
50 | 50 | <maven-shade-plugin.version>3.6.2</maven-shade-plugin.version> |
51 | 51 | <maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version> |
52 | 52 | <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version> |
|
221 | 221 | <dependency> |
222 | 222 | <groupId>io.undertow</groupId> |
223 | 223 | <artifactId>undertow-core</artifactId> |
224 | | - <version>2.4.0.Final</version> |
| 224 | + <version>2.4.1.Final</version> |
225 | 225 | </dependency> |
226 | 226 | <!-- Update transitive dependency of undertow-core required for the native image build --> |
227 | 227 | <dependency> |
|
253 | 253 | <dependency> |
254 | 254 | <groupId>com.github.ben-manes.caffeine</groupId> |
255 | 255 | <artifactId>caffeine</artifactId> |
256 | | - <version>3.2.3</version> |
| 256 | + <version>3.2.4</version> |
257 | 257 | </dependency> |
258 | 258 | <dependency> |
259 | 259 | <groupId>com.google.code.gson</groupId> |
|
298 | 298 | <dependency> |
299 | 299 | <groupId>org.slf4j</groupId> |
300 | 300 | <artifactId>slf4j-api</artifactId> |
301 | | - <version>2.0.17</version> |
| 301 | + <version>2.0.18</version> |
302 | 302 | </dependency> |
303 | 303 | <dependency> |
304 | 304 | <groupId>org.fusesource.jansi</groupId> |
|
308 | 308 | <dependency> |
309 | 309 | <groupId>com.github.everit-org.json-schema</groupId> |
310 | 310 | <artifactId>org.everit.json.schema</artifactId> |
311 | | - <version>1.14.4</version> |
| 311 | + <version>1.14.6</version> |
312 | 312 | </dependency> |
313 | 313 | <dependency> |
314 | 314 | <groupId>org.apache.tika</groupId> |
|
398 | 398 | <dependency> |
399 | 399 | <groupId>org.junit.jupiter</groupId> |
400 | 400 | <artifactId>junit-jupiter</artifactId> |
401 | | - <version>6.0.3</version> |
| 401 | + <version>6.1.0</version> |
402 | 402 | <scope>test</scope> |
403 | 403 | </dependency> |
404 | 404 | <dependency> |
|
0 commit comments