File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 <parent >
1414 <groupId >org.springframework.boot</groupId >
1515 <artifactId >spring-boot-starter-parent</artifactId >
16- <version >3.4.4 </version >
16+ <version >3.4.5 </version >
1717 <relativePath />
1818 </parent >
1919
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.4 </spring-boot .version>
26+ <spring-boot .version>3.4.5 </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>
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>
43+ <guava-version >33.4.8-jre</guava-version >
4344 <!-- Plugin versions -->
4445 <maven .license-plugin.version>4.6</maven .license-plugin.version>
4546 <maven .build-helper-maven.plugin.version>3.6.0</maven .build-helper-maven.plugin.version>
206207 <artifactId >commons-io</artifactId >
207208 <version >${commons-io.version} </version >
208209 </dependency >
210+ <dependency >
211+ <groupId >com.google.guava</groupId >
212+ <artifactId >guava</artifactId >
213+ <version >${guava-version} </version >
214+ </dependency >
209215 <dependency >
210216 <groupId >org.springdoc</groupId >
211217 <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
You can’t perform that action at this time.
0 commit comments