]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update dependencies
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Jul 2025 12:31:27 +0000 (14:31 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:48:29 +0000 (15:48 +0200)
src/frontends/android/app/build.gradle

index 9b59f448a2227f41ead84f4c38f5ad1d102e4395..c9023aa9f8dcd8cc4accf754cd144a84922d89ae 100644 (file)
@@ -46,10 +46,10 @@ android {
 
 dependencies {
     implementation 'androidx.appcompat:appcompat:1.7.1'
-    implementation 'androidx.lifecycle:lifecycle-process:2.9.1'
+    implementation 'androidx.lifecycle:lifecycle-process:2.9.2'
     implementation 'androidx.preference:preference:1.2.1'
     implementation 'com.google.android.material:material:1.12.0'
     testImplementation 'junit:junit:4.13.2'
-    testImplementation 'org.assertj:assertj-core:3.24.2'
-    testImplementation 'org.mockito:mockito-core:5.8.0'
+    testImplementation 'org.assertj:assertj-core:3.27.3'
+    testImplementation 'org.mockito:mockito-core:5.18.0'
 }