Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 9, 2025

Bumps de.jensklingenberg.ktorfit:ktorfit-lib from 2.6.5 to 2.7.0.

Changelog

Sourced from de.jensklingenberg.ktorfit:ktorfit-lib's changelog.

2.7.0

2.7.0 -

  • Supported KSP version: >=2.3.0
  • Supported Kotlin version: >=2.3.0
  • Ktor version: 3.3.3

Changed

  • Update Kotlin to 2.3.0
  • Update Ktor to 3.3.3

Fixed

  • Class-level annotations (e.g., @HiddenFromObjC, @ObjCName, @Deprecated) are now properly propagated to generated implementation classes. This resolves compilation errors when using annotations like @HiddenFromObjC on Ktorfit interfaces

Deprecated

  • The kotlinVersion property in the Ktorfit Gradle plugin extension is now deprecated in favor of compilerPluginVersion.

    Reason: The new compilerPluginVersion property provides a clearer and more accurate description of its purpose, which is to specify the version of the Ktorfit compiler plugin, not the Kotlin language version. This change improves configuration clarity and reduces confusion.

    Migration: Replace any usage of kotlinVersion in your Gradle build scripts with compilerPluginVersion. The kotlinVersion property will continue to work for now, but will be removed in a future release.

    Example migration:

    // Old (deprecated)
    ktorfit {
        kotlinVersion.set("2.3.0")
    }
    // New (recommended)
    ktorfit {
        compilerPluginVersion.set("2.3.0")
    }
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [de.jensklingenberg.ktorfit:ktorfit-lib](https://github.com/Foso/Ktorfit) from 2.6.5 to 2.7.0.
- [Release notes](https://github.com/Foso/Ktorfit/releases)
- [Changelog](https://github.com/Foso/Ktorfit/blob/master/docs/CHANGELOG.md)
- [Commits](https://github.com/Foso/Ktorfit/commits)

---
updated-dependencies:
- dependency-name: de.jensklingenberg.ktorfit:ktorfit-lib
  dependency-version: 2.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 9, 2025
@dependabot dependabot bot requested a review from ansman as a code owner December 9, 2025 13:07
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 9, 2025
@ansman ansman enabled auto-merge (squash) December 9, 2025 13:11
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 12, 2025

Superseded by #430.

@dependabot dependabot bot closed this Dec 12, 2025
auto-merge was automatically disabled December 12, 2025 13:07

Pull request was closed

@dependabot dependabot bot deleted the dependabot/gradle/de.jensklingenberg.ktorfit-ktorfit-lib-2.7.0 branch December 12, 2025 13:07
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 java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant