File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
PluginsAndFeatures/azure-toolkit-for-intellij/azure-sdk-reference-book
Utils/azure-toolkit-ide-hdinsight-libs/hdinsight-node-common Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ intellij {
33}
44
55dependencies {
6- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv' , {
6+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.15.2 ' , {
77 exclude group : " com.fasterxml.jackson" , module : " jackson-bom"
88 }
9- implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml' , {
9+ implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2 ' , {
1010 exclude group : " com.fasterxml.jackson" , module : " jackson-bom"
1111 }
1212 compileOnly project(path : ' :azure-intellij-plugin-lib' )
Original file line number Diff line number Diff line change 282282 <dependency >
283283 <groupId >com.fasterxml.jackson.dataformat</groupId >
284284 <artifactId >jackson-dataformat-xml</artifactId >
285+ <version >2.15.2</version >
285286 </dependency >
286287 <dependency >
287288 <groupId >org.apache.httpcomponents</groupId >
You can’t perform that action at this time.
0 commit comments