Update all dependencies#840
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
6d63750 to
e0cffe1
Compare
dturner
approved these changes
Mar 19, 2026
3642b22 to
58cf231
Compare
3129112 to
e078b5d
Compare
b626af9 to
d4a6f2e
Compare
ca9c1b2 to
6225890
Compare
b1df1a7 to
7628abc
Compare
81a1756 to
6979adb
Compare
6979adb to
3c5d8f4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.4.0→9.5.04.34.0→4.34.11.1.0-alpha04→1.1.0-alpha051.0.0-rc01→1.0.01.6.0-rc01→1.6.11.6.0-rc01→1.6.11.6.0-rc01→1.6.11.1.0-beta01→1.1.0-rc011.4.4→1.4.51.5.0→1.6.01.5.0→1.6.01.5.0→1.6.01.5.0→1.6.01.5.0→1.6.08.3.0→8.4.01.59.0→1.60.01.59.0→1.60.01.59.0→1.60.01.59.0→1.60.01.3.0→1.4.01.3.0→1.4.01.3.0→1.4.01.3.0→1.4.00.9.6→0.10.04.34.0→4.34.119.0.0→20.0.15.3.1→6.3.01.9.2→1.10.01.9.2→1.10.01.9.2→1.10.01.3.0-alpha09→1.3.0-alpha101.14.0-alpha10→1.14.0-beta018.2.1→8.3.02.3.6→2.3.71.10.0→1.11.01.10.0→1.11.02.3.10→2.3.212.3.10→2.3.212.3.10→2.3.212.3.10→2.3.212.3.10→2.3.212.3.10→2.3.212.3.10→2.3.211.1.0-alpha11→1.1.033.5.0-jre→33.6.0-jre0.53.0→0.54.01.53.0→1.54.01.0.0-beta08→1.0.0-beta0934.10.0→34.12.01.5.6→1.6.11.10.5→1.11.01.10.5→1.11.01.10.5→1.11.01.10.5→1.11.01.10.5→1.11.01.10.5→1.11.01.10.5→1.11.01.10.5→1.11.01.0.0-alpha09→1.0.0-alpha112.11.1→2.11.22.11.1→2.11.21.6.1→1.7.01.1.0→1.1.11.1.0→1.1.12.9.7→2.9.82.10.0-beta01→2.10.01.6.0-rc02→1.6.01.6.0-rc02→1.6.01.11.0-beta01→1.11.02026.03.00→2026.04.019.1.0→9.2.09.1.0→9.2.09.1.0→9.2.09.1.0→9.2.0Release Notes
gradle/gradle (gradle)
v9.5.0Compare Source
v9.4.1: 9.4.1Compare Source
The Gradle team is excited to announce Gradle 9.4.1.
Here are the highlights of this release:
Read the Release Notes
We would like to thank the following community members for their contributions to this release of Gradle:
akankshaa-00,
Attila Kelemen,
Björn Kautler,
dblood,
Dennis Rieks,
duvvuvenkataramana,
John Burns,
Julian,
kevinstembridge,
Niels Doucet,
Philip Wedemann,
ploober,
Richard Hernandez,
Roberto Perez Alcolea,
Sebastian Lövdahl,
stephan2405,
Stephane Landelle,
Ujwal Suresh Vanjare,
Victor Merkulov,
Vincent Potuček,
Vladimir Sitnikov.
Upgrade instructions
Switch your build to use Gradle 9.4.1 by updating your wrapper:
See the Gradle 9.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.
For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.
Reporting problems
If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.
We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.
google/truth (com.google.truth:truth)
v1.4.5: 1.4.5assertThat(nullMap).isEmpty()to fail with a useful failure message instead of throwingNullPointerException(and similarly for other "bogus" values, such as negative sizes). (da5d6e9)isInstanceOf(Int::class.java)(and Java'sisInstanceOf(int.class)) a valid way to check forInt/Integerinstances. (974ef19)isWithinto pretty-print numbers in its failure messages. (de78553,07318c2)Integerinstead ofjava.lang.Integer). (0ba72d6)ExpectFailureto never generate "value of" lines based on bytecode. This slightly simplifies writing new tests withExpectFailureand prevents future behavior changes in someExpectFailuretests that already exist. However, it may also require changes to other existingExpectFailuretests to remove or change any assertions about the "value of" line. (3caa0e8)minSdkVersionis now 23 (Marshmallow). This follows the minimum of Google's foundational Android libraries, and we expect it to have no practical impact on users. (c85c75c)@NullMarked. This was making all our types non-null in those environments, since we don't yet use@Nullablein the GWT/J2CL artifact. (6392d37)takahirom/roborazzi (io.github.takahirom.roborazzi)
v1.60.0Compare Source
Bugfix: Fix Roborazzi cache path sensitivity
When we use Roborazzi in a different path with the same repository, Roborazzi used to invalidate the cache. Though I think it is not critical because we frequently use test filters(
--tests) when we run tests, which also invalidate the cache. But it's better to support the cache.Thanks @Link184 for the contribution!
What's Changed
New Contributors
Full Changelog: takahirom/roborazzi@1.59.0...1.60.0
mockito/mockito-kotlin (org.mockito.kotlin:mockito-kotlin)
v6.3.0Changelog generated by Shipkit Changelog Gradle Plugin
6.3.0
v6.2.3Changelog generated by Shipkit Changelog Gradle Plugin
6.2.3
v6.2.2Changelog generated by Shipkit Changelog Gradle Plugin
6.2.2
v6.2.1Changelog generated by Shipkit Changelog Gradle Plugin
6.2.1
v6.2.0Changelog generated by Shipkit Changelog Gradle Plugin
6.2.0
v6.1.0Changelog generated by Shipkit Changelog Gradle Plugin
6.1.0
v6.0.0Upgrade to Kotlin 2
What's Changed
New Contributors
Full Changelog: mockito/mockito-kotlin@5.4.0...v6.0.0
v5.4.0Compare Source
Changelog generated by Shipkit Changelog Gradle Plugin
5.4.0
androidx/media (androidx.media3:media3-ui)
v1.10.0Compare Source
This release includes the following changes since
1.9.1 release:
Player.mute()andPlayer.unmute()fromUnstableApitostable.
Format.pcmEncodingandC.PcmEncodingfromUnstableApitostable.
Format.primaryTrackGroupIdto identify the primary group ofembedded
Formatinstances(#294).
AdsMediaSource.MediaCodecVideoRenderertobetter align scheduling work and CPU wake-cycles to when video frames
can be processed. You can enable this using
experimentalSetEnableMediaCodecVideoRendererDurationToProgressUs()inthe
DefaultRenderersFactory.DataSource.FactoryinDefaultPreloadManager.Builder.ExoPlayerto be mocked without Robolectric by moving somedefault constants to
ExoPlayer.Builder. Mocking this complex interfaceis not generally encouraged - only when the usage is
minimal/simple/incidental
(#2985).
DEFAULT_STUCK_PLAYING_DETECTION_TIMEOUT_MSfrom
ExoPlayertoExoPlayer.Builder(without deprecation).ProgressiveMediaSourcepropagates out-of-date timelineinfo to the player, and the queued periods unexpectedly get removed
(#3016).
playback is requested during phone calls.
re-buffers at the end of the on-demand content
(#3052).
(#2830).
ArrayIndexOutOfBoundsException(#3125).
EditedMediaItem.removeVideo.EditedMediaItem.Builder.setFrameRate()can now set a maximum outputframe rate for video, which is particularly helpful when increasing
media speed with
setSpeed().DefaultTrackSelector.selectAllTracksto includethe output array as a parameter, pre-populated with track overrides.
whether the corresponding primary track is selected
(#294).
TrackSelectionParametersoptions forpreferredVideoLanguages,preferredVideoLabels,preferredAudioLabels,preferredTextLabelsandselectTextByDefault.uuidboxes before other boxes likemoov(#3046).containers.
FrameExtractor. Users should now depend on thenew
:media3-inspector-framemodule and update imports toandroidx.media3.inspector.frame.FrameExtractor.frames.
libiamftoiamf_tools.using the IAMF decoder extension) or through the Android Spatializer.
AC4Profile22and other legacy profileswhen assessing AC-4 decoder support in Automotive scenarios
(#2609).
AudioOutputinitialization inDefaultAudioSink(#2905).
AudioOutputinitialization inDefaultAudioSink(#2905).
applicable) when decoding IAMF, both with the IAMF extension and media
codec decoders, supported by new fields and logic in AudioCapabilities
and AudioCapabilitiesReceiver.
audio in compressed offload mode.
STARTandSTOPSPU control commands to derive cueduration instead of always defaulting to 5 seconds
(#2935).
potential metadata tracks published by HLS variants and renditions
(#3043).
LottieOverlayto a new:media3-effect-lottiemodule (which alsoinvolved renaming it from
androidx.media3.effect.LottieOverlaytoandroidx.media3.effect.lottie.LottieOverlay).:media3-effect-lottiemodule which providesfunctionality for applying lottie effects to video frames.
latest Ad media info API.
the IMA LOADED event. The fix now maps the ad MIME type using the ad
media info provided by IMA.
setEnableCustomTabstoImaAdsLoaderandImaServerSideAdInsertionMediaSource, allowing users to control whetherad click-through URLs are launched using Custom Tabs.
ImaAdTagUriBuilder, a class that offers an alternative way toconstruct an
adTagUri. It contains thesetPreferredLinearOrientationAPI. This is an API in alpha testing that will allow you to set your
preferred orientation for linear ads. If you want to join the alpha
testing group, please reach out to your account partner.
MediaMetadata.artworkDatacan crashthe app.
@Player.Commandargument in theActionFactoryinterface (#2933).
MediaSessionServiceandMediaLibraryServiceaLifecycleService, allowing to attach lifecycle-aware operations to theservice's lifecycle
(#187).
MediaControllerandMediaBrowserfor local playbacks. Apps shouldn't change the localdevice volume, and if required, can use
AudioManagerAPIs for thispurpose.
Intentinstances that started the service as a foregroundservice. This prevents a
ForegroundServiceDidNotStartInTimeExceptionbeing thrown by the system. This is a breaking change on an unstable API
for apps implementing a custom
MediaNotification.Provideras there isa new required method.
PendingIntentinstances to be used with home screenwidgets (#2933).
Intentinstances for Compose-basedhome screen widgets
(#2933).
when playback transitioned from a given media item index to another with
the same media item for
Configuration
📅 Schedule: (UTC)
* 0-3 * * *)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.