Skip to content

Commit d342ca7

Browse files
Merge pull request #823 from tavv94/snyk-upgrade-spring
upgrade spring boot from 3.3.6 to 3.3.7 to fix vulnerability
2 parents 1781b5c + 618e455 commit d342ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symphony-bdk-bom/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616

1717
dependencies {
1818
// import Spring Boot's BOM
19-
api platform('org.springframework.boot:spring-boot-dependencies:3.3.6')
19+
api platform('org.springframework.boot:spring-boot-dependencies:3.3.7')
2020
// import Jackson's BOM
2121
api platform('com.fasterxml.jackson:jackson-bom:2.18.2')
2222
// import Jersey's BOM

0 commit comments

Comments
 (0)