File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ dependencies {
3939 implementation(" org.springframework.boot:spring-boot-starter-web:${ springBootVersion} " ) {
4040 exclude group : " org.springframework.boot" , module : " spring-boot-starter-json" // Not used (?) and pulls in an old version of Jackson
4141 exclude group : " jakarta.annotation" , module : " jakarta.annotation-api" // Already present in tomcat-annotations-api
42- exclude group : " org.apache.tomcat.embed" , module : " tomcat-embed-core" // Version we want is declared in bootstrap/build.gradle
42+ exclude group : " org.apache.tomcat.embed" , module : " tomcat-embed-core" // We want to force apacheTomcatVersion
4343 }
4444
4545 // Allows forcing a Spring Framework version that differs from spring-boot's version (e.g., to address CVEs)
@@ -65,7 +65,7 @@ dependencies {
6565 version {
6666 strictly " ${ apacheTomcatVersion} "
6767 }
68- exclude group : " org.apache.tomcat.embed" , module : " tomcat-embed-core" // Version we want is declared in bootstrap/build.gradle
68+ exclude group : " org.apache.tomcat.embed" , module : " tomcat-embed-core" // We want to force apacheTomcatVersion
6969 }
7070 implementation(' org.apache.tomcat:tomcat-annotations-api' ) {
7171 version {
You can’t perform that action at this time.
0 commit comments