diff --git a/library/build.gradle b/library/build.gradle index 374e52a..bbf423a 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -50,22 +50,22 @@ android { dependencies { annotationProcessor "com.github.bumptech.glide:compiler:4.9.0" - implementation "com.github.bumptech.glide:glide:4.9.0" + implementation "com.github.bumptech.glide:glide:4.11.0" - implementation "androidx.appcompat:appcompat:1.0.2" + implementation "androidx.appcompat:appcompat:1.4.1" implementation "com.google.android.material:material:$ANDROID_X_VERSION" implementation "androidx.recyclerview:recyclerview:$ANDROID_X_VERSION" implementation "androidx.browser:browser:$ANDROID_X_VERSION" - implementation 'com.squareup.retrofit2:retrofit:2.5.0' - implementation 'com.squareup.retrofit2:converter-gson:2.5.0' - implementation 'org.jsoup:jsoup:1.10.2' + implementation 'com.squareup.retrofit2:retrofit:2.9.0' + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'org.jsoup:jsoup:1.14.2' implementation 'com.fmsirvent:parallaxeverywhere:1.0.4' implementation 'com.klinkerapps:drag-dismiss-activity:1.7.0' implementation 'com.klinkerapps:photo_view:1.3.1' //noinspection GradleDependency testImplementation 'org.mockito:mockito-all:1.10.8' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13.2' testImplementation "org.robolectric:robolectric:4.2" testImplementation 'org.powermock:powermock-mockito-release-full:1.6.1' testImplementation 'org.powermock:powermock-module-junit4-rule:1.6.0'