Skip to content

Commit 5dcd1f0

Browse files
Merge pull request #6336 from microsoft/hotfix-log4j
upgrade log4j to v2.17.1
2 parents 59bdf45 + 2279920 commit 5dcd1f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ dependencies {
184184
compile project(':azure-intellij-plugin-service-explorer')
185185
compile project(':azure-intellij-plugin-database')
186186
compile project(':azure-intellij-plugin-appservice')
187-
compile (group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.14.1') {
187+
compile (group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.1') {
188188
exclude group: 'org.slf4j', module: 'slf4j-api'
189189
}
190190
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'

Utils/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -412,17 +412,17 @@
412412
<dependency>
413413
<groupId>org.apache.logging.log4j</groupId>
414414
<artifactId>log4j-api</artifactId>
415-
<version>2.17.0</version>
415+
<version>2.17.1</version>
416416
</dependency>
417417
<dependency>
418418
<groupId>org.apache.logging.log4j</groupId>
419419
<artifactId>log4j-core</artifactId>
420-
<version>2.17.0</version>
420+
<version>2.17.1</version>
421421
</dependency>
422422
<dependency>
423423
<groupId>org.apache.logging.log4j</groupId>
424424
<artifactId>log4j-slf4j-impl</artifactId>
425-
<version>2.17.0</version>
425+
<version>2.17.1</version>
426426
</dependency>
427427
<dependency>
428428
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)