diff --git a/log4j-samples-android/app/build.gradle b/log4j-samples-android/app/build.gradle index 4f77d55..fe6f450 100644 --- a/log4j-samples-android/app/build.gradle +++ b/log4j-samples-android/app/build.gradle @@ -15,7 +15,7 @@ * limitations under the License. */ plugins { - id 'com.android.application' version '8.11.1' + id 'com.android.application' version '8.12.0' } android { @@ -58,9 +58,9 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.1' testImplementation 'junit:junit:4.13.2' - androidTestImplementation 'androidx.test.ext:junit:1.2.1' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1' - androidTestImplementation 'org.assertj:assertj-core:3.27.3' + androidTestImplementation 'androidx.test.ext:junit:1.3.0' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.7.0' + androidTestImplementation 'org.assertj:assertj-core:3.27.4' // Log4j implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: log4jVersion