Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: spring boot 2.5 requires tomcat 9 (#559)
### Motivation Running the master branch currently fails as there is a depdendency mismatch, spring boot 2.5 requires tomcat 9. ### Modifications - Update the gradle dependencies to use tomcat 9 - TldParser is required, adding tomcat-embed-core as dependency ### Verifying this change - [X] Make sure that the change passes the `./gradlew build` checks.
- Loading branch information