File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2424 <parent >
2525 <groupId >org.springframework.boot</groupId >
2626 <artifactId >spring-boot-starter-parent</artifactId >
27- <version >3.5.0 </version >
27+ <version >3.5.4 </version >
2828 <relativePath />
2929 </parent >
3030
3131 <properties >
3232 <java .version>21</java .version>
3333 <maven .compiler.source>${java.version} </maven .compiler.source>
3434 <maven .compiler.target>${java.version} </maven .compiler.target>
35+ <commons-lang3 .version>3.18.0</commons-lang3 .version>
3536
3637 <!-- Test-->
37- <flapdoodle .embed.mongo.version>4.20 .0</flapdoodle .embed.mongo.version>
38+ <flapdoodle .embed.mongo.version>4.21 .0</flapdoodle .embed.mongo.version>
3839
3940 <!-- Plugins -->
4041 <maven-compiler-plugin .version>3.14.0</maven-compiler-plugin .version>
Original file line number Diff line number Diff line change 2929
3030 <properties >
3131 <jsonwebtoken .version>0.12.6</jsonwebtoken .version>
32- <springdoc-openapi-starter-webmvc-ui .version>2.8.8 </springdoc-openapi-starter-webmvc-ui .version>
32+ <springdoc-openapi-starter-webmvc-ui .version>2.8.9 </springdoc-openapi-starter-webmvc-ui .version>
3333 </properties >
3434
3535 <dependencies >
6262 <groupId >com.google.code.gson</groupId >
6363 <artifactId >gson</artifactId >
6464 </dependency >
65-
65+
6666 <dependency >
6767 <groupId >org.apache.commons</groupId >
6868 <artifactId >commons-lang3</artifactId >
69+ <version >${commons-lang3.version} </version >
6970 </dependency >
7071
7172 <dependency >
Original file line number Diff line number Diff line change 1919
2020 <properties >
2121 <trackerforce-common-tenancy .version>0.0.2-SNAPSHOT</trackerforce-common-tenancy .version>
22- <switcher-client .version>2.2 .2</switcher-client .version>
22+ <switcher-client .version>2.3 .2</switcher-client .version>
2323 </properties >
2424
2525 <profiles >
You can’t perform that action at this time.
0 commit comments