Skip to content

Commit

Permalink
Update some Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen authored and mergify[bot] committed Oct 5, 2022
1 parent e511c02 commit c0fa764
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.mozilla.focus.gradle.tasks.GithubDetailsTask

buildscript {
ext.espresso_version = '3.4.0'
ext.jna_version = "5.8.0"
ext.jna_version = "5.12.1"
// Pinning the last working version of the service-telemetry component until we decide
// what we want to do with telemetry in the app.
ext.mozilla_components_version_telemetry = '57.0.9'
Expand Down
12 changes: 6 additions & 6 deletions buildSrc/src/main/java/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
object Versions {
const val compose_version = "1.2.1"
const val compose_compiler = "1.3.0"
const val leakcanary = "2.8.1"
const val sentry = "5.7.3"
const val leakcanary = "2.9.1"
const val sentry = "6.4.2"

object AndroidX {
const val activity_compose = "1.3.1"
Expand Down Expand Up @@ -37,7 +37,7 @@ object Versions {

object Kotlin {
const val version = "1.7.10"
const val coroutines = "1.6.0"
const val coroutines = "1.6.4"
}

object Gradle {
Expand All @@ -46,14 +46,14 @@ object Versions {
}

object Test {
const val robolectric = "4.8.1"
const val mockito = "3.11.0"
const val robolectric = "4.9"
const val mockito = "3.12.4"
const val androidx_work = "2.7.1"
const val junit = "5.8.2"
}

object Adjust {
const val adjust = "4.30.1"
const val adjust = "4.32.0"
const val install_referrer = "2.2"
}
}
Expand Down

0 comments on commit c0fa764

Please sign in to comment.