OSDN Git Service

Update dependencies
authorBraden Farmer <farmerbb@gmail.com>
Sat, 10 Apr 2021 05:24:58 +0000 (23:24 -0600)
committerBraden Farmer <farmerbb@gmail.com>
Sat, 10 Apr 2021 05:24:58 +0000 (23:24 -0600)
app/build.gradle
build.gradle
dependencies.gradle
gradle/wrapper/gradle-wrapper.properties

index 8705959..283ee34 100644 (file)
@@ -146,14 +146,14 @@ dependencies {
 
     testImplementation "com.google.truth:truth:1.1.2"
     testImplementation "org.jetbrains.kotlin:kotlin-stdlib:$KOTLIN_VERSION"
-    testImplementation 'junit:junit:4.13.1'
+    testImplementation 'junit:junit:4.13.2'
     testImplementation 'androidx.test:core:1.3.0'
     testImplementation "org.robolectric:robolectric:4.5.1"
     testImplementation "org.powermock:powermock-module-junit4:$POWERMOCK_VERSION"
     testImplementation "org.powermock:powermock-module-junit4-rule:$POWERMOCK_VERSION"
     testImplementation "org.powermock:powermock-api-mockito2:$POWERMOCK_VERSION"
     testImplementation "org.powermock:powermock-classloading-xstream:$POWERMOCK_VERSION"
-    testImplementation 'org.apache.commons:commons-lang3:3.11'
+    testImplementation 'org.apache.commons:commons-lang3:3.12.0'
 }
 
 task jacocoTestReport(type: JacocoReport, dependsOn: ['testFreeJacocoUnitTest']) {
index e7cbca5..317c382 100644 (file)
@@ -16,7 +16,7 @@ buildscript {
 
 plugins {
     id 'se.patrikerdes.use-latest-versions' version '0.2.15'
-    id 'com.github.ben-manes.versions' version '0.36.0'
+    id 'com.github.ben-manes.versions' version '0.38.0'
 }
 
 dependencyUpdates {
index 939bf77..ad057ff 100644 (file)
@@ -16,7 +16,7 @@ allprojects {
         BROWSER_VERSION = "1.0.0" // keeping at 1.0.0 to preserve compatibility with Android-x86
         MATERIAL_VERSION = "1.3.0"
         POWERMOCK_VERSION = "2.0.9"
-        AGP_VERSION = "4.1.2"
-        KOTLIN_VERSION = "1.4.30"
+        AGP_VERSION = "4.1.3"
+        KOTLIN_VERSION = "1.4.32"
     }
 }
index 25d3265..3c4101c 100644 (file)
@@ -1,5 +1,5 @@
 distributionBase=GRADLE_USER_HOME
 distributionPath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.2-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-all.zip
 zipStoreBase=GRADLE_USER_HOME
 zipStorePath=wrapper/dists