Skip to content

Commit

Permalink
Merge pull request #265 from mathisdt/dependabot/gradle/app/minor-and…
Browse files Browse the repository at this point in the history
…-patch-version-updates-950de4a7c9

Bump the minor-and-patch-version-updates group in /app with 3 updates
  • Loading branch information
mathisdt authored Nov 1, 2023
2 parents c1d0a43 + d83199b commit 034134c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ android {
}

dependencies {
def acraVersion = "5.11.2"
def acraVersion = "5.11.3"

implementation 'com.github.mathisdt:timezonepicker:cb06a1b0f9'
implementation 'androidx.documentfile:documentfile:1.0.1'
Expand All @@ -91,7 +91,7 @@ dependencies {

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.google.truth:truth:1.1.5'
testImplementation 'org.mockito:mockito-core:5.5.0'
testImplementation 'org.mockito:mockito-core:5.6.0'
testImplementation 'com.tngtech.archunit:archunit:1.1.0'

androidTestImplementation 'androidx.test:runner:1.5.2'
Expand Down

0 comments on commit 034134c

Please sign in to comment.