Skip to content

Commit

Permalink
Downgrade to Tomcat 10.1.28
Browse files Browse the repository at this point in the history
Tomcat 10.1.29 was causing failures in spring-webflux when running a
full build.
  • Loading branch information
sbrannen committed Sep 11, 2024
1 parent 4e49f67 commit c77de8a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c77de8a

Please sign in to comment.