Skip to content

Commit bec2710

Browse files
committed
Fix #36652: Update dependencies
1 parent 98a5725 commit bec2710

2 files changed

Lines changed: 14 additions & 21 deletions

File tree

.typos.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[default]
2+
extend-ignore-re = ["<!-- spellchecker:ignore-next-line -->\\n.*"]

pom.xml

Lines changed: 12 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55

66
<groupId>eu.openanalytics</groupId>
77
<artifactId>containerproxy</artifactId>
8-
<version>1.2.3</version>
8+
<version>1.2.4-SNAPSHOT</version>
99
<name>ContainerProxy</name>
1010
<packaging>jar</packaging>
1111
<inceptionYear>2016</inceptionYear>
1212

1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.4.13</version>
16+
<version>3.5.14</version>
1717
<relativePath/>
1818
</parent>
1919

@@ -23,26 +23,26 @@
2323
<maven.compiler.source>21</maven.compiler.source>
2424
<maven.compiler.target>21</maven.compiler.target>
2525
<!-- Dependency versions -->
26-
<spring-boot.version>3.4.13</spring-boot.version>
26+
<spring-boot.version>3.5.14</spring-boot.version>
2727
<aws-java-sdk.version>2.31.21</aws-java-sdk.version>
2828
<commons-collections4.version>4.4</commons-collections4.version>
2929
<commons-io.version>2.19.0</commons-io.version>
3030
<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>
3232
<logstash-logback-encoder.version>8.1</logstash-logback-encoder.version>
3333
<jaxb-api.version>2.3.1</jaxb-api.version>
3434
<docker-client.version>7.0.8-OA-5</docker-client.version>
3535
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
3636
<monetdb-jdbc.version>12.0</monetdb-jdbc.version>
3737
<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>
3939
<jquery.version>3.7.1</jquery.version>
4040
<fontawesome.version>4.7.0</fontawesome.version>
4141
<jakarta-json-api.version>2.1.3</jakarta-json-api.version>
4242
<glassfish-jakarta-json.version>2.0.1</glassfish-jakarta-json.version>
4343
<guava-version>33.4.8-jre</guava-version>
4444
<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>
4646
<!-- Plugin versions -->
4747
<maven.license-plugin.version>4.6</maven.license-plugin.version>
4848
<maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version>
@@ -350,7 +350,8 @@
350350
</exclusion>
351351
<exclusion>
352352
<groupId>io.fabric8</groupId>
353-
<artifactId>kubernetes-httpclient-vertex</artifactId>
353+
<!-- spellchecker:ignore-next-line -->
354+
<artifactId>kubernetes-httpclient-vertx</artifactId>
354355
</exclusion>
355356
</exclusions>
356357
</dependency>
@@ -433,24 +434,14 @@
433434

434435
<!-- Transitive dependencies updated for security -->
435436
<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>
449440
</dependency>
450441
<dependency>
451442
<groupId>org.apache.logging.log4j</groupId>
452443
<artifactId>log4j-api</artifactId>
453-
<version>2.25.3</version>
444+
<version>2.25.4</version>
454445
</dependency>
455446
</dependencies>
456447

0 commit comments

Comments
 (0)