Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c77de8a

Browse filesBrowse files
committed
Downgrade to Tomcat 10.1.28
Tomcat 10.1.29 was causing failures in spring-webflux when running a full build.
1 parent 4e49f67 commit c77de8a
Copy full SHA for c77de8a

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎framework-platform/framework-platform.gradle

Copy file name to clipboardExpand all lines: framework-platform/framework-platform.gradle
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,10 @@ dependencies {
104104
api("org.apache.httpcomponents.client5:httpclient5:5.3.1")
105105
api("org.apache.httpcomponents.core5:httpcore5-reactive:5.2.5")
106106
api("org.apache.poi:poi-ooxml:5.2.5")
107-
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.29")
108-
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.29")
109-
api("org.apache.tomcat:tomcat-util:10.1.29")
110-
api("org.apache.tomcat:tomcat-websocket:10.1.29")
107+
api("org.apache.tomcat.embed:tomcat-embed-core:10.1.28")
108+
api("org.apache.tomcat.embed:tomcat-embed-websocket:10.1.28")
109+
api("org.apache.tomcat:tomcat-util:10.1.28")
110+
api("org.apache.tomcat:tomcat-websocket:10.1.28")
111111
api("org.aspectj:aspectjrt:1.9.22.1")
112112
api("org.aspectj:aspectjtools:1.9.22.1")
113113
api("org.aspectj:aspectjweaver:1.9.22.1")

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.