Skip to content

Dependency Dashboard #8

@renovate

Description

@renovate

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.
View this repository on the Mend.io Web Portal.

Config Migration Needed

  • Select this checkbox to let Renovate create an automated Config Migration PR.

Repository Problems

These problems occurred while renovating this repository. View logs.

  • ⚠️ WARN: Package lookup failures

Rate-Limited

The following updates are currently rate-limited. To force their creation now, click on a checkbox below.

  • chore(deps): update kotlin to v1.9.25 (org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.kapt, org.jetbrains.kotlin.android)
  • fix(deps): update androidxappcompat to v1.7.1
  • fix(deps): update moshi to v1.15.2 (com.squareup.moshi:moshi-kotlin-codegen, com.squareup.moshi:moshi-kotlin)
  • fix(deps): update transformationlayout to v1.1.6
  • chore(deps): update gradle to v8.14.5
  • fix(deps): update agp to v8.13.2 (com.android.library, com.android.application, com.android.tools.build:gradle)
  • fix(deps): update androidxroom to v2.8.4 (androidx.room:room-compiler, androidx.room:room-ktx, androidx.room:room-runtime)
  • fix(deps): update bindables to v1.2.0
  • fix(deps): update hilt to v2.59.2 (com.google.dagger:hilt-android-testing, com.google.dagger:hilt-compiler, com.google.dagger:hilt-android, com.google.dagger:hilt-android-gradle-plugin)
  • fix(deps): update kotlinx-coroutines monorepo to v1.11.0 (org.jetbrains.kotlinx:kotlinx-coroutines-test, org.jetbrains.kotlinx:kotlinx-coroutines-android)
  • fix(deps): update material to v1.14.0
  • fix(deps): update recyclerview to v1.4.0
  • fix(deps): update retrofit monorepo to v2.12.0 (com.squareup.retrofit2:converter-moshi, com.squareup.retrofit2:converter-gson)
  • fix(deps): update robolectric to v4.16.1
  • fix(deps): update sandwich to v2.2.2
  • fix(deps): update truth to v1.4.5
  • fix(deps): update turbine to v1.2.1
  • fix(deps): update whatif to v1.2.1
  • chore(deps): update gradle to v9
  • chore(deps): update kotlin to v2 (org.jetbrains.kotlin.plugin.parcelize, org.jetbrains.kotlin.kapt, org.jetbrains.kotlin.android)
  • chore(deps): update plugin spotless to v8
  • fix(deps): update agp to v9 (com.android.library, com.android.application, com.android.tools.build:gradle)
  • fix(deps): update kotlin monorepo to v2
  • fix(deps): update ksp monorepo to v2 (com.google.devtools.ksp, com.google.devtools.ksp:symbol-processing)
  • fix(deps): update okhttp monorepo to v5 (com.squareup.okhttp3:mockwebserver, com.squareup.okhttp3:logging-interceptor)
  • fix(deps): update retrofit monorepo to v3 (com.squareup.retrofit2:converter-moshi, com.squareup.retrofit2:converter-gson)
  • 🔐 Create all rate-limited PRs at once 🔐

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package dagger.hilt.android.plugin:dagger.hilt.android.plugin.gradle.plugin: no-result.

Files affected: gradle/libs.versions.toml


Open

The following updates have all been created. To force a retry/rebase of any, click on a checkbox below.

PR Closed (Blocked)

The following updates are blocked by an existing closed PR. To recreate the PR, click on a checkbox below.

Detected Dependencies

gradle (12)
app/build.gradle.kts
build.gradle.kts
buildSrc/build.gradle.kts
buildSrc/src/main/kotlin/com/mx/rockstar/mytemplate/Configuration.kt
core-data/build.gradle.kts
core-database/build.gradle.kts
core-model/build.gradle.kts
core-network/build.gradle.kts
core-test/build.gradle.kts
gradle.properties
gradle/libs.versions.toml (53)
  • com.android.tools.build:gradle 8.2.1 → [Updates: 8.13.2, 9.2.1]
  • org.jetbrains.kotlin:kotlin-gradle-plugin 1.9.22 → [Updates: 1.9.25, 2.3.21]
  • com.google.dagger:hilt-android-gradle-plugin 2.50 → [Updates: 2.59.2]
  • com.google.devtools.ksp:symbol-processing 1.9.22-1.0.16 → [Updates: 1.9.25-1.0.20, 2.3.9]
  • com.google.android.material:material 1.11.0 → [Updates: 1.14.0]
  • androidx.constraintlayout:constraintlayout 2.1.4 → [Updates: 2.2.1]
  • androidx.core:core-ktx 1.12.0 → [Updates: 1.18.0]
  • androidx.appcompat:appcompat 1.7.0 → [Updates: 1.7.1]
  • androidx.fragment:fragment-ktx 1.6.2 → [Updates: 1.8.9]
  • androidx.lifecycle:lifecycle-viewmodel-ktx 2.7.0 → [Updates: 2.10.0]
  • androidx.startup:startup-runtime 1.1.1 → [Updates: 1.2.0]
  • androidx.arch.core:core-testing 2.2.0
  • androidx.room:room-runtime 2.6.1 → [Updates: 2.8.4]
  • androidx.room:room-ktx 2.6.1 → [Updates: 2.8.4]
  • androidx.room:room-compiler 2.6.1 → [Updates: 2.8.4]
  • com.github.skydoves:bindables 1.1.0 → [Updates: 1.2.0]
  • com.google.dagger:hilt-android 2.50 → [Updates: 2.59.2]
  • com.google.dagger:hilt-compiler 2.50 → [Updates: 2.59.2]
  • com.google.dagger:hilt-android-testing 2.50 → [Updates: 2.59.2]
  • org.jetbrains.kotlinx:kotlinx-coroutines-android 1.7.3 → [Updates: 1.11.0]
  • com.github.skydoves:whatif 1.1.4 → [Updates: 1.2.1]
  • com.jakewharton.timber:timber 5.0.1
  • com.github.skydoves:bundler 1.0.4
  • com.squareup.retrofit2:converter-gson 2.9.0 → [Updates: 2.12.0, 3.0.0]
  • com.squareup.retrofit2:converter-moshi 2.9.0 → [Updates: 2.12.0, 3.0.0]
  • com.squareup.okhttp3:logging-interceptor 4.12.0 → [Updates: 5.3.2]
  • com.squareup.okhttp3:mockwebserver 4.12.0 → [Updates: 5.3.2]
  • com.squareup.moshi:moshi-kotlin 1.15.0 → [Updates: 1.15.2]
  • com.squareup.moshi:moshi-kotlin-codegen 1.15.0 → [Updates: 1.15.2]
  • com.github.skydoves:sandwich 2.0.5 → [Updates: 2.2.2]
  • androidx.recyclerview:recyclerview 1.3.2 → [Updates: 1.4.0]
  • com.github.skydoves:baserecyclerviewadapter 1.0.4
  • com.github.skydoves:progressview 1.1.3
  • com.github.skydoves:transformationlayout 1.1.5 → [Updates: 1.1.6]
  • junit:junit 4.13.2
  • app.cash.turbine:turbine 1.0.0 → [Updates: 1.2.1]
  • androidx.test:core 1.5.0 → [Updates: 1.7.0]
  • com.nhaarman.mockitokotlin2:mockito-kotlin 2.2.0
  • org.mockito:mockito-inline 5.2.0
  • org.jetbrains.kotlinx:kotlinx-coroutines-test 1.7.3 → [Updates: 1.11.0]
  • com.google.truth:truth 1.2.0 → [Updates: 1.4.5]
  • org.robolectric:robolectric 4.11.1 → [Updates: 4.16.1]
  • androidx.test.ext:junit 1.1.5 → [Updates: 1.3.0]
  • androidx.test.espresso:espresso-core 3.5.1 → [Updates: 3.7.0]
  • com.android.support.test:runner 1.3.0-beta01
  • com.diffplug.spotless 6.24.0 → [Updates: 6.25.0, 8.6.0]
  • com.android.application 8.2.1 → [Updates: 8.13.2, 9.2.1]
  • org.jetbrains.kotlin.android 1.9.22 → [Updates: 1.9.25, 2.3.21]
  • org.jetbrains.kotlin.kapt 1.9.22 → [Updates: 1.9.25, 2.3.21]
  • org.jetbrains.kotlin.plugin.parcelize 1.9.22 → [Updates: 1.9.25, 2.3.21]
  • com.android.library 8.2.1 → [Updates: 8.13.2, 9.2.1]
  • dagger.hilt.android.plugin hilt
  • com.google.devtools.ksp 1.9.22-1.0.16 → [Updates: 1.9.25-1.0.20, 2.3.9]
settings.gradle.kts
gradle-wrapper (1)
gradle/wrapper/gradle-wrapper.properties (1)
  • gradle 8.5 → [Updates: 8.14.5, 9.5.1]

  • Check this box to trigger a request for Renovate to run again on this repository

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions