From 4ac29597d2ea413cdfdefdc7627a4f8d105fb282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:43:55 +0000 Subject: [PATCH] Bump media3 from 1.4.1 to 1.5.1 Bumps `media3` from 1.4.1 to 1.5.1. Updates `androidx.media3:media3-cast` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-common` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-datasource` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-datasource-okhttp` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-exoplayer` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-exoplayer-hls` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-extractor` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) Updates `androidx.media3:media3-ui` from 1.4.1 to 1.5.1 - [Release notes](https://github.com/androidx/media/releases) - [Changelog](https://github.com/androidx/media/blob/release/RELEASENOTES.md) - [Commits](https://github.com/androidx/media/compare/1.4.1...1.5.1) --- updated-dependencies: - dependency-name: androidx.media3:media3-cast dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-common dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-datasource-okhttp dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-exoplayer-hls dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-extractor dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: androidx.media3:media3-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 21b4e74cbcd..4e722b4cba9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ ksp = "2.1.0-1.0.29" ktlint = "0.50.0" lifecycle = "2.8.7" lottie = "6.6.0" -media3 = "1.4.1" +media3 = "1.5.1" mockito = "5.15.2" mockito-kotlin = "5.4.0" moshi = "1.15.2"