Skip to content

Update all dependencies#840

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

Update all dependencies#840
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 17, 2026

This PR contains the following updates:

Package Type Update Change Age Confidence
gradle (source) minor 9.4.19.5.1 age confidence
com.google.protobuf:protoc (source) dependencies patch 4.34.04.34.1 age confidence
androidx.media3:media3-session dependencies patch 1.10.01.10.1 age confidence
androidx.core:core-telecom (source) dependencies patch 1.1.0-alpha041.1.0-alpha05 age confidence
androidx.webkit:webkit (source) dependencies minor 1.15.01.16.0 age confidence
io.github.takahirom.roborazzi plugin minor 1.59.01.60.0 age confidence
io.github.takahirom.roborazzi:roborazzi-junit-rule dependencies minor 1.59.01.60.0 age confidence
io.github.takahirom.roborazzi:roborazzi-compose dependencies minor 1.59.01.60.0 age confidence
io.github.takahirom.roborazzi:roborazzi dependencies minor 1.59.01.60.0 age confidence
com.google.android.gms:play-services-wearable dependencies major 19.0.020.0.1 age confidence
org.mockito.kotlin:mockito-kotlin dependencies major 5.3.16.3.0 age confidence
androidx.media3:media3-ui dependencies patch 1.10.01.10.1 age confidence
androidx.media3:media3-exoplayer dependencies patch 1.10.01.10.1 age confidence
androidx.media3:media3-common dependencies patch 1.10.01.10.1 age confidence
androidx.compose.material3.adaptive:adaptive-navigation3 (source) dependencies patch 1.3.0-alpha091.3.0-beta01 age confidence
com.google.android.material:material dependencies patch 1.14.0-beta011.14.0-rc01 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-guava dependencies minor 1.10.21.11.0 age confidence
androidx.health.connect:connect-client (source) dependencies patch 1.1.0-alpha111.1.0 age confidence
com.google.ar:core dependencies minor 1.53.01.54.0 age confidence
com.google.firebase:firebase-bom dependencies minor 34.10.034.13.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test dependencies minor 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-play-services dependencies minor 1.10.21.11.0 age confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android dependencies minor 1.10.21.11.0 age confidence
androidx.work:work-runtime-ktx (source) dependencies patch 2.11.12.11.2 age confidence
androidx.work:work-runtime (source) dependencies patch 2.11.12.11.2 age confidence
androidx.test:core-ktx dependencies minor 1.6.11.7.0 age confidence
androidx.navigation3:navigation3-ui (source) dependencies patch 1.1.01.1.1 age confidence
androidx.navigation3:navigation3-runtime (source) dependencies patch 1.1.01.1.1 age confidence
androidx.lifecycle:lifecycle-viewmodel-navigation3 (source) dependencies patch 2.10.0-beta012.10.0 age confidence
androidx.camera:camera-camera2 (source) dependencies patch 1.6.01.6.1 age confidence
androidx.camera.viewfinder:viewfinder-compose (source) dependencies patch 1.6.01.6.1 age confidence
androidx.camera:camera-compose (source) dependencies patch 1.6.01.6.1 age confidence
androidx.camera:camera-view (source) dependencies patch 1.6.01.6.1 age confidence
androidx.camera:camera-core (source) dependencies patch 1.6.01.6.1 age confidence
androidx.camera:camera-lifecycle (source) dependencies patch 1.6.01.6.1 age confidence
androidx.appfunctions:appfunctions-service (source) dependencies patch 1.0.0-alpha081.0.0-alpha09 age confidence
androidx.appfunctions:appfunctions-compiler (source) dependencies patch 1.0.0-alpha081.0.0-alpha09 age confidence
androidx.appfunctions:appfunctions (source) dependencies patch 1.0.0-alpha081.0.0-alpha09 age confidence
com.android.lint (source) plugin minor 9.1.19.2.1 age confidence
com.android.library (source) plugin minor 9.1.19.2.1 age confidence
com.android.kotlin.multiplatform.library (source) plugin minor 9.1.19.2.1 age confidence
com.android.application (source) plugin minor 9.1.19.2.1 age confidence

Release Notes

gradle/gradle (gradle)

v9.5.1

Compare Source

v9.5.0

Compare Source

androidx/media (androidx.media3:media3-session)

v1.10.1

Compare Source

This release includes the following changes since 1.10.0:

  • Common library:
    • Fix handling of onAudioSessionIdChanged in SimpleBasePlayer and
      ForwardingSimpleBasePlayer.
  • ExoPlayer:
    • Fix race condition related to audio session id generation that could
      lead to an IllegalStateException with tunneling mode.
      (#​3099).
    • Fix possible app crashes when recovering from decoder errors with
      renderer prewarming.
    • Fix issue where video artifacts were caused by supplying initialization
      data when using an AV1-based Dolby Vision codec
      (#​3153).
  • Track selection:
    • Adjust track selection logic in VideoTrackInfo to resolve fallback
      MIME types and move HDR and codec score preferences to quality
      preferences (#​3135).
  • Extractors:
    • MP3: Ignore Xing data length if it is longer than the known stream
      length (#​3117).
    • Fix ArrayIndexOutOfBoundsException in Mp4Extractor when
      FLAG_OMIT_TRACK_SAMPLE_TABLE is set and the track lacks a sync sample
      (stss) box.
  • Audio:
    • Fix bug where audio events may be misrouted if multiple audio renderers
      are added to the player.
  • Video:
    • Adjust logic for codec reuse at frame rate changes on API below 30 to
      avoid codec resets where they are not beneficial
      (#​3120).
    • Disable forced synchronization workaround in queueSecureInputBuffer
      for API 31+. The workaround was an artificial bottleneck that forced
      decryption to run serially which prevented garbled video due to a
      framework issue existing prior to API 31.
  • Image:
    • Fix issue in scrubbing mode where image updates would only take effect
      when the user "stops scrubbing"
      (#​2815).
  • Session:
    • Fix bug where ForegroundServiceStartNotAllowedException wasn't
      propagated across thread boundaries in case the application thread is
      not the main thread
      (#​2499).
    • Fix bug where COMMAND_SEEK_TO_MEDIA_ITEM is not available in a
      MediaController when connecting to a platform-only session that
      supports seeking to other items but no playlist modifications.
    • Fix issue where MediaController can't set media items on platform
      media sessions that don't allow PREPARE_FROM actions.
    • Fix bug where own process wasn't marked with Controller.isTrusted() on
      API 27 or before when connecting via platform controllers.
  • HLS extension:
    • Fix a bug where an ArrayIndexOutOfBoundsException is thrown during
      stream fallback if the track selection is a subset of the available
      tracks (#​3161).
    • Fix an issue where the initialization segment was not carried over
      across media playlist updates if the #EXT-X-MAP tag was not repeated
      in subsequent updates
      (#​3105).
  • DASH extension:
    • Fix crash in SampleQueue when seeking into a chunk that is currently
      being canceled.
takahirom/roborazzi (io.github.takahirom.roborazzi)

v1.60.0

Compare 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.0

Changelog generated by Shipkit Changelog Gradle Plugin

6.3.0
  • 2026-03-19 - 2 commit(s) by Joshua Selbo
  • Add first-class support for mocking object singletons (#​587)
  • Add helper to mock module-level extension functions (#​586)

v6.2.3

Changelog generated by Shipkit Changelog Gradle Plugin

6.2.3
  • 2026-01-26 - 2 commit(s) by Joshua Selbo, Mark Koops
  • Update exception message now that onGeneric is deprecated (#​583)
  • Improve Result support in matchers and captors (#​582)

v6.2.2

Changelog generated by Shipkit Changelog Gradle Plugin

6.2.2
  • 2026-01-21 - 2 commit(s) by Mark Koops
  • Fix eq() matcher NPE with nullable value class and null value (#​579)
  • Improve support for stubbing Result return values for synchronous and suspendable functions (#​576)

v6.2.1

Changelog generated by Shipkit Changelog Gradle Plugin

6.2.1
  • 2026-01-17 - 2 commit(s) by Joshua Selbo, Mark Koops
  • Solve 6.2.0 regression due to runblocking being unavailable (#​575)
  • Use jvmToolchain API to configure builds (#​572)

v6.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

6.2.0
  • 2026-01-14 - 27 commit(s) by Joshua Selbo, Mark Koops, Tim van der Lippe
  • Improving stubbing support for suspend functions and value classes (#​569)
  • Update PR template to run formatting (#​568)
  • Ignore ktfmt formatting revision in git blame (#​567)
  • Enable Spotless formatting check in CI (#​566)
  • Apply ktfmt formatting (#​565)
  • Add tooling for Spotless + ktfmt (#​562)
  • Follow-up on primitive value classes (#​561)
  • Update MockSettings usage (#​560)
  • Fix anyOrNull matcher with value class wrapping primitive type (#​557)
  • Enhance/unify and document stubbing API, more groundwork towards implementing improved suspend function support (#​556)
  • Add wrappers for mockStatic, mockConstruction (#​551)
  • Add MockedStatic.verify extension fun with lambda last (#​549)
  • Extending/organizing MatchersTest.kt (#​548)
  • Adding value class support to KArgumentCaptor. (#​547)
  • Fix the output directory for the dokka Javadoc plugin (#​546)
  • #​544 Adding value class support to the eq() argument matcher. (#​545)
  • eq() argument matcher does not support for value class type arguments (#​544)
  • Add note about releasing tags via GitHub UI (#​543)

v6.1.0

Changelog generated by Shipkit Changelog Gradle Plugin

6.1.0

v6.0.0

Upgrade to Kotlin 2

What's Changed

New Contributors

Full Changelog: mockito/mockito-kotlin@5.4.0...v6.0.0

v5.4.0

Compare Source

Changelog generated by Shipkit Changelog Gradle Plugin

5.4.0
material-components/material-components-android (com.google.android.material:material)

v1.14.0-rc01

Compare Source

Important

  • The compileSdkVersion was updated to 35.
  • The minSdkVersion was updated to 23.
  • Library is now built with AGP 8.11.1 and Gradle 8.13.

Dependency Updates

None

Library Updates

  • Carousel
    • Fix shape appearance mutate / constant state issue with Carousel items (MaskableFrameLayout) (8c2294d)
  • Catalog
    • Fix crash in TopAppBarPreferencesCardItemsFragment demo (7594d1a)
    • Fix issues where regular and card item preferences demos would affect each other (8722043)
    • Add preferences card items demo with first/middle/last/single shaped focus rings (1157cfe)
    • Add view id's to allcomponents demo layout (bda8e38)
  • ExposedDropdownMenu
    • Fix focus ring not showing up for Exposed Dropdown Menu selected item (df99005)
    • Do not hide the dropdown on Enter/Space key presses when the popup is showing (8c17b08)
  • FloatingToolbar
    • Fixed references to non-existent Expressive styles (aa6e952)
  • Focus Rings
    • Add FocusRingDrawable findAndMutate() helper for the LayerDrawable / DrawableWrapper case (e6f43e5)
    • Add getter and setter for FocusRingDrawable radius (6da4b0f)
    • Update FocusRingDrawable to automatically construct its ShapeAppearance from a child ShapeDrawable or GradientDrawable (<shape from XML) (ed6fee1)
    • Update FocusRingDrawable to hide focus ring when no window focus (3774ef7)
    • Remove the default theme-level drawables from the M3 themes (8e471d9)
    • Better fallbacks for FocusRingDrawable attr values if not set in theme or drawable xml (63dba4c)
  • MaterialButton
    • Fix inset and optical centering issue for SplitButton in RTL. (fd44c9d)
    • Add getters and setters for left/right insets to MaterialButton (0c2d842)
  • MaterialDatePicker
    • Add focus rings to MaterialDatePicker day and year items (c0c4af7)
  • Search
    • Make sure IME is hidden when EditText loses focus (e6ae416)
    • Sync dummy text view with text and hint changes in SearchView (87b98eb)
  • TextInputLayout
    • Fix focus loss when clear text icon is hidden (63801c0)
  • Other
    • Update library version to 1.14.0-rc01 (80aa0cc)

Full list of changes

Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-guava)

v1.11.0

Compare Source

Restored binary compatibility with 1.10.2 and older versions on Wasm/JS for usages of Promise-related functions (#​4661).


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) March 17, 2026 01:02
@renovate renovate Bot requested review from kkuan2011 and yrezgui as code owners March 17, 2026 01:02
@renovate renovate Bot force-pushed the renovate/all branch 3 times, most recently from 6d63750 to e0cffe1 Compare March 18, 2026 21:58
@renovate renovate Bot force-pushed the renovate/all branch 11 times, most recently from 3642b22 to 58cf231 Compare March 25, 2026 22:26
@renovate renovate Bot force-pushed the renovate/all branch 8 times, most recently from 3129112 to e078b5d Compare April 2, 2026 07:14
@renovate renovate Bot force-pushed the renovate/all branch 2 times, most recently from b626af9 to d4a6f2e Compare April 7, 2026 13:30
@renovate renovate Bot changed the title Update all dependencies fix(deps): update all dependencies Apr 7, 2026
@renovate renovate Bot changed the title fix(deps): update all dependencies Update all dependencies Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/all branch 14 times, most recently from 4d8075a to 439ae32 Compare April 23, 2026 18:03
@renovate renovate Bot force-pushed the renovate/all branch 11 times, most recently from ce8ea17 to cdac0c4 Compare April 30, 2026 18:04
@renovate renovate Bot force-pushed the renovate/all branch 4 times, most recently from 0f41ddd to 8f02c3d Compare May 5, 2026 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant