Skip to content

Commit

Permalink
chore: Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
devinbileck committed Feb 9, 2024
1 parent 8034980 commit 9d43504
Show file tree
Hide file tree
Showing 3 changed files with 720 additions and 400 deletions.
20 changes: 10 additions & 10 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ android {

dependencies {
implementation 'androidx.test.uiautomator:uiautomator:2.2.0'
detektPlugins('io.gitlab.arturbosch.detekt:detekt-formatting:1.23.4')
detektPlugins('io.gitlab.arturbosch.detekt:detekt-formatting:1.23.5')

implementation 'androidx.core:core-ktx:1.12.0'

Expand All @@ -126,15 +126,15 @@ dependencies {

implementation 'com.google.android.material:material:1.11.0'

implementation 'com.google.zxing:core:3.4.1'
implementation 'com.google.zxing:core:3.5.3'

implementation platform('com.google.firebase:firebase-bom:32.7.1')
implementation 'com.google.firebase:firebase-analytics-ktx:21.5.0'
implementation 'com.google.firebase:firebase-messaging:23.4.0'

implementation 'com.google.code.gson:gson:2.10'
implementation 'com.google.code.gson:gson:2.10.1'

implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3'

implementation 'androidx.room:room-ktx:2.6.1'
implementation 'androidx.room:room-runtime:2.6.1'
Expand All @@ -151,16 +151,16 @@ dependencies {
implementation 'androidx.multidex:multidex:2.0.1'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'io.mockk:mockk:1.13.9'
testImplementation 'org.powermock:powermock:1.6.5'
testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.2'
testImplementation 'org.powermock:powermock:1.6.6'
testImplementation 'org.powermock:powermock-module-junit4:2.0.9'
testImplementation 'org.powermock:powermock-api-mockito2:2.0.9'
testImplementation(project(':testCommon'))

androidTestImplementation 'junit:junit:4.13.2'
androidTestImplementation 'org.assertj:assertj-core:3.25.2'
androidTestImplementation 'org.assertj:assertj-core:3.25.3'
androidTestImplementation 'androidx.test:core-ktx:1.5.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.ext:junit-ktx:1.1.5'
Expand All @@ -169,7 +169,7 @@ dependencies {
androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.5.1'
androidTestImplementation 'androidx.test:rules:1.5.0'
androidTestImplementation 'androidx.test.uiautomator:uiautomator:2.2.0'
androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.1'
androidTestImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3'
androidTestImplementation 'org.awaitility:awaitility-kotlin:4.2.0'
androidTestImplementation 'io.mockk:mockk-android:1.13.9'
androidTestImplementation(project(':testCommon')) {
Expand Down
Loading

0 comments on commit 9d43504

Please sign in to comment.