Skip to content

Commit aab044d

Browse files
committed
Added fixed version of netty http2
1 parent 0ee8ea1 commit aab044d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

api/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ dependencies {
6969
implementation libs.apache.commons.compress
7070
implementation libs.okhttp3.logging.intercepter
7171
implementation libs.reactor.netty.http
72+
implementation libs.netty.codec.http2
7273
// CVE Fixes End
7374

7475
implementation libs.modelcontextprotocol.spring.webflux

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,4 @@ snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'}
153153

154154
# CVE fixes
155155
reactor-netty-http = {module = 'io.projectreactor.netty:reactor-netty-http', version = '1.2.8'}
156+
netty-codec-http2 = {module = 'io.netty:netty-codec-http2', version = '4.1.124'}

0 commit comments

Comments
 (0)