Skip to content

Commit 6914cb0

Browse files
chore(deps): bump androidx.fragment:fragment-testing from 1.8.4 to 1.8.5 (#620)
Bumps androidx.fragment:fragment-testing from 1.8.4 to 1.8.5. --- updated-dependencies: - dependency-name: androidx.fragment:fragment-testing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 930af8d commit 6914cb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ dependencies {
139139
// Needed for createComposeRule, but not createAndroidComposeRule:
140140
debugImplementation("androidx.compose.ui:ui-test-manifest:$androidxTestKotlin")
141141
androidTestImplementation("androidx.navigation:navigation-testing:2.8.3")
142-
debugImplementation("androidx.fragment:fragment-testing:1.8.4")
142+
debugImplementation("androidx.fragment:fragment-testing:1.8.5")
143143
implementation("androidx.test:core-ktx:1.6.1")
144144
androidTestImplementation("androidx.test.espresso:espresso-core:3.6.1")
145145
androidTestImplementation("androidx.test:runner:1.6.2")

0 commit comments

Comments
 (0)