Skip to content

Commit

Permalink
Update various Gradle deps to their latest releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rvandermeulen committed Sep 26, 2024
1 parent 7777cb5 commit 2a25908
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,30 @@ kotlin-dsl = "4.5.0"
kotlinx-coroutines = "1.8.0"

# Mozilla
android-components = "128.0.2"
android-components = "130.0.1"
glean = "61.1.0"
rust-android-gradle = "0.9.4"

# AndroidX
androidx-annotation = "1.8.1"
androidx-annotation = "1.8.2"
androidx-core = "1.13.1"

# JNA
jna = "5.14.0"

# Linting and Static Analysis
detekt = "1.23.6"
detekt = "1.23.7"
ktlint = "0.50.0"

# AndroidX Testing
androidx-test-core = "1.6.1"
androidx-test-espresso = "3.6.1"
androidx-test-junit = "1.2.1"
androidx-test-runner = "1.6.1"
androidx-test-work = "2.9.0"
androidx-test-work = "2.9.1"

# Third Party Testing
junit = "5.11.0"
junit = "5.11.1"
mockito = "5.13.0"
robolectric = "4.13"

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 2a25908

Please sign in to comment.