diff --git a/log4j-samples-android/app/build.gradle b/log4j-samples-android/app/build.gradle index 0f7739b..1a00564 100644 --- a/log4j-samples-android/app/build.gradle +++ b/log4j-samples-android/app/build.gradle @@ -51,14 +51,14 @@ android { dependencies { - implementation 'androidx.appcompat:appcompat:1.7.1' - implementation 'com.google.android.material:material:1.13.0' - implementation 'androidx.constraintlayout:constraintlayout:2.2.1' + implementation 'androidx.appcompat:appcompat:1.8.0' + implementation 'com.google.android.material:material:1.14.0' + implementation 'androidx.constraintlayout:constraintlayout:2.2.2' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' - androidTestImplementation 'org.assertj:assertj-core:3.27.6' + androidTestImplementation 'org.assertj:assertj-core:3.27.7' // Log4j implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: project.ext.log4jVersion