Skip to content

Bump the maven-dependencies group across 1 directory with 19 updates#429

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/main/maven-dependencies-3872ae0bb4
Open

Bump the maven-dependencies group across 1 directory with 19 updates#429
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/main/maven-dependencies-3872ae0bb4

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 12, 2026

Bumps the maven-dependencies group with 19 updates in the / directory:

Package From To
gradle-wrapper 9.0.0 9.4.0
com.airbnb.android:lottie 6.6.7 6.7.1
androidx.core:core-ktx 1.17.0 1.18.0
androidx.navigation:navigation-fragment-ktx 2.9.3 2.9.7
androidx.navigation:navigation-ui-ktx 2.9.3 2.9.7
androidx.navigation.safeargs.kotlin 2.9.3 2.9.7
androidx.lifecycle:lifecycle-livedata-ktx 2.9.2 2.10.0
androidx.lifecycle:lifecycle-viewmodel-ktx 2.9.2 2.10.0
com.google.android.material:material 1.12.0 1.13.0
androidx.room:room-compiler 2.7.2 2.8.4
androidx.room:room-runtime 2.7.2 2.8.4
androidx.room:room-ktx 2.7.2 2.8.4
androidx.room:room-rxjava2 2.7.2 2.8.4
androidx.room:room-rxjava3 2.7.2 2.8.4
androidx.room:room-guava 2.7.2 2.8.4
androidx.room:room-testing 2.7.2 2.8.4
androidx.room:room-paging 2.7.2 2.8.4
com.android.application 8.12.0 9.1.0
org.jetbrains.kotlin.android 2.2.10 2.3.10

Updates gradle-wrapper from 9.0.0 to 9.4.0

Updates com.airbnb.android:lottie from 6.6.7 to 6.7.1

Release notes

Sourced from com.airbnb.android:lottie's releases.

6.7.1

What's Changed

Full Changelog: airbnb/lottie-android@v6.7.0...v6.7.1

6.7.0

New Features

  • Initial support for 3D animations (#2666 and #2673)

6.6.10

What's Changed

New Contributors

Full Changelog: airbnb/lottie-android@v6.6.9...v6.6.10

6.6.9

What's Changed

Full Changelog: airbnb/lottie-android@v6.6.8...v6.6.9

Changelog

Sourced from com.airbnb.android:lottie's changelog.

6.7.1

  • Safeguard against very large Bitmap creation (#2662)

6.7.0

New Features

  • Initial support for 3D animations (#2666 and #2673)

6.6.10

  • Add RTL support to lottie-android (#2663)
  • Make lottieComposition public (#2660)

6.6.9

  • Fix transparent background rendering with MULTIPLY Blend mode on Android 34+ (#2661)

6.6.8

  • In DefaultLottieFetchResult, catch NPE from getErrorFromConnection() (#2643)
  • Enable path interpolator cache by default (#2646)
  • Update compileSDK and targetSDK to 36 (#2652)
Commits

Updates androidx.core:core-ktx from 1.17.0 to 1.18.0

Updates androidx.navigation:navigation-fragment-ktx from 2.9.3 to 2.9.7

Updates androidx.navigation:navigation-ui-ktx from 2.9.3 to 2.9.7

Updates androidx.navigation.safeargs.kotlin from 2.9.3 to 2.9.7

Updates androidx.navigation:navigation-ui-ktx from 2.9.3 to 2.9.7

Updates androidx.lifecycle:lifecycle-livedata-ktx from 2.9.2 to 2.10.0

Updates androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.2 to 2.10.0

Updates androidx.lifecycle:lifecycle-viewmodel-ktx from 2.9.2 to 2.10.0

Updates com.google.android.material:material from 1.12.0 to 1.13.0

Release notes

Sourced from com.google.android.material:material's releases.

1.13.0

New in 1.13.0!

Important

  • Required minSdkVersion is now 21 or higher, for Material and AndroidX.
  • Now built with compileSdkVersion 35, Android Gradle Plugin (AGP) 8.7.3, Gradle 8.9, and android.nonTransitiveRClass=true.
  • Material 3 Expressive has moved to the 1.14.0 versions of the library. To get a sneak peak, update to version 1.14.0-alpha04 and use the Material3Expressive themes/styles in conjunction with new components mentioned above.

Dependency Updates

Dependency Previous version New version
androidx.appcompat:appcompat 1.6.1 1.7.0
androidx.constraintlayout:constraintlayout 2.0.1 2.1.0
androidx.dynamicanimation:dynamicanimation 1.0.0 1.1.0
androidx.graphics:graphics-shapes N/A 1.0.1
com.android.tools.build:gradle 7.4.2 8.7.3

Library Updates

  • A11y
    • Include "hour" and "minute" in announcements. For example: "Not checked, Hour - 11'0 clock. double tap to select Hour". (960bb4cb825c607c244d51ed4f302752912e37cc)
    • Move responsibility of disabling hide on scroll to HideViewOnScrollBehavior and BottomAppBar (9c33476db68ffc15151b742516da2f7e8c4a98f7)
    • Prevent hide on scroll when Talkback is on (d56070586102b66486f7f8697de077c3d7689922)
    • Add missing 'button' mention to Talkback output for close icon. (79bd7d7b1ba46b0593c7758a81b02bdb5a1dbf67)
  • BottomNavigationView
    • Update catalog demo to demonstrate adaptive bottom navigation bar (76936c42c43164b9930f616266f215bf7045003a)
    • Fix early return in setItemGravity() (8a4d3c695117c46cf1c7235744d81196fb97110f)
  • BottomSheet
    • Prevent ACTION_DOWN events on the BottomSheetHandleDragView from setting touchingScrollChild to true. (af7f254bf660704368d46e630d34a81c479fa1c7)
    • Fix keyboard animation on Android 14 (a0b4dfa8769f98851efe97569c900f75eb0d5ef2)
    • Fixed main catalog demo cutting off content when screen size is too small. (005687d1b64ea5542168183511861f7d023682da)
    • Remove disruptive announcement "Drag handle double tapped"for BottomSheetDragHandleView. (95025c6728e49946c55d4b2688f97fa1d321cd02)
  • Carousel
    • Recyclerview children do not inherit layout direction (ca0b870a344ef6e8f5fadc1ec417ef11f5b23340)
    • Update keyline state if necessary if item size changes (52228c1b3bd50dd1a81bdaae40aeb93ef4d9ea9b)
    • Update multi-browse strategy to always have at least 1 medium item (916e9085f9ca66704f907fd6af14d7e55df5d411)
    • Recalculate keyline state if it doesn't match the current container size (d0f5d721a1f83b3b115d7f20bf865fb1df9063a3)
  • Checkbox
    • Update translations. (771119111e58d101f2540f0bbbb572073ff9c053)
  • Chip
    • Get default minTouchTargetSize from material attributes (436437a6fbf2d28658fea46320a350db33c7a455)
    • Add a show all Chip for a11y (8e334213fc806b399ec014bdf68a3778064de308)
    • Updated flow layout to correctly layout padding when in RTL. (1eaf483fc94f522546d349e6984e24c15d226d18)
    • Fix close icon focus ripple (a7ff8c9006b69cbfcc346f74ed8a9ebad6661346)

... (truncated)

Commits
  • 84c0e6d Update library version to 1.13.0
  • 46fde74 [Theme] Added missing Shape Attributes to Dialog themes
  • 8f58fcc Update library version to 1.13.0-rc01
  • 64867cf [ProgressIndicator] Updated to not throw exceptions for calling `setIndetermi...
  • f89b8af [LoadingIndicator] Added a default static drawable, which is displayed when t...
  • d56330d Update library version to 1.13.0-beta01
  • 1886cf0 [LoadingIndicator] Fixed the animation no constant rotation.
  • 61c5a6d [Internal] Restore binary compatibility (ViewOverlay)
  • e722464 [MaterialButton] Updated the shapes of buttons when the orientation is changed.
  • df9074c [ButtonGroup] Fixed connected button groups to not morph button size.
  • Additional commits viewable in compare view

Updates androidx.room:room-compiler from 2.7.2 to 2.8.4

Updates androidx.room:room-runtime from 2.7.2 to 2.8.4

Updates androidx.room:room-ktx from 2.7.2 to 2.8.4

Updates androidx.room:room-rxjava2 from 2.7.2 to 2.8.4

Updates androidx.room:room-rxjava3 from 2.7.2 to 2.8.4

Updates androidx.room:room-guava from 2.7.2 to 2.8.4

Updates androidx.room:room-testing from 2.7.2 to 2.8.4

Updates androidx.room:room-paging from 2.7.2 to 2.8.4

Updates androidx.room:room-runtime from 2.7.2 to 2.8.4

Updates androidx.room:room-ktx from 2.7.2 to 2.8.4

Updates androidx.room:room-rxjava2 from 2.7.2 to 2.8.4

Updates androidx.room:room-rxjava3 from 2.7.2 to 2.8.4

Updates androidx.room:room-guava from 2.7.2 to 2.8.4

Updates androidx.room:room-testing from 2.7.2 to 2.8.4

Updates androidx.room:room-paging from 2.7.2 to 2.8.4

Updates com.android.application from 8.12.0 to 9.1.0

Updates org.jetbrains.kotlin.android from 2.2.10 to 2.3.10

Release notes

Sourced from org.jetbrains.kotlin.android's releases.

Kotlin 2.3.10

Changelog

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy

JVM. Reflection

  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter

Tools. Compiler Plugins

  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files

Tools. Gradle

  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation

Tools. Gradle. JS

  • KT-82946 Js, Wasm: Upgrade NPM dependencies

Tools. Gradle. Multiplatform

  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9

Kotlin 2.3.10-RC2

ChangeLog

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83983 Revert of KT-83081

Kotlin 2.3.10-RC

Changelog

... (truncated)

Changelog

Sourced from org.jetbrains.kotlin.android's changelog.

2.3.10

Compiler

  • KT-83984 Data races around kotlinx.serialization plugin protobuf extensions registration
  • KT-83317 ClassCastException: with cast kotlin.UInt to java.lang.Number when defining constant
  • KT-83031 K2: unstable resolution of EnhancedNullability from type-use NotNull in presence of unused code
  • KT-81700 flaky overload resolution behaviors (false-positive errors, different final candidates, compile-time failures)
  • KT-83983 Revert of KT-83081
  • KT-83314 JSpecify @NullMarked changes Java equals(Object) to equals(Any?) causing override conflict in Kotlin 2.3
  • KT-82863 @NoInfer regression since 2.2.20
  • KT-82841 "kotlin.NoWhenBranchMatchedException" in when with !is check & non-sealed class in the middle of hierarchy

JVM. Reflection

  • KT-83608 Kotlin-reflect: "Unknown origin of public abstract operator fun invoke(p1: P1, p2: P2): R"
  • KT-83361 "KotlinReflectionInternalError: Type parameter not found: 0" on super types with Kotlin 2.3.0
  • KT-42199 "KotlinReflectionInternalError: Unknown origin of public abstract operator fun invoke" on function reference to FunctionN.invoke
  • KT-81024 Reflection: New KType implementation fails on arguments comparison for a Nothing type parameter

Tools. Compiler Plugins

  • KT-83266 "Unsupported class file major version 69" for "produceReleaseComposeMapping" task with Kotlin 2.3
  • KT-83099 Compose compiler does not generate stack trace mappings for project files

Tools. Gradle

  • KT-83070 The KGP api reference is missing a description
  • KT-82459 Improve iOS simulator boot implementation

Tools. Gradle. JS

  • KT-82946 Js, Wasm: Upgrade NPM dependencies

Tools. Gradle. Multiplatform

  • KT-83687 Revert deprecation of 'androidTarget' for AGP lower than 9

2.3.0

Analysis API

  • KT-80082 K2. False positive "Cannot resolve method" for self-bounded generic with wildcard return type in Java interop
  • KT-80303 Move :native:analysis-api-klib-reader to :libraries:tools

Analysis API. Code Compilation

  • KT-70860 K2 IDE / Kotlin Debugger: CCE “java.lang.String cannot be cast to java.lang.Void” on evaluating not-null variable on the line with assigning null to that var
  • KT-78554 K2 IDE / Kotlin Debugger: ISE “No override for FUN IR_EXTERNAL_DECLARATION_STUB” on calling toString() for local class instance during evaluation

... (truncated)

Commits
  • 679366a Add ChangeLog for 2.3.10-RC2
  • 14ba833 Serialization: remove potential data race during extension registration
  • fb8d334 Revert "K2: implement equality for ConeAttribute.EnhancedNullability"
  • 412afb7 Add ChangeLog for 2.3.10-RC
  • edea41e [Gradle] Un-deprecate 'androidTarget()'
  • 0946452 Bump version of the ASM dependency
  • 655fb78 Reflection: always compute JVM signature of built-in functions manually
  • 58d3875 Fix mergeReleaseComposeMapping task failure when build cache is enabled
  • 56e0a79 Copy R8 outputs to Compose folder when transforming obfuscation file
  • e0eb174 Fix classId for detecting protobuf enums
  • Additional commits viewable in compare view

Updates androidx.navigation.safeargs.kotlin from 2.9.3 to 2.9.7

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the maven-dependencies group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| gradle-wrapper | `9.0.0` | `9.4.0` |
| [com.airbnb.android:lottie](https://github.com/airbnb/lottie-android) | `6.6.7` | `6.7.1` |
| androidx.core:core-ktx | `1.17.0` | `1.18.0` |
| androidx.navigation:navigation-fragment-ktx | `2.9.3` | `2.9.7` |
| androidx.navigation:navigation-ui-ktx | `2.9.3` | `2.9.7` |
| androidx.navigation.safeargs.kotlin | `2.9.3` | `2.9.7` |
| androidx.lifecycle:lifecycle-livedata-ktx | `2.9.2` | `2.10.0` |
| androidx.lifecycle:lifecycle-viewmodel-ktx | `2.9.2` | `2.10.0` |
| [com.google.android.material:material](https://github.com/material-components/material-components-android) | `1.12.0` | `1.13.0` |
| androidx.room:room-compiler | `2.7.2` | `2.8.4` |
| androidx.room:room-runtime | `2.7.2` | `2.8.4` |
| androidx.room:room-ktx | `2.7.2` | `2.8.4` |
| androidx.room:room-rxjava2 | `2.7.2` | `2.8.4` |
| androidx.room:room-rxjava3 | `2.7.2` | `2.8.4` |
| androidx.room:room-guava | `2.7.2` | `2.8.4` |
| androidx.room:room-testing | `2.7.2` | `2.8.4` |
| androidx.room:room-paging | `2.7.2` | `2.8.4` |
| com.android.application | `8.12.0` | `9.1.0` |
| [org.jetbrains.kotlin.android](https://github.com/JetBrains/kotlin) | `2.2.10` | `2.3.10` |



Updates `gradle-wrapper` from 9.0.0 to 9.4.0

Updates `com.airbnb.android:lottie` from 6.6.7 to 6.7.1
- [Release notes](https://github.com/airbnb/lottie-android/releases)
- [Changelog](https://github.com/airbnb/lottie-android/blob/master/CHANGELOG.md)
- [Commits](airbnb/lottie-android@v6.6.7...v6.7.1)

Updates `androidx.core:core-ktx` from 1.17.0 to 1.18.0

Updates `androidx.navigation:navigation-fragment-ktx` from 2.9.3 to 2.9.7

Updates `androidx.navigation:navigation-ui-ktx` from 2.9.3 to 2.9.7

Updates `androidx.navigation.safeargs.kotlin` from 2.9.3 to 2.9.7

Updates `androidx.navigation:navigation-ui-ktx` from 2.9.3 to 2.9.7

Updates `androidx.lifecycle:lifecycle-livedata-ktx` from 2.9.2 to 2.10.0

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.2 to 2.10.0

Updates `androidx.lifecycle:lifecycle-viewmodel-ktx` from 2.9.2 to 2.10.0

Updates `com.google.android.material:material` from 1.12.0 to 1.13.0
- [Release notes](https://github.com/material-components/material-components-android/releases)
- [Commits](material-components/material-components-android@1.12.0...1.13.0)

Updates `androidx.room:room-compiler` from 2.7.2 to 2.8.4

Updates `androidx.room:room-runtime` from 2.7.2 to 2.8.4

Updates `androidx.room:room-ktx` from 2.7.2 to 2.8.4

Updates `androidx.room:room-rxjava2` from 2.7.2 to 2.8.4

Updates `androidx.room:room-rxjava3` from 2.7.2 to 2.8.4

Updates `androidx.room:room-guava` from 2.7.2 to 2.8.4

Updates `androidx.room:room-testing` from 2.7.2 to 2.8.4

Updates `androidx.room:room-paging` from 2.7.2 to 2.8.4

Updates `androidx.room:room-runtime` from 2.7.2 to 2.8.4

Updates `androidx.room:room-ktx` from 2.7.2 to 2.8.4

Updates `androidx.room:room-rxjava2` from 2.7.2 to 2.8.4

Updates `androidx.room:room-rxjava3` from 2.7.2 to 2.8.4

Updates `androidx.room:room-guava` from 2.7.2 to 2.8.4

Updates `androidx.room:room-testing` from 2.7.2 to 2.8.4

Updates `androidx.room:room-paging` from 2.7.2 to 2.8.4

Updates `com.android.application` from 8.12.0 to 9.1.0

Updates `org.jetbrains.kotlin.android` from 2.2.10 to 2.3.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.2.10...v2.3.10)

Updates `androidx.navigation.safeargs.kotlin` from 2.9.3 to 2.9.7

---
updated-dependencies:
- dependency-name: gradle-wrapper
  dependency-version: 9.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.airbnb.android:lottie
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.core:core-ktx
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.navigation:navigation-fragment-ktx
  dependency-version: 2.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.navigation:navigation-ui-ktx
  dependency-version: 2.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.navigation.safeargs.kotlin
  dependency-version: 2.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.navigation:navigation-ui-ktx
  dependency-version: 2.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-livedata-ktx
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx
  dependency-version: 2.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.google.android.material:material
  dependency-version: 1.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-compiler
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-rxjava2
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-rxjava3
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-guava
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-testing
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-paging
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-runtime
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-ktx
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-rxjava2
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-rxjava3
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-guava
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-testing
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.room:room-paging
  dependency-version: 2.8.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: com.android.application
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: maven-dependencies
- dependency-name: org.jetbrains.kotlin.android
  dependency-version: 2.3.10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: maven-dependencies
- dependency-name: androidx.navigation.safeargs.kotlin
  dependency-version: 2.9.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: maven-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants