diff --git a/app/build.gradle b/app/build.gradle index 0b9e470c..88175674 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -67,7 +67,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'androidx.work:work-runtime-ktx:2.9.0' - implementation 'org.osmdroid:osmdroid-android:6.1.17' + implementation 'org.osmdroid:osmdroid-android:6.1.18' // Dagger2 implementation "com.google.dagger:dagger:$dagger_version" @@ -77,9 +77,9 @@ dependencies { compileOnly 'javax.annotation:jsr250-api:1.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.assertj:assertj-core:3.24.2' - testImplementation 'io.mockk:mockk:1.13.8' - testImplementation 'org.robolectric:robolectric:4.10.3' + testImplementation 'org.assertj:assertj-core:3.25.3' + testImplementation 'io.mockk:mockk:1.13.10' + testImplementation 'org.robolectric:robolectric:4.11.1' testImplementation 'androidx.test:core:1.5.0' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' diff --git a/build.gradle b/build.gradle index 0f360be4..77210250 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'com.android.application' version '8.3.1' apply false id 'com.android.library' version '8.3.1' apply false - id 'org.jetbrains.kotlin.android' version '1.9.10' apply false + id 'org.jetbrains.kotlin.android' version '1.9.23' apply false id "org.sonarqube" version "3.5.0.2730" }