Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 62b6d96

Browse files
Bump junit from 1.1.2 to 1.1.3 in /ScopedStorage
Bumps junit from 1.1.2 to 1.1.3. --- updated-dependencies: - dependency-name: androidx.test.ext:junit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9af3ebb commit 62b6d96

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ScopedStorage/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ android {
5555

5656
dependencies {
5757
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
58-
implementation 'androidx.core:core-ktx:1.5.0'
58+
implementation 'androidx.core:core-ktx:1.6.0'
5959
implementation 'androidx.appcompat:appcompat:1.3.0'
6060
implementation 'com.google.android.material:material:1.3.0'
6161
implementation 'androidx.activity:activity-ktx:1.3.0-beta01'
6262
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
63-
implementation 'androidx.fragment:fragment-ktx:1.3.4'
63+
implementation 'androidx.fragment:fragment-ktx:1.3.5'
6464
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.3.1'
6565
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1'
6666
implementation 'androidx.navigation:navigation-fragment-ktx:2.3.5'
@@ -72,6 +72,6 @@ dependencies {
7272
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
7373

7474
testImplementation 'junit:junit:4.13.2'
75-
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
75+
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
7676
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
7777
}

0 commit comments

Comments
 (0)