Skip to content

Commit 6afdc0f

Browse files
Merge remote-tracking branch 'origin/endgame-202312.next' into develop.next
2 parents 488440e + 0f8d8cf commit 6afdc0f

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

2 files changed

+3
-2
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/azure-sdk-reference-book/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ intellij {
33
}
44

55
dependencies {
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')

Utils/azure-toolkit-ide-hdinsight-libs/hdinsight-node-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
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>

0 commit comments

Comments
 (0)