misselvexu opened a new pull request, #849: URL: https://github.com/apache/incubator-eventmesh/pull/849
### Contribution Checklist Fixes ISSUE #822 . Fixes ISSUE #823 . ### Motivation - Upgrade `spring libs` because current version brings in jars with CVEs. - Upgrade `jackson-databind` because current version brings the CVEs ### Modifications Edit `build.gradle` file. ``` // Jackson Dependency dependency "com.fasterxml.jackson.core:jackson-databind:2.13.0" dependency "com.fasterxml.jackson.core:jackson-core:2.13.0" dependency "com.fasterxml.jackson.core:jackson-annotations:2.13.0" // Spring Boot Web Dependency dependency "org.springframework.boot:spring-boot-starter-web:2.6.7" ``` ### Documentation none. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
