Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Fi5t committed Apr 22, 2021
1 parent bf00218 commit 24a4396
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Android.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.io.File
import java.util.*

object Android {
private const val pluginVersion = "4.1.2"
private const val pluginVersion = "4.1.3"

const val compileSdk = 30
const val buildTools = "30.0.1"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ object Dependencies {
object Lib {
private object Versions {
const val securityCrypto = "1.0.0-rc04"
const val argon2 = "1.2.0"
const val argon2 = "1.3.0"
const val coroutines = "1.4.2"
const val rxJava3 = "3.0.9"
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/java/GradlePlugin.kt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object GradlePlugin {
object DependencyCheck {
const val version = "6.0.5"
const val version = "6.1.5"
const val plugin = "org.owasp.dependencycheck"
}

object DependencyVersions {
const val version = "0.36.0"
const val version = "0.38.0"
const val plugin = "com.github.ben-manes.versions"
}

Expand Down

0 comments on commit 24a4396

Please sign in to comment.