diff --git a/app/build.gradle b/app/build.gradle index e947f3d06f..f56408e3c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -136,7 +136,7 @@ dependencies { implementation 'androidx.concurrent:concurrent-futures-ktx:1.2.0' implementation 'androidx.lifecycle:lifecycle-process:2.8.6' implementation 'androidx.viewpager2:viewpager2:1.1.0' - implementation 'androidx.webkit:webkit:1.12.0' + implementation 'androidx.webkit:webkit:1.12.1' def exoplayer_version = '2.19.1' implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version" @@ -148,7 +148,7 @@ dependencies { implementation 'com.github.Infomaniak:android-pdfview:3.2.10' implementation 'com.github.MikeOrtiz:TouchImageView:3.5' implementation 'com.github.rubensousa:gravitysnaphelper:2.2.2' - implementation 'com.tbuonomo:dotsindicator:5.0' + implementation 'com.tbuonomo:dotsindicator:5.1.0' implementation 'com.wdullaer:materialdatetimepicker:4.2.3' implementation 'com.github.realm:realm-android-adapters:v4.0.0' @@ -175,7 +175,7 @@ dependencies { androidTestImplementation "androidx.test:rules:$androidx_test_version" androidTestImplementation 'androidx.test:runner:1.6.2' - def jupiter_version = '5.11.1' + def jupiter_version = '5.11.2' androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"