Skip to content

Conversation

renovate-self-hosted-apter[bot]
Copy link
Contributor

@renovate-self-hosted-apter renovate-self-hosted-apter bot commented Jul 1, 2024

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/setup-java action minor v4.2.1 -> v4.7.1 age confidence
gradle (source) minor 8.8 -> 8.14.3 age confidence
com.google.accompanist:accompanist-navigation-animation dependencies minor 0.34.0 -> 0.36.0 age confidence
androidx.test.ext:junit-ktx dependencies minor 1.1.5 -> 1.3.0 age confidence
org.slf4j:slf4j-simple (source, changelog) dependencies patch 2.0.13 -> 2.0.17 age confidence
co.touchlab:kermit dependencies patch 2.0.3 -> 2.0.8 age confidence
io.ktor:ktor-client-mock dependencies patch 2.3.11 -> 2.3.13 age confidence
io.ktor:ktor-client-logging dependencies patch 2.3.11 -> 2.3.13 age confidence
io.ktor:ktor-client-ios dependencies patch 2.3.11 -> 2.3.13 age confidence
io.ktor:ktor-client-android dependencies patch 2.3.11 -> 2.3.13 age confidence
io.ktor:ktor-client-content-negotiation dependencies patch 2.3.11 -> 2.3.13 age confidence
io.ktor:ktor-serialization-kotlinx-json dependencies patch 2.3.11 -> 2.3.13 age confidence
io.ktor:ktor-client-core dependencies patch 2.3.11 -> 2.3.13 age confidence
io.insert-koin:koin-androidx-compose (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
io.insert-koin:koin-android (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
io.insert-koin:koin-test (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
io.insert-koin:koin-core (source) dependencies minor 4.0.0 -> 4.1.1 age confidence
androidx.navigation:navigation-compose (source) dependencies minor 2.7.7 -> 2.9.4 age confidence
io.coil-kt:coil-compose dependencies minor 2.6.0 -> 2.7.0 age confidence
androidx.compose.ui:ui-tooling (source) dependencies minor 1.6.7 -> 1.9.1 age confidence
androidx.activity:activity-compose (source) dependencies minor 1.9.0 -> 1.11.0 age confidence
androidx.compose.ui:ui-tooling-preview (source) dependencies minor 1.6.7 -> 1.9.1 age confidence
androidx.compose.material:material (source) dependencies minor 1.6.7 -> 1.9.1 age confidence
androidx.compose.runtime:runtime (source) dependencies minor 1.6.7 -> 1.9.1 age confidence
androidx.compose.ui:ui (source) dependencies minor 1.6.7 -> 1.9.1 age confidence
dev.icerock.moko:graphics dependencies minor 0.9.0 -> 0.10.1 age confidence
dev.icerock.mobile.multiplatform-resources plugin minor 0.23.0 -> 0.25.0 age confidence
dev.icerock.moko:resources-compose dependencies minor 0.23.0 -> 0.25.0 age confidence
dev.icerock.moko:resources-test dependencies minor 0.23.0 -> 0.25.0 age confidence
dev.icerock.moko:resources dependencies minor 0.23.0 -> 0.25.0 age confidence
io.gitlab.arturbosch.detekt (source) plugin patch 1.23.6 -> 1.23.8 age confidence
io.gitlab.arturbosch.detekt:detekt-formatting (source) dependencies patch 1.23.6 -> 1.23.8 age confidence
androidx.lifecycle:lifecycle-viewmodel-ktx (source) dependencies minor 2.8.1 -> 2.9.4 age confidence
androidx.lifecycle:lifecycle-runtime-ktx (source) dependencies minor 2.8.1 -> 2.9.4 age confidence
androidx.appcompat:appcompat (source) dependencies patch 1.7.0 -> 1.7.1 age confidence
com.android.library (source) plugin minor 8.4.1 -> 8.13.0 age confidence
com.android.application (source) plugin minor 8.4.1 -> 8.13.0 age confidence

Release Notes

actions/setup-java (actions/setup-java)

v4.7.1

Compare Source

What's Changed
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.7.1

v4.7.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-java@v4...v4.7.0

v4.6.0

Compare Source

What's Changed

Add-ons:

 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: ‘jetbrains’
     java-version: '21'

Bug fixes:

New Contributors

Full Changelog: actions/setup-java@v4...v4.6.0

v4.5.0

Compare Source

What's Changed
Bug fixes:
New Contributors:

Full Changelog: actions/setup-java@v4...v4.5.0

v4.4.0

Compare Source

What's Changed

Add-ons :

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'graalvm'
     java-version: '21'
  • Add workflow file for publishing releases to immutable action package by @​Jcambass in #​684

Bug fixes :

  • Add architecture to cache key by @​Zxilly in #​664
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
  • Resolve check failures by @​aparnajyothi-y in #​687
New Contributors

Full Changelog: actions/setup-java@v4...v4.4.0

v4.3.0

Compare Source

What's Changed

steps:
 - name: Checkout
   uses: actions/checkout@v4
 - name: Setup-java
   uses: actions/setup-java@v4
   with:
     distribution: 'sapmachine'
     java-version: '21'

Bug fixes :

New Contributors :

Full Changelog: actions/setup-java@v4...v4.3.0

v4.2.2

Compare Source

What's Changed


Bug fixes:
Documentation changes
Dependency updates:

Full Changelog: actions/setup-java@v4...v4.2.2

gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.2: 8.14.2

Compare Source

The Gradle team is excited to announce Gradle 8.14.2.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.2 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14.1: 8.14.1

Compare Source

The Gradle team is excited to announce Gradle 8.14.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.1 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.14: 8.14

Compare Source

The Gradle team is excited to announce Gradle 8.14.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.13: 8.13

Compare Source

The Gradle team is excited to announce Gradle 8.13.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
Adam,
Ahmad Al-Masry,
Ahmed Ehab,
Aurimas,
Baptiste Decroix,
Björn Kautler,
Borewit,
Jorge Matamoros,
Lei Zhu,
Madalin Valceleanu,
Mohammed Thavaf,
Patrick Brückner,
Philip Wedemann,
Roberto Perez Alcolea,
Róbert Papp,
Semyon Gaschenko,
Shi Chen,
Stefan M.,
Steven Schoen,
tg-freigmbh,
TheGoesen,
Tony Robalik,
Zongle Wang.

Upgrade instructions

Switch your build to use Gradle 8.13 by updating your wrapper:

./gradlew wrapper --gradle-version=8.13 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.12.1: 8.12.1

Compare Source

The Gradle team is excited to announce Gradle 8.12.1.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.12: 8.12

Compare Source

The Gradle team is excited to announce Gradle 8.12.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Abhiraj Adhikary,
Ayush Saxena,
Björn Kautler,
davidburstrom,
Dominic Fellbaum,
Emmanuel Ferdman,
Finn Petersen,
Johnny Lim,
Mahdi Hosseinzadeh,
Martin Bonnin,
Paint_Ninja,
Petter Måhlén,
Philip Wedemann,
stegeto22,
Tanish,
TheGoesen,
Tim Nielens,
Trout Zhang,
Victor Merkulov

Upgrade instructions

Switch your build to use Gradle 8.12 by updating your wrapper:

./gradlew wrapper --gradle-version=8.12

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11.1: 8.11.1

Compare Source

This is a patch release for Gradle 8.11. We recommend users upgrade to 8.11.1 instead of 8.11.

It fixes the following issues:

  • #​31268 BuildEventsListenerRegistry corrupted with Isolated Projects and parallel configuration
  • #​31282 Running executables sporadically fails with ETXTBSY (Text file busy)
  • #​31284 ArrayIndexOutOfBoundsException after upgrading to gradle 8.11 when generating problems report
  • #​31310 Unable to run Gradle task in 8.10 due to bytecode interception

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.11.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.11: 8.11

Compare Source

The Gradle team is excited to announce Gradle 8.11.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Adam,
alyssoncs,
Bilel MEDIMEGH,
Björn Kautler,
Chuck Thomas,
Daniel Lacasse,
Finn Petersen,
JK,
Jérémie Bresson,
luozexuan,
Mahdi Hosseinzadeh,
Markus Gaisbauer,
Matthew Haughton,
Matthew Von-Maszewski,
ploober,
Siarhei,
Titus James,
vrp0211

Upgrade instructions

Switch your build to use Gradle 8.11 by updating your wrapper:

./gradlew wrapper --gradle-version=8.11

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.2: 8.10.2

Compare Source

This is a patch release for 8.10. We recommend using 8.10.2 instead of 8.10

It fixes the following issues:

  • #​30472 Investigate possibly broken 8.10.1
  • #​30477 Kotlin Mutliplatform build with reused daemon fails with "Cannot query the value of task ':compileKotlinWindows' property 'kotlinNativeBundleBuildService' because it has no value available."
  • #​30497 DefaultTaskCollection#configureEach(Action) on task set cannot be executed in the current context

Issues fixed in the first patch release:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.2 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.2

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10.1: 8.10.1

Compare Source

This is a patch release for 8.10. We recommend using 8.10.1 instead of 8.10

It fixes the following issues:

  • #​30239 Gradle 8.10 Significantly Slower Due to Dependency Resolution
  • #​30272 Broken equals() contract for LifecycleAwareProject
  • #​30385 Gradle should not validate isolated projects when isolated projects is disabled

Read the Release Notes

Upgrade instructions

Switch your build to use Gradle 8.10.1 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10.1

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.10: 8.10

Compare Source

The Gradle team is excited to announce Gradle 8.10.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Björn Kautler,
Craig Andrews,
gotovsky,
Jeff,
Kirill Gavrilov,
Madalin Valceleanu,
Sergei Vorobev,
Thach Le,
Thad Guidry

Upgrade instructions

Switch your build to use Gradle 8.10 by updating your wrapper:

./gradlew wrapper --gradle-version=8.10

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

v8.9: 8.9

Compare Source

The Gradle team is excited to announce Gradle 8.9.

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
/dev/mataha,
Alex-Vol-Amz,
Andrew Quinney,
Andrey Mischenko,
Björn Kautler,
dancer13,
Danish Nawab,
Endeavour233,
Gediminas Rimša,
gotovsky,
Jay Wei,
Jeff,
Madalin Valceleanu,
markslater,
Mel Arthurs,
Michael,
Nils Brugger,
[Ole Osterhagen](https://red


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

Copy link

coderabbitai bot commented Jul 1, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

This update involves upgrading various dependency versions in Gradle configurations and incrementing the GitHub Actions setup-java action version. The changes include updates to the setup-java action in multiple jobs and enhancements to several libraries, ensuring the project utilizes the latest versions.

Changes

Files Change Summary
.github/workflows/GitHubUserFinder.yml Updated setup-java action version from v4.2.1 to v4.7.1 (three instances).
gradle/libs.versions.toml Upgraded multiple dependencies, including AGP from 8.4.1 to 8.9.1 and various libraries to newer versions.
gradle/wrapper/gradle-wrapper.properties Changed Gradle version from 8.8 to 8.13.

Possibly related issues

  • Dependency Dashboard #48: The changes in the main issue regarding the update of the setup-java action version are related to the retrieved issue, which also mentions updates to the actions/setup-java in the context of GitHub Actions workflows.

🐇 In the meadow where the bright flowers sway,
New versions leap, brightening the day!
Dependencies twirl in a cheerful dance,
With upgrades galore, we take a chance.
So here's to our code, fresh and spry,
Let's leap toward success and reach for the sky! 🌼✨

Tip

👮 Agentic pre-merge checks are now available in preview!

Pro plan users can now enable pre-merge checks in their settings to enforce checklists before merging PRs.

  • Built-in checks – Quickly apply ready-made checks to enforce title conventions, require pull request descriptions that follow templates, validate linked issues for compliance, and more.
  • Custom agentic checks – Define your own rules using CodeRabbit’s advanced agentic capabilities to enforce organization-specific policies and workflows. For example, you can instruct CodeRabbit’s agent to verify that API documentation is updated whenever API schema files are modified in a PR. Note: Upto 5 custom checks are currently allowed during the preview period. Pricing for this feature will be announced in a few weeks.

Please see the documentation for more information.

Example:

reviews:
  pre_merge_checks:
    custom_checks:
      - name: "Undocumented Breaking Changes"
        mode: "warning"
        instructions: |
          Pass/fail criteria: All breaking changes to public APIs, CLI flags, environment variables, configuration keys, database schemas, or HTTP/GraphQL endpoints must be documented in the "Breaking Change" section of the PR description and in CHANGELOG.md. Exclude purely internal or private changes (e.g., code not exported from package entry points or explicitly marked as internal).

Please share your feedback with us on this Discord post.


Comment @coderabbitai help to get the list of available commands and usage tips.

@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch from b0fb857 to 6abb80f Compare July 1, 2024 17:23
@renovate-self-hosted-apter renovate-self-hosted-apter bot changed the title fix(deps): update all non-major dependencies chore(deps): update all non-major dependencies Jul 11, 2024
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e723ee4 to b181cf4 Compare July 17, 2024 17:51
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 34d00e0 to 836a0cc Compare July 24, 2024 17:24
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 01b7b69 and 4c7ac9d.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/GitHubUserFinder.yml
Additional comments not posted (11)
gradle/wrapper/gradle-wrapper.properties (1)

3-3: LGTM! Gradle distribution URL correctly updated.

The distributionUrl has been updated to use Gradle version 8.9. The URL is correctly formatted.

gradle/libs.versions.toml (10)

7-7: LGTM! AGP version updated.

The agp version has been updated from 8.4.1 to 8.5.1. This is a non-major update.


14-14: LGTM! lifecycleViewModel version updated.

The lifecycleViewModel version has been updated from 2.8.1 to 2.8.4. This is a non-major update.


19-19: LGTM! mokoResources version updated.

The mokoResources version has been updated from 0.23.0 to 0.24.1. This is a non-major update.


22-22: LGTM! compose version updated.

The compose version has been updated from 1.6.7 to 1.6.8. This is a non-major update.


23-23: LGTM! composeActivity version updated.

The composeActivity version has been updated from 1.9.0 to 1.9.1. This is a non-major update.


25-25: LGTM! composeUITooling version updated.

The composeUITooling version has been updated from 1.6.7 to 1.6.8. This is a non-major update.


26-26: LGTM! composeCoil version updated.

The composeCoil version has been updated from 2.6.0 to 2.7.0. This is a non-major update.


33-33: LGTM! ktor version updated.

The ktor version has been updated from 2.3.11 to 2.3.12. This is a non-major update.


35-35: LGTM! kermit version updated.

The kermit version has been updated from 2.0.3 to 2.0.4. This is a non-major update.


37-37: LGTM! junitKtx version updated.

The junitKtx version has been updated from 1.1.5 to 1.2.1. This is a non-major update.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4c7ac9d and 958ab78.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (2)
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/GitHubUserFinder.yml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 958ab78 and 8b121e8.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • gradle/wrapper/gradle-wrapper.properties
Files skipped from review as they are similar to previous changes (2)
  • .github/workflows/GitHubUserFinder.yml
  • gradle/libs.versions.toml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8b121e8 and 8f6b2c2.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review as they are similar to previous changes (3)
  • .github/workflows/GitHubUserFinder.yml
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 8f6b2c2 and 02a4cd7.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (2)
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties
Files skipped from review as they are similar to previous changes (1)
  • .github/workflows/GitHubUserFinder.yml

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 02a4cd7 and a2788a7.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review as they are similar to previous changes (3)
  • .github/workflows/GitHubUserFinder.yml
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between a2788a7 and 4e8ec17.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/GitHubUserFinder.yml
Additional comments not posted (9)
gradle/wrapper/gradle-wrapper.properties (1)

3-3: Update to Gradle 8.10 looks good.

The update from Gradle 8.8 to 8.10 is consistent with the PR's goal of updating dependencies. Ensure that the new version is compatible with your project's build scripts and plugins.

gradle/libs.versions.toml (8)

7-7: Android Gradle Plugin update to 8.5.2 looks good.

Ensure compatibility with your project's build scripts and other plugins.


14-14: Lifecycle ViewModel update to 2.8.4 looks good.

Check for any changes in lifecycle management that might affect your application.


19-19: Moko Resources update to 0.24.2 looks good.

Verify that the new version aligns with your resource management needs.


22-23: Compose updates to 1.6.8 and 1.9.1 look good.

Ensure compatibility with your Compose UI components.


25-26: Compose UI Tooling and Coil updates look good.

Check for any changes in UI tooling and image loading that might affect your application.


33-33: Ktor update to 2.3.12 looks good.

Verify that the new version aligns with your networking requirements.


35-36: Kermit and SLF4J updates look good.

Ensure compatibility with your logging framework.


37-37: JUnit KTX update to 1.2.1 looks good.

Verify that the new version supports your testing framework.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 4e8ec17 and 6b6b4ef.

Files selected for processing (3)
  • .github/workflows/GitHubUserFinder.yml (3 hunks)
  • gradle/libs.versions.toml (1 hunks)
  • gradle/wrapper/gradle-wrapper.properties (1 hunks)
Files skipped from review due to trivial changes (1)
  • .github/workflows/GitHubUserFinder.yml
Files skipped from review as they are similar to previous changes (2)
  • gradle/libs.versions.toml
  • gradle/wrapper/gradle-wrapper.properties

@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d7353e8 to 9d83bb9 Compare September 5, 2024 02:56
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 70b12b2 to 7258ccf Compare July 4, 2025 09:09
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch from 7258ccf to 284f0b7 Compare July 4, 2025 09:29
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 147172c to 9c45bb4 Compare July 10, 2025 21:54
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 241c1c4 to 03a443e Compare July 31, 2025 17:00
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from b5a8a7b to ad7fd3d Compare August 19, 2025 21:10
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 73ce590 to 85dc2d2 Compare September 3, 2025 17:11
@renovate-self-hosted-apter renovate-self-hosted-apter bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f973877 to 3292146 Compare September 10, 2025 17:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants