File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ subprojects {
7474 exclude group :' org.apache.tomcat.embed' , module :' tomcat-embed-core'
7575 }
7676 // 修正上方排除的 org.apache.tomcat.embed:tomcat-embed-core
77- implementation ' org.apache.tomcat.embed:tomcat-embed-core:10.1.40 '
77+ implementation ' org.apache.tomcat.embed:tomcat-embed-core:11.0.7 '
7878 // 修正上方排除的 ch.qos.logback:logback-classic
7979 implementation ' ch.qos.logback:logback-classic:1.5.13'
8080 // 修正上方排除的 ch.qos.logback:logback-core
@@ -204,7 +204,12 @@ project(':dgrv4_Gateway_serv'){
204204 // 修正上方排除的
205205 compileOnly ' com.google.protobuf:protobuf-java:3.25.5'
206206
207- implementation ' org.owasp.esapi:esapi:2.6.0.0'
207+ implementation (' org.owasp.esapi:esapi:2.6.0.0' ){
208+ exclude group :' commons-beanutils' , module :' commons-beanutils'
209+ }
210+
211+ // 修正上方排除的 commons-beanutils:commons-beanutils
212+ implementation ' commons-beanutils:commons-beanutils:1.11.0'
208213
209214 }
210215
You can’t perform that action at this time.
0 commit comments