Bump fragment from 1.6.0-alpha06 to 1.6.0-alpha08

Bumps `fragment` from 1.6.0-alpha06 to 1.6.0-alpha08.

Updates `androidx.fragment:fragment-ktx` from 1.6.0-alpha06 to 1.6.0-alpha08

Updates `androidx.fragment:fragment-testing` from 1.6.0-alpha06 to 1.6.0-alpha08

Updates `androidx.fragment:fragment-testing-manifest` from 1.6.0-alpha06 to 1.6.0-alpha08

---
updated-dependencies:
- dependency-name: androidx.fragment:fragment-ktx
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: androidx.fragment:fragment-testing-manifest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-22 23:57:26 +00:00 committed by GitHub
parent 9fd1a22e10
commit 44230d67ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ def jjwt = "0.11.5"
def vanniktechEmoji = "0.16.0-SNAPSHOT"
def sentry = "6.16.0"
// Use 1.6.0 alpha to fix issue with test
def fragment = "1.6.0-alpha06"
def fragment = "1.6.0-alpha08"
// Testing
def mockk = "1.12.3" // We need to use 1.12.3 to have mocking in androidTest until a new version is released: https://github.com/mockk/mockk/issues/819
def espresso = "3.5.1"