]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Update dependencies
authorTobias Brunner <tobias@strongswan.org>
Mon, 28 Jun 2021 12:22:07 +0000 (14:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 13 Jul 2021 12:18:42 +0000 (14:18 +0200)
src/frontends/android/app/build.gradle

index c0a1c93524dbbe9d8f6e0df2af62d387f6396965..295c8cb7d9d8abe9a3bb72ff46e81c6664f5f0fa 100644 (file)
@@ -46,13 +46,13 @@ android {
 }
 
 dependencies {
-    implementation 'androidx.appcompat:appcompat:1.2.0'
+    implementation 'androidx.appcompat:appcompat:1.3.0'
     implementation 'androidx.preference:preference:1.1.1'
     implementation 'androidx.legacy:legacy-support-v4:1.0.0'
-    implementation 'com.google.android.material:material:1.2.1'
-    testImplementation 'junit:junit:4.12'
-    testImplementation 'org.mockito:mockito-core:2.28.2'
-    testImplementation 'org.powermock:powermock-core:2.0.2'
-    testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
-    testImplementation 'org.powermock:powermock-api-mockito2:2.0.2'
+    implementation 'com.google.android.material:material:1.4.0'
+    testImplementation 'junit:junit:4.13.2'
+    testImplementation 'org.mockito:mockito-core:3.11.2'
+    testImplementation 'org.powermock:powermock-core:2.0.9'
+    testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
+    testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
 }