File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed
Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 5454 <asynchttpclient .version>2.12.4</asynchttpclient .version>
5555 <aircompressor .version>0.27</aircompressor .version>
5656 <jackson .version>2.15.4</jackson .version>
57+ <snakeyaml .version>2.0</snakeyaml .version>
5758 </properties >
5859 <modules >
5960 <module >streaming-ai</module >
139140 <artifactId >commons-collections4</artifactId >
140141 <version >${commons-collections4.version} </version >
141142 </dependency >
143+ <dependency >
144+ <groupId >org.apache.commons</groupId >
145+ <artifactId >commons-lang3</artifactId >
146+ <version >${commons-lang3.version} </version >
147+ </dependency >
148+ <dependency >
149+ <groupId >com.fasterxml.jackson.dataformat</groupId >
150+ <artifactId >jackson-dataformat-yaml</artifactId >
151+ <version >${jackson.version} </version >
152+ </dependency >
153+ <dependency >
154+ <groupId >com.fasterxml.jackson.core</groupId >
155+ <artifactId >jackson-core</artifactId >
156+ <version >${jackson.version} </version >
157+ </dependency >
142158 <!-- Override transitive dependency version to fix vulnerability -->
143159 <dependency >
144160 <groupId >io.airlift</groupId >
153169 <version >${asynchttpclient.version} </version >
154170 <scope >runtime</scope >
155171 </dependency >
172+ <!-- Override transitive dependency version to fix vulnerability -->
173+ <dependency >
174+ <groupId >org.yaml</groupId >
175+ <artifactId >snakeyaml</artifactId >
176+ <version >${snakeyaml.version} </version >
177+ <scope >runtime</scope >
178+ </dependency >
156179 </dependencies >
157180 </dependencyManagement >
158181 <build >
Original file line number Diff line number Diff line change 8080 <dependency >
8181 <groupId >org.apache.commons</groupId >
8282 <artifactId >commons-lang3</artifactId >
83- <version >${commons-lang3.version} </version >
8483 </dependency >
8584 <dependency >
8685 <groupId >com.networknt</groupId >
8988 <dependency >
9089 <groupId >com.fasterxml.jackson.dataformat</groupId >
9190 <artifactId >jackson-dataformat-yaml</artifactId >
92- <version >${jackson.version} </version >
9391 </dependency >
9492 <dependency >
9593 <groupId >com.azure</groupId >
Original file line number Diff line number Diff line change 6868 <dependency >
6969 <groupId >org.apache.commons</groupId >
7070 <artifactId >commons-lang3</artifactId >
71- <version >${commons-lang3.version} </version >
7271 </dependency >
7372 <dependency >
7473 <groupId >com.networknt</groupId >
7776 <dependency >
7877 <groupId >com.fasterxml.jackson.dataformat</groupId >
7978 <artifactId >jackson-dataformat-yaml</artifactId >
80- <version >${jackson.version} </version >
8179 </dependency >
8280 <dependency >
8381 <groupId >com.azure</groupId >
You can’t perform that action at this time.
0 commit comments