Skip to content

Commit b98f27a

Browse files
committed
Fix #35709: update Spring Boot
1 parent 4d221cc commit b98f27a

1 file changed

Lines changed: 2 additions & 15 deletions

File tree

pom.xml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.springframework.boot</groupId>
2222
<artifactId>spring-boot-starter-parent</artifactId>
23-
<version>3.4.10</version>
23+
<version>3.4.11</version>
2424
<relativePath/>
2525
</parent>
2626

@@ -32,13 +32,11 @@
3232
<resource.delimiter>&amp;</resource.delimiter>
3333
<!-- Dependency versions -->
3434
<containerproxy.version>1.3.0-SNAPSHOT</containerproxy.version>
35-
<spring-boot.version>3.4.10</spring-boot.version>
35+
<spring-boot.version>3.4.11</spring-boot.version>
3636
<datatables.version>1.13.5</datatables.version>
3737
<datatables-buttons.version>2.4.1</datatables-buttons.version>
3838
<datatables-responsive.version>2.2.7</datatables-responsive.version>
3939
<handlebars.version>4.7.7</handlebars.version>
40-
<sqlite-jdbc.version>3.50.3.0</sqlite-jdbc.version>
41-
<commons-lang3.version>3.19.0</commons-lang3.version>
4240
<!-- Plugin versions -->
4341
<maven.license-plugin.version>4.6</maven.license-plugin.version>
4442
<maven.build-helper-maven.plugin.version>3.6.0</maven.build-helper-maven.plugin.version>
@@ -145,17 +143,6 @@
145143
<artifactId>junit-platform-launcher</artifactId>
146144
<scope>test</scope>
147145
</dependency>
148-
<!-- Bumped for CVEs: -->
149-
<dependency>
150-
<groupId>org.xerial</groupId>
151-
<artifactId>sqlite-jdbc</artifactId>
152-
<version>${sqlite-jdbc.version}</version>
153-
</dependency>
154-
<dependency>
155-
<groupId>org.apache.commons</groupId>
156-
<artifactId>commons-lang3</artifactId>
157-
<version>${commons-lang3.version}</version>
158-
</dependency>
159146
</dependencies>
160147

161148
<build>

0 commit comments

Comments
 (0)