diff --git a/app/build.gradle b/app/build.gradle index f05ed82..80ee6a3 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,8 +57,8 @@ 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.robolectric:robolectric:4.11.1" + testImplementation 'org.mockito:mockito-core:5.11.0' + testImplementation "org.robolectric:robolectric:4.12.1" } repositories { diff --git a/build.gradle b/build.gradle index e22b7a2..693ffdf 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.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" // NOTE: Do not place your application dependencies here; they belong