Skip to content

fix(deps): update all dependencies #289

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025
Merged

fix(deps): update all dependencies #289

merged 1 commit into from
Jul 31, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 25, 2025

This PR contains the following updates:

Package Change Age Confidence
dev.drewhamilton.poko 0.19.2 -> 0.19.3 age confidence
androidx.test.ext:junit-ktx 1.2.1 -> 1.3.0 age confidence
androidx.test:core-ktx 1.6.1 -> 1.7.0 age confidence
androidx.test.espresso:espresso-core 3.6.1 -> 3.7.0 age confidence

Release Notes

drewhamilton/Poko (dev.drewhamilton.poko)

v0.19.3

Compare Source

2025-07-25

Update the Poko Gradle plugin to target Kotlin 2.1, to ensure compatibility with Gradle's embedded
Kotlin version (currently 2.0.21).
This does not affect the Kotlin version of Poko itself, which is currently 2.2.0.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 25, 2025
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jul 25, 2025
Copy link

codecov bot commented Jul 25, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 61.19%. Comparing base (27e7e4b) to head (73a8ba3).
⚠️ Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #289   +/-   ##
=======================================
  Coverage   61.19%   61.19%           
=======================================
  Files          37       37           
  Lines        1108     1108           
  Branches      106      106           
=======================================
  Hits          678      678           
  Misses        414      414           
  Partials       16       16           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

| datasource | package                                                   | from   | to     |
| ---------- | --------------------------------------------------------- | ------ | ------ |
| maven      | dev.drewhamilton.poko:dev.drewhamilton.poko.gradle.plugin | 0.19.2 | 0.19.3 |
| maven      | androidx.test.ext:junit-ktx                               | 1.2.1  | 1.3.0  |
| maven      | androidx.test:core-ktx                                    | 1.6.1  | 1.7.0  |
| maven      | androidx.test.espresso:espresso-core                      | 3.6.1  | 3.7.0  |
@renovate renovate bot force-pushed the renovate/all-deps branch from dd476a3 to 73a8ba3 Compare July 31, 2025 02:36
@renovate renovate bot changed the title chore(deps): update dependency dev.drewhamilton.poko to v0.19.3 fix(deps): update all dependencies Jul 31, 2025
@hoc081098 hoc081098 requested a review from Copilot July 31, 2025 03:06
Copy link
Contributor

@Copilot 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 four dependencies to their latest versions as part of routine maintenance. The updates include both testing libraries and build tools.

  • Updates Poko Gradle plugin from 0.19.2 to 0.19.3 for Kotlin 2.1 compatibility
  • Updates AndroidX testing libraries (junit-ktx, core-ktx, espresso-core) to newer versions
  • Maintains compatibility with current Gradle and testing frameworks

@hoc081098 hoc081098 merged commit a17c08f into master Jul 31, 2025
8 checks passed
@hoc081098 hoc081098 deleted the renovate/all-deps branch July 31, 2025 03:06
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant