Skip to content

Commit d016d25

Browse files
Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 in /android (#194)
Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.1 to 4.2.2. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.1...awaitility-4.2.2) --- updated-dependencies: - dependency-name: org.awaitility:awaitility 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 f68b510 commit d016d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/releasetest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dependencies {
9393

9494
androidTestImplementation "androidx.test.ext:junit:1.1.4"
9595
androidTestImplementation "androidx.test.ext:truth:1.4.0"
96-
androidTestImplementation('org.awaitility:awaitility:4.2.1') {
96+
androidTestImplementation('org.awaitility:awaitility:4.2.2') {
9797
transitive = false
9898
}
9999
implementation "androidx.core:core-ktx:1.8.0"

0 commit comments

Comments
 (0)