File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,9 +21,9 @@ group = 'com.hubsante'
2121ext {
2222 modelVersion = project. hasProperty(' modelVersion' ) ? project. getProperty(' modelVersion' ) : ' 3.3.2'
2323 // Pin transitive libs ahead of the Spring Boot 4.0.6 BOM to clear remaining CVEs
24- set(' tomcat.version' , ' 11.0.22 ' )
25- set(' netty.version' , ' 4.2.13.Final ' )
26- set(' jackson-bom.version' , ' 3.1.1 ' )
24+ set(' tomcat.version' , libs . versions . tomcat . get() )
25+ set(' netty.version' , libs . versions . netty . get() )
26+ set(' jackson-bom.version' , libs . versions . jacksonBom . get() )
2727}
2828
2929java {
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ orgJson = "20231013"
99googleJavaFormat = " 1.29.0"
1010embedMongo = " 4.24.0"
1111apacheCommonsCsv = " 1.14.1"
12+ tomcat = " 11.0.22"
13+ netty = " 4.2.13.Final"
14+ jacksonBom = " 3.1.1"
1215
1316[plugins ]
1417spring-boot = { id = " org.springframework.boot" , version.ref = " springBoot" }
You can’t perform that action at this time.
0 commit comments