We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc6d4 commit 918ee24Copy full SHA for 918ee24
build.gradle.kts
@@ -72,7 +72,12 @@ val testContainersPostgreSQLVersion = "1.21.3"
72
val testContainersLocalStackVersion = "1.21.3"
73
val commonCompressVersion = "1.28.0"
74
val awsSpringVersion = "3.4.2"
75
-val undertowVersion = "2.3.21.Final"
+// The version is fixed to 2.3.20.Final
76
+// due to a undertow bug https://issues.redhat.com/browse/JBEAP-31823
77
+// the server.undertow.max-http-post-size is not override by
78
+// spring.servlet.multipart.max-file-size
79
+// Fix should be available in 2.3.23.Final
80
+val undertowVersion = "2.3.20.Final"
81
82
// Checks
83
val detektVersion = "1.23.8"
0 commit comments