Skip to content

Commit 4de9cb6

Browse files
committed
Fix #35709: update dependencies
1 parent 876eb3f commit 4de9cb6

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

pom.xml

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.4.5</version>
16+
<version>3.4.10</version>
1717
<relativePath/>
1818
</parent>
1919

@@ -23,29 +23,31 @@
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.5</spring-boot.version>
26+
<spring-boot.version>3.4.10</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>
30-
<springdoc.version>2.8.6</springdoc.version>
30+
<commons-lang3.version>3.19.0</commons-lang3.version>
31+
<springdoc.version>2.8.13</springdoc.version>
3132
<logstash-logback-encoder.version>8.1</logstash-logback-encoder.version>
3233
<jaxb-api.version>2.3.1</jaxb-api.version>
3334
<docker-client.version>7.0.8-OA-4</docker-client.version>
3435
<javax-annotation-api.version>1.3.2</javax-annotation-api.version>
3536
<monetdb-jdbc.version>12.0</monetdb-jdbc.version>
36-
<postgresql.version>42.7.5</postgresql.version>
37+
<postgresql.version>42.7.8</postgresql.version>
3738
<fabric8-client.version>7.1.0</fabric8-client.version>
3839
<jquery.version>3.7.1</jquery.version>
3940
<fontawesome.version>4.7.0</fontawesome.version>
4041
<jakarta-json-api.version>2.1.3</jakarta-json-api.version>
4142
<glassfish-jakarta-json.version>2.0.1</glassfish-jakarta-json.version>
4243
<guava-version>33.4.8-jre</guava-version>
4344
<jsoup.version>1.21.2</jsoup.version>
45+
<sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version>
4446
<!-- Plugin versions -->
4547
<maven.license-plugin.version>4.6</maven.license-plugin.version>
4648
<maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version>
4749
<maven.jar-plugin.version>3.4.2</maven.jar-plugin.version>
48-
<maven.dependency-check-plugin.version>12.1.1</maven.dependency-check-plugin.version>
50+
<maven.dependency-check-plugin.version>12.1.7</maven.dependency-check-plugin.version>
4951
</properties>
5052

5153
<distributionManagement>
@@ -309,6 +311,7 @@
309311
<dependency>
310312
<groupId>org.xerial</groupId>
311313
<artifactId>sqlite-jdbc</artifactId>
314+
<version>${sqlite-jdbc.version}</version>
312315
</dependency>
313316

314317
<dependency>
@@ -416,6 +419,11 @@
416419
<groupId>jakarta.mail</groupId>
417420
<artifactId>jakarta.mail-api</artifactId>
418421
</dependency>
422+
<dependency>
423+
<groupId>org.apache.commons</groupId>
424+
<artifactId>commons-lang3</artifactId>
425+
<version>${commons-lang3.version}</version>
426+
</dependency>
419427
</dependencies>
420428

421429
<dependencyManagement>

0 commit comments

Comments
 (0)