Skip to content

Dependency update Feb 2026#37

Open
KCeh wants to merge 6 commits intomainfrom
housekeeping/dependency-update-02-2026
Open

Dependency update Feb 2026#37
KCeh wants to merge 6 commits intomainfrom
housekeeping/dependency-update-02-2026

Conversation

@KCeh
Copy link
Collaborator

@KCeh KCeh commented Feb 23, 2026

Summary

I updated project so we can close the security alerts

Changes

  • AGP bump to 8.13.2
  • Dependency bump
  • Dokka 2.0+ config migration
  • Detekt fixes

Type

  • Feature: This pull request introduces a new feature.
  • Bug fix: This pull request fixes a bug.
  • Refactor: This pull request refactors existing code.
  • Documentation: This pull request updates documentation.
  • Other: This pull request makes other changes.

Additional information

  • This pull request introduces a breaking change.

Description

Checklist

  • I have performed a self-review of my own code.
  • I have tested my changes, including edge cases.
  • I have added necessary tests for the changes introduced (if applicable).
  • I have updated the documentation to reflect my changes (if applicable).

Additional notes

I tested publishing to Maven Local and all looks good

@KCeh KCeh requested a review from Copilot February 23, 2026 15:08
@KCeh KCeh self-assigned this Feb 23, 2026
@KCeh KCeh added the enhancement New feature or request label Feb 23, 2026
@KCeh KCeh marked this pull request as draft February 23, 2026 15:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates project dependencies and migrates Kotlin compiler configuration to newer Gradle conventions, aligned with a February 2026 timeframe. The updates include bumping Gradle to 8.13, Android Gradle Plugin to 8.13.2, Kotlin to 2.3.10, and various AndroidX libraries, along with migrating from the deprecated kotlinOptions block to the modern kotlin.compilerOptions syntax.

Changes:

  • Updated Gradle wrapper from 8.5 to 8.13
  • Updated multiple dependencies including Kotlin (1.9.22 → 2.3.10), AGP (8.2.0 → 8.13.2), and various AndroidX libraries
  • Migrated Kotlin compiler configuration from kotlinOptions to kotlin.compilerOptions across all Android modules

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
gradle/wrapper/gradle-wrapper.properties Updated Gradle wrapper distribution from 8.5 to 8.13
gradle/libs.versions.toml Updated version numbers for all dependencies and added junit-platform-launcher to test bundle
sample/build.gradle.kts Migrated from kotlinOptions to kotlin.compilerOptions syntax
buggy-android/build.gradle.kts Migrated from kotlinOptions to kotlin.compilerOptions syntax
buggy-timber-logger/build.gradle.kts Migrated from kotlinOptions to kotlin.compilerOptions syntax
buggy-rolling-file-logger/build.gradle.kts Migrated from kotlinOptions to kotlin.compilerOptions syntax with freeCompilerArgs

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sonarqubecloud
Copy link

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 23 out of 23 changed files in this pull request and generated 3 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@KCeh KCeh marked this pull request as ready for review February 23, 2026 21:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants