Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 21, 2025

Bumps ktlint from 1.6.0 to 1.7.1.
Updates com.pinterest.ktlint:ktlint-rule-engine from 1.6.0 to 1.7.1

Release notes

Sourced from com.pinterest.ktlint:ktlint-rule-engine's releases.

1.7.1

🔧 Fixes

💬 Other

1.7.0

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

  • Do not remove an empty value parameter list from a call expression when it is nested - #3017, by @​paul-dingemans

... (truncated)

Changelog

Sourced from com.pinterest.ktlint:ktlint-rule-engine's changelog.

[1.7.1] - 2025-07-21

🔧 Fixes

💬 Other

[1.7.0] - 2025-07-14

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

... (truncated)

Commits
  • 21c3b05 Prepare 1.7.1 release (#3082)
  • 3900084 Mark operand-expression-wrapping rule as experimental (#3081)
  • b4cc564 Refactor ShadowJarExecutableTask to KtlintCLiTask (#3078)
  • 85b2524 Fix conflict between modifier-list-spacing and `context-receiver-list-wrapp...
  • 2d7a94a Update signing config, fix configuration-cache compatibility (#3058)
  • de69c5b Make Ktlint code backwards compatible with lower kotlin versions (#3063)
  • b6fa6ea Set version to 1.7.1-SNAPSHOT, and remove temporary workflow and script neede...
  • 4ffd71e Updated refs to latest (1.7.0) release (#3072)
  • 243f566 1.7.0 finish release (#3071)
  • f5b0c13 Rename workflow / replace trigger on push with dispatch (#3070)
  • Additional commits viewable in compare view

Updates com.pinterest.ktlint:ktlint-rule-engine-core from 1.6.0 to 1.7.1

Release notes

Sourced from com.pinterest.ktlint:ktlint-rule-engine-core's releases.

1.7.1

🔧 Fixes

💬 Other

1.7.0

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

  • Do not remove an empty value parameter list from a call expression when it is nested - #3017, by @​paul-dingemans

... (truncated)

Changelog

Sourced from com.pinterest.ktlint:ktlint-rule-engine-core's changelog.

[1.7.1] - 2025-07-21

🔧 Fixes

💬 Other

[1.7.0] - 2025-07-14

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

... (truncated)

Commits
  • 21c3b05 Prepare 1.7.1 release (#3082)
  • 3900084 Mark operand-expression-wrapping rule as experimental (#3081)
  • b4cc564 Refactor ShadowJarExecutableTask to KtlintCLiTask (#3078)
  • 85b2524 Fix conflict between modifier-list-spacing and `context-receiver-list-wrapp...
  • 2d7a94a Update signing config, fix configuration-cache compatibility (#3058)
  • de69c5b Make Ktlint code backwards compatible with lower kotlin versions (#3063)
  • b6fa6ea Set version to 1.7.1-SNAPSHOT, and remove temporary workflow and script neede...
  • 4ffd71e Updated refs to latest (1.7.0) release (#3072)
  • 243f566 1.7.0 finish release (#3071)
  • f5b0c13 Rename workflow / replace trigger on push with dispatch (#3070)
  • Additional commits viewable in compare view

Updates com.pinterest.ktlint:ktlint-cli-reporter-core from 1.6.0 to 1.7.1

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-core's releases.

1.7.1

🔧 Fixes

💬 Other

1.7.0

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

  • Do not remove an empty value parameter list from a call expression when it is nested - #3017, by @​paul-dingemans

... (truncated)

Changelog

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-core's changelog.

[1.7.1] - 2025-07-21

🔧 Fixes

💬 Other

[1.7.0] - 2025-07-14

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

... (truncated)

Commits
  • 21c3b05 Prepare 1.7.1 release (#3082)
  • 3900084 Mark operand-expression-wrapping rule as experimental (#3081)
  • b4cc564 Refactor ShadowJarExecutableTask to KtlintCLiTask (#3078)
  • 85b2524 Fix conflict between modifier-list-spacing and `context-receiver-list-wrapp...
  • 2d7a94a Update signing config, fix configuration-cache compatibility (#3058)
  • de69c5b Make Ktlint code backwards compatible with lower kotlin versions (#3063)
  • b6fa6ea Set version to 1.7.1-SNAPSHOT, and remove temporary workflow and script neede...
  • 4ffd71e Updated refs to latest (1.7.0) release (#3072)
  • 243f566 1.7.0 finish release (#3071)
  • f5b0c13 Rename workflow / replace trigger on push with dispatch (#3070)
  • Additional commits viewable in compare view

Updates com.pinterest.ktlint:ktlint-cli-reporter-plain from 1.6.0 to 1.7.1

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-plain's releases.

1.7.1

🔧 Fixes

💬 Other

1.7.0

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

  • Do not remove an empty value parameter list from a call expression when it is nested - #3017, by @​paul-dingemans

... (truncated)

Changelog

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-plain's changelog.

[1.7.1] - 2025-07-21

🔧 Fixes

💬 Other

[1.7.0] - 2025-07-14

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

... (truncated)

Commits
  • 21c3b05 Prepare 1.7.1 release (#3082)
  • 3900084 Mark operand-expression-wrapping rule as experimental (#3081)
  • b4cc564 Refactor ShadowJarExecutableTask to KtlintCLiTask (#3078)
  • 85b2524 Fix conflict between modifier-list-spacing and `context-receiver-list-wrapp...
  • 2d7a94a Update signing config, fix configuration-cache compatibility (#3058)
  • de69c5b Make Ktlint code backwards compatible with lower kotlin versions (#3063)
  • b6fa6ea Set version to 1.7.1-SNAPSHOT, and remove temporary workflow and script neede...
  • 4ffd71e Updated refs to latest (1.7.0) release (#3072)
  • 243f566 1.7.0 finish release (#3071)
  • f5b0c13 Rename workflow / replace trigger on push with dispatch (#3070)
  • Additional commits viewable in compare view

Updates com.pinterest.ktlint:ktlint-cli-reporter-html from 1.6.0 to 1.7.1

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-html's releases.

1.7.1

🔧 Fixes

💬 Other

1.7.0

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

  • Do not remove an empty value parameter list from a call expression when it is nested - #3017, by @​paul-dingemans

... (truncated)

Changelog

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-html's changelog.

[1.7.1] - 2025-07-21

🔧 Fixes

💬 Other

[1.7.0] - 2025-07-14

🆕 Features

Context receiver / parameters

With upgrade to Kotlin 2.2.0, Ktlint 1.7.0 supports context parameters.

Other rule changes

  • Do not run no-unused-imports rule by default - #3039, by @​paul-dingemans
    The no-unused-import rule is no longer run by default as it keeps causing problems. It will be removed in Ktlint 2.0. Until then, the rule can still be run, when enabled explicitly in .editorconfig.

  • Add experimental rule expression-operand-wrapping - #3056, by @​paul-dingemans
    This rule aligns wrapping of arithmetic and logical multiline expressions. The condition-wrapping rule which did something similar for logical multiline expressions only no longer reports and fixes violations. It will be removed in Ktlint 2.0.

Other features

  • Deprecate functions in ASTNodeExtensions, and where applicable provide property accessors - #3026, by @​paul-dingemans
    When using ASTNodeExtensions please replace function calls with the new (temporary) property accessors. The temporary property accessors are needed to maintain backwards compatability with Java integration. In Ktlint 2.0 the functions will be removed, and the temporary property accessors will be replaced with final names.

  • Suppress warning "sun.misc.Unsafe::objectFieldOffset" in Ktlint CLI (Java24+) - #3040, by @​paul-dingemans

  • Suppress error "A restricted method in java.lang.System has been called" on Java 24 in KtLint CLI only - #3043, by @​paul-dingemans

  • Remove unneeded "--add-opens=java.base/java.lang=ALL-UNNAMED" - #3044, by @​paul-dingemans

🔧 Fixes

... (truncated)

Commits
  • 21c3b05 Prepare 1.7.1 release (#3082)
  • 3900084 Mark operand-expression-wrapping rule as experimental (#3081)
  • b4cc564 Refactor ShadowJarExecutableTask to KtlintCLiTask (#3078)
  • 85b2524 Fix conflict between modifier-list-spacing and `context-receiver-list-wrapp...
  • 2d7a94a Update signing config, fix configuration-cache compatibility (#3058)
  • de69c5b Make Ktlint code backwards compatible with lower kotlin versions (#3063)
  • b6fa6ea Set version to 1.7.1-SNAPSHOT, and remove temporary workflow and script neede...
  • 4ffd71e Updated refs to latest (1.7.0) release (#3072)
  • 243f566 1.7.0 finish release (#3071)
  • f5b0c13 Rename workflow / replace trigger on push with dispatch (#3070)
  • Additional commits viewable in compare view

Updates com.pinterest.ktlint:ktlint-cli-reporter-checkstyle from 1.6.0 to 1.7.1

Release notes

Sourced from com.pinterest.ktlint:ktlint-cli-reporter-checkstyle's releases.

1.7.1

🔧 Fixes

  • Make Ktlint code backwards compatible with lower Kotlin versions (down to 2.0) - #3063, by @​mateuszkwiecinski
  • F...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jul 21, 2025
Bumps `ktlint` from 1.6.0 to 1.7.1.

Updates `com.pinterest.ktlint:ktlint-rule-engine` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-rule-engine-core` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-cli-reporter-core` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-cli-reporter-plain` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-cli-reporter-html` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-cli-reporter-checkstyle` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-cli-reporter-json` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-cli-reporter-sarif` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

Updates `com.pinterest.ktlint:ktlint-ruleset-standard` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/pinterest/ktlint/releases)
- [Changelog](https://github.com/pinterest/ktlint/blob/master/CHANGELOG.md)
- [Commits](pinterest/ktlint@1.6.0...1.7.1)

---
updated-dependencies:
- dependency-name: com.pinterest.ktlint:ktlint-rule-engine
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-rule-engine-core
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter-core
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter-plain
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter-html
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter-checkstyle
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter-json
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-cli-reporter-sarif
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.pinterest.ktlint:ktlint-ruleset-standard
  dependency-version: 1.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/ktlint-1.7.1 branch from 8cdb302 to 4a1d7b2 Compare July 22, 2025 04:35
@jeremymailen jeremymailen merged commit 5ef030e into master Jul 22, 2025
19 checks passed
@jeremymailen jeremymailen deleted the dependabot/gradle/ktlint-1.7.1 branch July 22, 2025 04:51
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