File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
3232 <resource .delimiter>& </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>
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 >
You can’t perform that action at this time.
0 commit comments