Skip to content

Comments

chore: consolidate dependabot dependency updates#290

Merged
jakubuid merged 3 commits intodevelopfrom
chore/consolidate-dependabot-updates
Feb 11, 2026
Merged

chore: consolidate dependabot dependency updates#290
jakubuid merged 3 commits intodevelopfrom
chore/consolidate-dependabot-updates

Conversation

@jakubuid
Copy link
Collaborator

Summary

  • Consolidates 12 open dependabot PRs into a single update
  • Updates Gradle dependencies: Kotlin 2.2.0 → 2.2.10, AndroidX Core 1.13.1 → 1.17.0, AndroidX Lifecycle 2.9.2 → 2.9.3, Compose Material 1.7.1 → 1.9.4, and more
  • Updates GitHub Actions: checkout v6, upload-artifact v5, download-artifact v6
  • Skips sonarqube update (already removed in chore: remove SonarCloud/SonarQube integration #289)

Gradle dependency updates

Dependency From To Dependabot PR
kotlin (+ kapt, KSP) 2.2.0 2.2.10 #194
androidx.core:core-ktx 1.13.1 1.17.0 #197
androidx.lifecycle 2.9.2 2.9.3 #198
androidx.compose.material:material 1.7.1 1.9.4 #223
androidx.test:core 1.6.1 1.7.0 #190
androidx.test.ext:junit-ktx 1.2.1 1.3.0 #193
org.xerial:sqlite-jdbc 3.8.10.2 3.50.3.0 #192
jersey-common 3.1.6 3.1.11 #195
google-services 4.4.2 4.4.4 #214

GitHub Actions updates

Action From To Dependabot PR
actions/checkout v4/v5 v6 #238
actions/upload-artifact v4 v5 #221
actions/download-artifact v5 v6 #225

Skipped

Test plan

  • Verify Gradle sync succeeds with new dependency versions
  • Run unit tests to confirm no regressions
  • Verify CI workflows run successfully with updated GitHub Actions

🤖 Generated with Claude Code

Gradle dependencies:
- kotlin 2.2.0 → 2.2.10 (+ kapt, ksp 2.2.10-2.0.2)
- androidx.core:core-ktx 1.13.1 → 1.17.0
- androidx.lifecycle 2.9.2 → 2.9.3
- androidx.compose.material 1.7.1 → 1.9.4
- androidx.test:core 1.6.1 → 1.7.0
- androidx.test.ext:junit-ktx 1.2.1 → 1.3.0
- org.xerial:sqlite-jdbc 3.8.10.2 → 3.50.3.0
- jersey-common 3.1.6 → 3.1.11
- google-services 4.4.2 → 4.4.4

GitHub Actions:
- actions/checkout v4/v5 → v6
- actions/upload-artifact v4 → v5
- actions/download-artifact v5 → v6

Skipped org.sonarqube (already removed from project).

Closes #238, #225, #223, #221, #214, #198, #197, #195, #194, #193, #192, #190

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
jakubuid and others added 2 commits February 11, 2026 12:15
…ility

androidx.core:core-ktx 1.17.0 requires compileSdk 36. Decouple
compileSdk from targetSdk so targetSdk stays at 35 while compileSdk
moves to 36.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
animateItemPlacement() was removed in Compose 1.9.x.
The replacement API is animateItem().

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@sonarqubecloud
Copy link

@jakubuid jakubuid merged commit b43c183 into develop Feb 11, 2026
13 of 14 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant