Skip to content

Commit

Permalink
Merge pull request #550 from vimeo/dependency-updates
Browse files Browse the repository at this point in the history
Updating build dependencies
  • Loading branch information
anthonycr authored Apr 15, 2022
2 parents c28979f + 9631203 commit b1f6956
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ksp = { id = "com.google.devtools.ksp", version = "1.6.10-1.0.4" }
[libraries]

#Plugins
android-gradle = { module = "com.android.tools.build:gradle", version = "7.1.2" }
android-gradle = { module = "com.android.tools.build:gradle", version = "7.1.3" }
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
bintray-gradle = { module = "com.jfrog.bintray.gradle:gradle-bintray-plugin", version = "1.8.5" }

Expand All @@ -40,8 +40,8 @@ detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting",

junit = { module = "junit:junit", version = "4.13.2" }
assertj = { module = "org.assertj:assertj-core", version = "3.22.0" }
podam = { module = "uk.co.jemos.podam:podam", version = "7.2.8.RELEASE" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.139" }
podam = { module = "uk.co.jemos.podam:podam", version = "7.2.9.RELEASE" }
classgraph = { module = "io.github.classgraph:classgraph", version = "4.8.143" }
robolectric = { module = "org.robolectric:robolectric", version = "4.7.3" }
mockito = { module = "org.mockito.kotlin:mockito-kotlin", version = "4.0.0" }
mockito-inline = { module = "org.mockito:mockito-inline", version = "4.3.1" }
mockito-inline = { module = "org.mockito:mockito-inline", version = "4.4.0" }
5 changes: 3 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Mon Apr 11 14:29:44 EDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit b1f6956

Please sign in to comment.