@@ -8,7 +8,7 @@ plugins {
88 id " kotlin-kapt"
99 id " kotlin-parcelize"
1010 id " checkstyle"
11- id " org.sonarqube" version " 3.5 .0.2730 "
11+ id " org.sonarqube" version " 4.0 .0.2929 "
1212}
1313
1414android {
@@ -107,22 +107,21 @@ android {
107107}
108108
109109ext {
110- checkstyleVersion = ' 10.3.1 '
110+ checkstyleVersion = ' 10.11.0 '
111111
112112 androidxLifecycleVersion = ' 2.5.1'
113113 androidxRoomVersion = ' 2.4.3'
114114 androidxWorkVersion = ' 2.7.1'
115115
116116 icepickVersion = ' 3.2.0'
117- exoPlayerVersion = ' 2.18.5 '
117+ exoPlayerVersion = ' 2.18.7 '
118118 googleAutoServiceVersion = ' 1.0.1'
119119 groupieVersion = ' 2.10.1'
120120 markwonVersion = ' 4.6.2'
121121
122122 leakCanaryVersion = ' 2.9.1'
123123 stethoVersion = ' 1.6.0'
124124 mockitoVersion = ' 4.0.0'
125- assertJVersion = ' 3.23.1'
126125}
127126
128127configurations {
@@ -193,7 +192,7 @@ sonar {
193192
194193dependencies {
195194/* * Desugaring **/
196- coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.2 '
195+ coreLibraryDesugaring ' com.android.tools:desugar_jdk_libs:2.0.3 '
197196
198197/* * NewPipe libraries **/
199198 // You can use a local version by uncommenting a few lines in settings.gradle
@@ -241,10 +240,10 @@ dependencies {
241240 kapt " frankiesardo:icepick-processor:${ icepickVersion} "
242241
243242 // HTML parser
244- implementation " org.jsoup:jsoup:1.15.3 "
243+ implementation " org.jsoup:jsoup:1.16.1 "
245244
246245 // HTTP client
247- implementation " com.squareup.okhttp3:okhttp:4.10 .0"
246+ implementation " com.squareup.okhttp3:okhttp:4.11 .0"
248247
249248 // Media player
250249 implementation " com.google.android.exoplayer:exoplayer-core:${ exoPlayerVersion} "
@@ -279,7 +278,7 @@ dependencies {
279278 implementation ' com.jakewharton:process-phoenix:2.1.2'
280279
281280 // Reactive extensions for Java VM
282- implementation " io.reactivex.rxjava3:rxjava:3.1.5 "
281+ implementation " io.reactivex.rxjava3:rxjava:3.1.6 "
283282 implementation " io.reactivex.rxjava3:rxandroid:3.0.2"
284283 // RxJava binding APIs for Android UI widgets
285284 implementation " com.jakewharton.rxbinding4:rxbinding:4.0.0"
@@ -301,10 +300,10 @@ dependencies {
301300 testImplementation " org.mockito:mockito-core:${ mockitoVersion} "
302301 testImplementation " org.mockito:mockito-inline:${ mockitoVersion} "
303302
304- androidTestImplementation " androidx.test.ext:junit:1.1.3 "
305- androidTestImplementation " androidx.test:runner:1.4.0 "
303+ androidTestImplementation " androidx.test.ext:junit:1.1.5 "
304+ androidTestImplementation " androidx.test:runner:1.5.2 "
306305 androidTestImplementation " androidx.room:room-testing:${ androidxRoomVersion} "
307- androidTestImplementation " org.assertj:assertj-core:${ assertJVersion } "
306+ androidTestImplementation " org.assertj:assertj-core:3.23.1 "
308307}
309308
310309static String getGitWorkingBranch () {
0 commit comments