|
5 | 5 |
|
6 | 6 | <groupId>eu.openanalytics</groupId> |
7 | 7 | <artifactId>containerproxy</artifactId> |
8 | | - <version>1.2.3</version> |
| 8 | + <version>1.2.4-SNAPSHOT</version> |
9 | 9 | <name>ContainerProxy</name> |
10 | 10 | <packaging>jar</packaging> |
11 | 11 | <inceptionYear>2016</inceptionYear> |
12 | 12 |
|
13 | 13 | <parent> |
14 | 14 | <groupId>org.springframework.boot</groupId> |
15 | 15 | <artifactId>spring-boot-starter-parent</artifactId> |
16 | | - <version>3.4.13</version> |
| 16 | + <version>3.5.14</version> |
17 | 17 | <relativePath/> |
18 | 18 | </parent> |
19 | 19 |
|
|
23 | 23 | <maven.compiler.source>21</maven.compiler.source> |
24 | 24 | <maven.compiler.target>21</maven.compiler.target> |
25 | 25 | <!-- Dependency versions --> |
26 | | - <spring-boot.version>3.4.13</spring-boot.version> |
| 26 | + <spring-boot.version>3.5.14</spring-boot.version> |
27 | 27 | <aws-java-sdk.version>2.31.21</aws-java-sdk.version> |
28 | 28 | <commons-collections4.version>4.4</commons-collections4.version> |
29 | 29 | <commons-io.version>2.19.0</commons-io.version> |
30 | 30 | <commons-lang.version>3.18.0</commons-lang.version> |
31 | | - <springdoc.version>2.8.13</springdoc.version> |
| 31 | + <springdoc.version>2.8.17</springdoc.version> |
32 | 32 | <logstash-logback-encoder.version>8.1</logstash-logback-encoder.version> |
33 | 33 | <jaxb-api.version>2.3.1</jaxb-api.version> |
34 | 34 | <docker-client.version>7.0.8-OA-5</docker-client.version> |
35 | 35 | <javax-annotation-api.version>1.3.2</javax-annotation-api.version> |
36 | 36 | <monetdb-jdbc.version>12.0</monetdb-jdbc.version> |
37 | 37 | <postgresql.version>42.7.8</postgresql.version> |
38 | | - <fabric8-client.version>7.1.0</fabric8-client.version> |
| 38 | + <fabric8-client.version>7.6.1</fabric8-client.version> |
39 | 39 | <jquery.version>3.7.1</jquery.version> |
40 | 40 | <fontawesome.version>4.7.0</fontawesome.version> |
41 | 41 | <jakarta-json-api.version>2.1.3</jakarta-json-api.version> |
42 | 42 | <glassfish-jakarta-json.version>2.0.1</glassfish-jakarta-json.version> |
43 | 43 | <guava-version>33.4.8-jre</guava-version> |
44 | 44 | <jsoup.version>1.21.2</jsoup.version> |
45 | | - <sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version> |
| 45 | + <sqlite-jdbc.version>3.53.0.0</sqlite-jdbc.version> |
46 | 46 | <!-- Plugin versions --> |
47 | 47 | <maven.license-plugin.version>4.6</maven.license-plugin.version> |
48 | 48 | <maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version> |
|
350 | 350 | </exclusion> |
351 | 351 | <exclusion> |
352 | 352 | <groupId>io.fabric8</groupId> |
353 | | - <artifactId>kubernetes-httpclient-vertex</artifactId> |
| 353 | + <!-- spellchecker:ignore-next-line --> |
| 354 | + <artifactId>kubernetes-httpclient-vertx</artifactId> |
354 | 355 | </exclusion> |
355 | 356 | </exclusions> |
356 | 357 | </dependency> |
|
433 | 434 |
|
434 | 435 | <!-- Transitive dependencies updated for security --> |
435 | 436 | <dependency> |
436 | | - <groupId>io.undertow</groupId> |
437 | | - <artifactId>undertow-core</artifactId> |
438 | | - <version>2.3.21.Final</version> |
439 | | - </dependency> |
440 | | - <dependency> |
441 | | - <groupId>io.undertow</groupId> |
442 | | - <artifactId>undertow-servlet</artifactId> |
443 | | - <version>2.3.21.Final</version> |
444 | | - </dependency> |
445 | | - <dependency> |
446 | | - <groupId>io.undertow</groupId> |
447 | | - <artifactId>undertow-websockets-jsr</artifactId> |
448 | | - <version>2.3.21.Final</version> |
| 437 | + <groupId>org.webjars</groupId> |
| 438 | + <artifactId>swagger-ui</artifactId> |
| 439 | + <version>5.32.5</version> |
449 | 440 | </dependency> |
450 | 441 | <dependency> |
451 | 442 | <groupId>org.apache.logging.log4j</groupId> |
452 | 443 | <artifactId>log4j-api</artifactId> |
453 | | - <version>2.25.3</version> |
| 444 | + <version>2.25.4</version> |
454 | 445 | </dependency> |
455 | 446 | </dependencies> |
456 | 447 |
|
|
0 commit comments