Skip to content

Commit

Permalink
Bump robolectric from 4.12.2 to 4.13 (#630)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Gaëtan Muller <[email protected]>
  • Loading branch information
dependabot[bot] and MGaetan89 authored Jul 11, 2024
1 parent 151424f commit 0f567d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ androidx-media = "1.7.0"
androidx-media3 = "1.3.1"
androidx-navigation = "2.7.7"
androidx-paging = "3.3.0"
androidx-test-core = "1.5.0"
androidx-test-ext-junit = "1.1.5"
androidx-test-monitor = "1.6.1"
androidx-test-runner = "1.5.2"
androidx-test-core = "1.6.1"
androidx-test-ext-junit = "1.2.1"
androidx-test-monitor = "1.7.1"
androidx-test-runner = "1.6.1"
androidx-tv-foundation = "1.0.0-alpha10"
androidx-tv-material = "1.0.0-beta01"
coil = "2.6.0"
Expand All @@ -34,7 +34,7 @@ kotlinx-serialization = "1.7.1"
ktor = "2.3.12"
mockk = "1.13.11"
okhttp = "4.12.0"
robolectric = "4.12.2"
robolectric = "4.13"
srg-data-provider = "0.9.0"
tag-commander-core = "5.4.3"
tag-commander-server-side = "5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion pillarbox-player-testutils/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
dependencies {
api(libs.androidx.media3.common)
compileOnly(libs.androidx.media3.exoplayer)
implementation(libs.androidx.media3.test.utils)
api(libs.androidx.media3.test.utils)
implementation(libs.androidx.media3.test.utils.robolectric)
implementation(libs.guava)
runtimeOnly(libs.kotlinx.coroutines.android)
Expand Down

0 comments on commit 0f567d8

Please sign in to comment.