diff --git a/Core b/Core index 15c1cb67e3..8b40df034c 160000 --- a/Core +++ b/Core @@ -1 +1 @@ -Subproject commit 15c1cb67e346ee42c741e66835ad77c154befaf3 +Subproject commit 8b40df034cb45c48ed8a640eb0bf06b33853f84e diff --git a/app/build.gradle b/app/build.gradle index 08dda2ad3a..00813bcce9 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.11.0' + implementation 'androidx.webkit:webkit:1.12.0' def exoplayer_version = '2.19.1' implementation "com.google.android.exoplayer:exoplayer-core:$exoplayer_version" @@ -175,7 +175,7 @@ dependencies { androidTestImplementation "androidx.test:rules:$androidx_test_version" androidTestImplementation 'androidx.test:runner:1.6.2' - def jupiter_version = '5.11.0' + def jupiter_version = '5.11.1' androidTestImplementation "org.junit.jupiter:junit-jupiter-api:$jupiter_version" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$jupiter_version"