File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
PluginsAndFeatures/azure-toolkit-for-intellij Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments