Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 16, 2025

Bumps dev.drewhamilton.poko from 0.19.3 to 0.20.1.

Release notes

Sourced from dev.drewhamilton.poko's releases.

0.20.1

Add ability to generate a subset of Poko functions with @Poko.EqualsAndHashCode and @Poko.ToString. Apply one of these to a class instead of the standard @Poko annotation, and only the respective function(s) will be generated by the Poko plugin. This feature is experimental and requires opt-in via @IndependentFunctionsSupport.

Add forward compatibility with Kotlin 2.3.0-Beta1.

Target Gradle 9.1.0, and add backward compatibility with Gradle 8.11.

0.20.0

Compile with Kotlin 2.2.20.

Drop support for Kotlin 2.2.0 and 2.2.10 due to incompatibility.

Changelog

Sourced from dev.drewhamilton.poko's changelog.

0.20.1

2025-10-16

Add ability to generate a subset of Poko functions with @Poko.EqualsAndHashCode and @Poko.ToString. Apply one of these to a class instead of the standard @Poko annotation, and only the respective function(s) will be generated by the Poko plugin. This feature is experimental and requires opt-in via @IndependentFunctionsSupport.

Add forward compatibility with Kotlin 2.3.0-Beta1.

Target Gradle 9.1.0, and add backward compatibility with Gradle 8.11.

0.20.0

2025-09-11

Compile with Kotlin 2.2.20.

Drop support for Kotlin 2.2.0 and 2.2.10 due to incompatibility.

Commits
  • 4b3146e Release 0.20.1
  • cd6ca3d Test forward compatibility with Kotlin 2.2.21-RC2 (#607)
  • 6011b90 fix(deps): update dependency org.jetbrains.dokka:dokka-gradle-plugin to v2.1....
  • 531b119 fix(deps): update dependency dev.zacsweers.kctfork:core to v0.10.1 (#605)
  • 205c255 Add fixture test, validate minimum Gradle version (#604)
  • 4e9cd90 fix(deps): update dependency androidx.compose.runtime:runtime to v1.9.3 (#603)
  • 9469d78 Add compatibility with older Gradle versions (#602)
  • 87d4d70 fix(deps): update dependency com.github.gmazzo.buildconfig:plugin to v5.7.0 (...
  • 39fed63 fix(deps): update kotlin (#590)
  • 732574b Test forward compatibility with Kotlin 2.2.21-RC and 2.3.0-Beta1 (#598)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [dev.drewhamilton.poko](https://github.com/drewhamilton/Poko) from 0.19.3 to 0.20.1.
- [Release notes](https://github.com/drewhamilton/Poko/releases)
- [Changelog](https://github.com/drewhamilton/Poko/blob/main/CHANGELOG.md)
- [Commits](drewhamilton/Poko@0.19.3...0.20.1)

---
updated-dependencies:
- dependency-name: dev.drewhamilton.poko
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant