File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,8 +54,8 @@ dependencies {
5454 implementation ' io.github.neboskreb:android-log4j2:2.24'
5555 // Though android-log4j2 brings Log4J2 in as a transitive dependency,
5656 // it is always a good idea to pin the exact version:
57- implementation ' org.apache.logging.log4j:log4j-core:2.24.3 '
58- implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 '
57+ implementation ' org.apache.logging.log4j:log4j-core:2.25.2 '
58+ implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2 '
5959
6060 implementation ' androidx.appcompat:appcompat:1.7.1'
6161// implementation 'com.android.support:design:28.0.0'
Original file line number Diff line number Diff line change @@ -52,6 +52,6 @@ dependencies {
5252 implementation ' io.github.neboskreb:android-log4j2:2.24'
5353 // Though android-log4j2 brings Log4J2 in as a transitive dependency,
5454 // it is always a good idea to pin the exact version:
55- implementation ' org.apache.logging.log4j:log4j-core:2.24.3 '
56- implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3 '
55+ implementation ' org.apache.logging.log4j:log4j-core:2.25.2 '
56+ implementation ' org.apache.logging.log4j:log4j-slf4j2-impl:2.25.2 '
5757}
You can’t perform that action at this time.
0 commit comments