Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ dependencies {
implementation libs.apache.commons.compress
implementation libs.okhttp3.logging.intercepter
implementation libs.reactor.netty.http
implementation libs.netty.codec.http2
// CVE Fixes End

implementation libs.modelcontextprotocol.spring.webflux
Expand Down
1 change: 1 addition & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,4 @@ snappy = {module = 'org.xerial.snappy:snappy-java', version = '1.1.10.7'}

# CVE fixes
reactor-netty-http = {module = 'io.projectreactor.netty:reactor-netty-http', version = '1.2.8'}
netty-codec-http2 = {module = 'io.netty:netty-codec-http2', version = '4.1.124.Final'}
Loading