Skip to content

Commit 28f01e1

Browse files
chore(deps): bump the androidx group with 4 updates
Bumps the androidx group with 4 updates: androidx.test.espresso:espresso-core, androidx.test:core, androidx.test.ext:junit and androidx.browser:browser. Updates `androidx.test.espresso:espresso-core` from 3.6.1 to 3.7.0 Updates `androidx.test:core` from 1.6.1 to 1.7.0 Updates `androidx.test.ext:junit` from 1.2.1 to 1.3.0 Updates `androidx.browser:browser` from 1.8.0 to 1.9.0 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-version: 3.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.test:core dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.test.ext:junit dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.browser:browser dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e426898 commit 28f01e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,21 @@ android {
6565

6666
dependencies {
6767
implementation fileTree(include: ['*.jar'], dir: 'libs')
68-
androidTestImplementation('androidx.test.espresso:espresso-core:3.6.1', {
68+
androidTestImplementation('androidx.test.espresso:espresso-core:3.7.0', {
6969
exclude group: 'com.android.support', module: 'support-annotations'
7070
exclude group: 'com.google.code.findbugs'
7171
})
7272
testImplementation 'junit:junit:4.13.2'
7373
testImplementation 'org.mockito:mockito-core:5.18.0'
7474
testImplementation 'org.robolectric:robolectric:4.15.1'
75-
testImplementation 'androidx.test:core:1.6.1'
76-
testImplementation 'androidx.test.ext:junit:1.2.1'
75+
testImplementation 'androidx.test:core:1.7.0'
76+
testImplementation 'androidx.test.ext:junit:1.3.0'
7777

7878
implementation 'androidx.appcompat:appcompat:1.7.1'
7979
implementation 'com.google.android.material:material:1.3.0'
8080
implementation 'androidx.recyclerview:recyclerview:1.4.0'
8181
implementation 'androidx.cardview:cardview:1.0.0'
82-
implementation 'androidx.browser:browser:1.8.0'
82+
implementation 'androidx.browser:browser:1.9.0'
8383
implementation 'androidx.palette:palette:1.0.0'
8484
implementation 'androidx.constraintlayout:constraintlayout:2.2.1'
8585
implementation 'com.google.android.flexbox:flexbox:3.0.0'

0 commit comments

Comments
 (0)