|
43 | 43 | <!-- Must match version in pulsar --> |
44 | 44 | <avro.version>1.11.4</avro.version> |
45 | 45 | <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> |
46 | 47 | <cassandra.driver.version>4.16.0</cassandra.driver.version> |
47 | 48 | <nifi-nar-maven-plugin.version>1.5.1</nifi-nar-maven-plugin.version> |
48 | 49 | <djl.version>0.35.1</djl.version> |
|
53 | 54 | <commons-lang3.version>3.18.0</commons-lang3.version> |
54 | 55 | <commons-compress.version>1.26.0</commons-compress.version> |
55 | 56 | <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> |
59 | 60 | <snakeyaml.version>2.0</snakeyaml.version> |
60 | | - <netty.version>4.1.129.Final</netty.version> |
| 61 | + <netty.version>4.1.132.Final</netty.version> |
61 | 62 | </properties> |
62 | 63 | <modules> |
63 | 64 | <module>streaming-ai</module> |
|
123 | 124 | <artifactId>azure-ai-openai</artifactId> |
124 | 125 | <version>${azure-ai-openai.version}</version> |
125 | 126 | </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> |
126 | 133 | <dependency> |
127 | 134 | <groupId>com.samskivert</groupId> |
128 | 135 | <artifactId>jmustache</artifactId> |
|
0 commit comments