Skip to content

build(deps): bump org.jlleitschuh.gradle:ktlint-gradle from 11.1.0 to 14.2.0#4867

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-14.2.0
Open

build(deps): bump org.jlleitschuh.gradle:ktlint-gradle from 11.1.0 to 14.2.0#4867
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-14.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor

Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.1.0 to 14.2.0.

@dependabot dependabot Bot added Dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 19, 2026
@dependabot dependabot Bot force-pushed the dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-14.2.0 branch from ab342cd to 239c07c Compare May 21, 2026 07:31
Bumps org.jlleitschuh.gradle:ktlint-gradle from 11.1.0 to 14.2.0.

---
updated-dependencies:
- dependency-name: org.jlleitschuh.gradle:ktlint-gradle
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/gradle/org.jlleitschuh.gradle-ktlint-gradle-14.2.0 branch from 239c07c to 6732899 Compare June 9, 2026 06:25

@DeepDiver1975 DeepDiver1975 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Build-tooling dependency bump: org.jlleitschuh.gradle:ktlint-gradle 11.1.0 → 14.2.0 (a three-major-version jump). Single-line change in gradle/libs.versions.toml.

What's verified by CI here:

  • All required checks are green (assembleDebug, unit + instrumented data tests, Detekt, validations). Because the ktlint-gradle plugin is applied to all subprojects in build.gradle, a green assembleDebug confirms the new plugin version applies cleanly with the project's current Gradle/JDK — that's the main build-breaking risk (ktlint-gradle 12+ raised its minimum Gradle/JDK requirements) and it's covered. 👍

What's NOT verified by CI:

  • No workflow runs a ktlintCheck/ktlintFormat task — only detekt runs as a lint gate. A jump from the ktlint engine bundled in 11.x to the one in 14.x adds/changes rules, so any new formatting violations are not surfaced by these checks. They would only appear for developers who run ktlint locally (or in IDE), and they will not break the build.

Assessment: build-tooling/dev dependency, no production code affected; changelog n/a. The build-compat risk is covered by green CI, so this is reasonable to merge. Flagging — not blocking — that the new ktlint ruleset isn't exercised in CI, so consider a quick local ./gradlew ktlintCheck (or adding it to CI) before/after merge to catch any new rule violations. Leaving the merge call to a maintainer.

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 Estimation - 1 (XS) java Pull requests that update java code Sprint

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants