Skip to content

Commit

Permalink
Upgrade dependencies to prevent vulnerabilities
Browse files Browse the repository at this point in the history
- update spring boot to 3.1.11
- updated dependency version accordingly to spring boot 3.1.11
- some javax libraries are still present due to compatibility
- added entityManagement config beans
- majority of dependency.lock files removed
- updated tests accoringly to upstream changes

type: Impovement
  • Loading branch information
LuisLainez authored and JumasJM committed Sep 30, 2024
1 parent e91981a commit 28cacb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ allprojects {

dependencyManagement {
imports {
// dependency versions for the BOM can be found at https://docs.spring.io/spring-boot/docs/3.1.4/reference/htmlsingle/#appendix.dependency-versions
// dependency versions for the BOM can be found at https://docs.spring.io/spring-boot/docs/3.1.11/reference/htmlsingle/#appendix.dependency-versions
mavenBom(SpringBootPlugin.BOM_COORDINATES)
}
}
Expand Down

0 comments on commit 28cacb6

Please sign in to comment.