Downgrade to Tomcat 10.1.28

Tomcat 10.1.29 was causing failures in spring-webflux when running a
full build.
This commit is contained in:
Sam Brannen 2024-09-11 18:08:01 +02:00
parent 4e49f67ec5
commit c77de8a6fb
1 changed files with 4 additions and 4 deletions

View File

@ -104,10 +104,10 @@ dependencies {
api("org.apache.httpcomponents.client5:httpclient5:5.3.1")
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.5")
api("org.apache.poi:poi-ooxml:5.2.5")
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.29")
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.29")
api("org.apache.tomcat:tomcat-util:10.1.29")
api("org.apache.tomcat:tomcat-websocket:10.1.29")
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.28")
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.28")
api("org.apache.tomcat:tomcat-util:10.1.28")
api("org.apache.tomcat:tomcat-websocket:10.1.28")
api("org.aspectj:aspectjrt:1.9.22.1")
api("org.aspectj:aspectjtools:1.9.22.1")
api("org.aspectj:aspectjweaver:1.9.22.1")