Skip to content

Commit 880fd72

Browse files
committed
Bump dependencies to remediaee CVEs
1 parent 4700955 commit 880fd72

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

pom.xml

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<!-- Must match version in pulsar -->
4444
<avro.version>1.11.4</avro.version>
4545
<azure-ai-openai.version>1.0.0-beta.8</azure-ai-openai.version>
46+
<reactor-netty-http.version>1.2.8</reactor-netty-http.version>
4647
<cassandra.driver.version>4.16.0</cassandra.driver.version>
4748
<nifi-nar-maven-plugin.version>1.5.1</nifi-nar-maven-plugin.version>
4849
<djl.version>0.35.1</djl.version>
@@ -53,11 +54,11 @@
5354
<commons-lang3.version>3.18.0</commons-lang3.version>
5455
<commons-compress.version>1.26.0</commons-compress.version>
5556
<commons-io.version>2.14.0</commons-io.version>
56-
<asynchttpclient.version>2.12.4</asynchttpclient.version>
57-
<aircompressor.version>0.27</aircompressor.version>
58-
<jackson.version>2.15.4</jackson.version>
57+
<asynchttpclient.version>2.14.5</asynchttpclient.version>
58+
<aircompressor.version>2.0.3</aircompressor.version>
59+
<jackson.version>2.21.2</jackson.version>
5960
<snakeyaml.version>2.0</snakeyaml.version>
60-
<netty.version>4.1.129.Final</netty.version>
61+
<netty.version>4.1.132.Final</netty.version>
6162
</properties>
6263
<modules>
6364
<module>streaming-ai</module>
@@ -123,6 +124,12 @@
123124
<artifactId>azure-ai-openai</artifactId>
124125
<version>${azure-ai-openai.version}</version>
125126
</dependency>
127+
<!-- Override transitive dependency version to fix vulnerability -->
128+
<dependency>
129+
<groupId>io.projectreactor.netty</groupId>
130+
<artifactId>reactor-netty-http</artifactId>
131+
<version>${reactor-netty-http.version}</version>
132+
</dependency>
126133
<dependency>
127134
<groupId>com.samskivert</groupId>
128135
<artifactId>jmustache</artifactId>

0 commit comments

Comments
 (0)