File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,10 +85,10 @@ subprojects {
8585 implementation(" io.projectreactor.netty:reactor-netty-http:1.2.11" ) {
8686 because(" versions below 1.2.8 have security vulnerabilities including CVE-2025-22227 - see dependabot #16" )
8787 }
88- implementation(" io.netty:netty-codec-http2:4.2.6 .Final" ) {
88+ implementation(" io.netty:netty-codec-http2:4.2.7 .Final" ) {
8989 because(" versions below 4.1.124.Final have security vulnerabilities including CVE-2025-55163 - see dependabot #17" )
9090 }
91- implementation(" io.netty:netty-codec:4.2.6 .Final" ) {
91+ implementation(" io.netty:netty-codec:4.2.7 .Final" ) {
9292 because(" versions below 4.1.125.Final have security vulnerabilities including CVE-2025-58057 - see dependabot #21" )
9393 }
9494 }
You can’t perform that action at this time.
0 commit comments