diff --git a/app/build.gradle b/app/build.gradle index f05ed82..337336e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ dependencies { // Tests testImplementation 'androidx.test:core-ktx:1.5.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.10.0' + testImplementation 'org.mockito:mockito-core:5.11.0' testImplementation "org.robolectric:robolectric:4.11.1" } diff --git a/build.gradle b/build.gradle index e22b7a2..b182f0f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,13 +1,13 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.9.22' + ext.kotlin_version = '1.9.23' repositories { google() mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:8.2.2' + classpath 'com.android.tools.build:gradle:8.3.0' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong