Skip to content

Commit

Permalink
Bump ktlint from 1.2.1 to 1.3.0 (#384)
Browse files Browse the repository at this point in the history
Bumps `ktlint` from 1.2.1 to 1.3.0.

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

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 22, 2024
1 parent 24f0948 commit 121c4d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "1.9.24"
ktlint = "1.2.1"
ktlint = "1.3.0"
android-tools = "7.3.1"
junit = "5.10.2"
mockito = "4.1.0"
Expand Down

0 comments on commit 121c4d4

Please sign in to comment.