Skip to content

Commit 3b9b203

Browse files
Remove requested name for netty
1 parent 9e0cb03 commit 3b9b203

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ subprojects {
3535
useVersion('11.0.22')
3636
because('GHSA-rv64-5gf8-9qq8 / GHSA-x4m4-345f-5h5g / GHSA-24j9-x2wg-9qv6 / GHSA-gx5v-xp9w-j4cg: Apache Tomcat < 11.0.22 vulnerabilities')
3737
}
38-
if (requested.group == 'io.netty' && requested.name in ['netty-codec-http', 'netty-codec-http2', 'netty-codec-http3']
38+
if (requested.group == 'io.netty'
3939
&& requested.version != null && requested.version < '4.2.13.Final') {
4040
useVersion('4.2.13.Final')
4141
because('GHSA-38f8-5428-x5cv: HTTP Request Smuggling in io.netty:netty-codec-http via malformed Transfer-Encoding headers')

0 commit comments

Comments
 (0)