Skip to content

Commit f53a03b

Browse files
Update log4j2 monorepo to v2.25.1
1 parent 8ca5fe3 commit f53a03b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ dependencies {
4545
implementation 'io.github.neboskreb:android-log4j2:2.24'
4646
// Though android-log4j2 brings Log4J2 in as a transitive dependency,
4747
// it is always a good idea to pin the exact version:
48-
implementation 'org.apache.logging.log4j:log4j-core:2.24.3'
49-
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.24.3'
48+
implementation 'org.apache.logging.log4j:log4j-core:2.25.1'
49+
implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.1'
5050

5151
implementation 'androidx.appcompat:appcompat:1.7.1'
5252
// implementation 'com.android.support:design:28.0.0'

0 commit comments

Comments
 (0)