Skip to content

Commit 249a73e

Browse files
Update log4j2 monorepo to v2.25.2
1 parent 0cc3b6d commit 249a73e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

examples/migration-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)