From a5337df2952e5a9f4a16a6672e7c14b343c1c707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 06:56:28 +0000 Subject: [PATCH] chore(deps): bump the androidx group with 8 updates Bumps the androidx group with 8 updates: | Package | From | To | | --- | --- | --- | | androidx.test.espresso:espresso-core | `3.5.1` | `3.6.1` | | androidx.test:core | `1.5.0` | `1.6.1` | | androidx.test.ext:junit | `1.1.5` | `1.2.1` | | androidx.appcompat:appcompat | `1.5.1` | `1.7.1` | | androidx.recyclerview:recyclerview | `1.3.0` | `1.4.0` | | androidx.browser:browser | `1.5.0` | `1.8.0` | | androidx.constraintlayout:constraintlayout | `2.1.4` | `2.2.1` | | androidx.annotation:annotation | `1.5.0` | `1.9.1` | Updates `androidx.test.espresso:espresso-core` from 3.5.1 to 3.6.1 Updates `androidx.test:core` from 1.5.0 to 1.6.1 Updates `androidx.test.ext:junit` from 1.1.5 to 1.2.1 Updates `androidx.appcompat:appcompat` from 1.5.1 to 1.7.1 Updates `androidx.recyclerview:recyclerview` from 1.3.0 to 1.4.0 Updates `androidx.browser:browser` from 1.5.0 to 1.8.0 Updates `androidx.constraintlayout:constraintlayout` from 2.1.4 to 2.2.1 Updates `androidx.annotation:annotation` from 1.5.0 to 1.9.1 --- updated-dependencies: - dependency-name: androidx.test.espresso:espresso-core dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.test:core dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.test.ext:junit dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.appcompat:appcompat dependency-version: 1.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.recyclerview:recyclerview dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.browser:browser dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.constraintlayout:constraintlayout dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx - dependency-name: androidx.annotation:annotation dependency-version: 1.9.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: androidx ... Signed-off-by: dependabot[bot] --- app/build.gradle | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 533e06cd..b3c3e8b6 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -65,25 +65,25 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') - androidTestImplementation('androidx.test.espresso:espresso-core:3.5.1', { + androidTestImplementation('androidx.test.espresso:espresso-core:3.6.1', { exclude group: 'com.android.support', module: 'support-annotations' exclude group: 'com.google.code.findbugs' }) testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.18.0' testImplementation 'org.robolectric:robolectric:4.15.1' - testImplementation 'androidx.test:core:1.5.0' - testImplementation 'androidx.test.ext:junit:1.1.5' + testImplementation 'androidx.test:core:1.6.1' + testImplementation 'androidx.test.ext:junit:1.2.1' - implementation 'androidx.appcompat:appcompat:1.5.1' + implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.3.0' - implementation 'androidx.recyclerview:recyclerview:1.3.0' + implementation 'androidx.recyclerview:recyclerview:1.4.0' implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.browser:browser:1.5.0' + implementation 'androidx.browser:browser:1.8.0' implementation 'androidx.palette:palette:1.0.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' + implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'com.google.android.flexbox:flexbox:3.0.0' - implementation "androidx.annotation:annotation:1.5.0" + implementation "androidx.annotation:annotation:1.9.1" // JSR305 annotations for javax.annotation implementation 'com.google.code.findbugs:jsr305:3.0.2' // 3rd part Dependencies...