diff --git a/pay/build.gradle b/pay/build.gradle index 3d21dd0..bbc2c79 100644 --- a/pay/build.gradle +++ b/pay/build.gradle @@ -117,8 +117,8 @@ tasks.whenTaskAdded { task -> } dependencies { - compileOnly 'androidx.annotation:annotation:1.9.0' - testImplementation 'androidx.annotation:annotation:1.9.0' + compileOnly 'androidx.annotation:annotation:1.9.1' + testImplementation 'androidx.annotation:annotation:1.9.1' testImplementation 'junit:junit:4.13.2' testImplementation 'org.robolectric:robolectric:4.13' } \ No newline at end of file