Skip to content

Commit c505d12

Browse files
committed
fix issue
1 parent f0428e7 commit c505d12

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

build.gradle

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)