Skip to content

Commit

Permalink
Bump version.ktlint from 0.40.0 to 0.41.0
Browse files Browse the repository at this point in the history
Bumps `version.ktlint` from 0.40.0 to 0.41.0.

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and josephlbarnett committed Mar 19, 2021
1 parent 1fe41bf commit f10c908
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ indent_size=4
continuation_indent_size=4
insert_final_newline=true
max_line_length=120
kotlin_imports_layout=idea
ij_kotlin_imports_layout=*,java.**,javax.**,kotlin.**,^
2 changes: 1 addition & 1 deletion parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<version.kotlin.coroutines>1.4.3</version.kotlin.coroutines>
<version.kotlin.guice>1.4.1</version.kotlin.guice>
<version.kotlin.logging>1.12.0</version.kotlin.logging>
<version.ktlint>0.40.0</version.ktlint>
<version.ktlint>0.41.0</version.ktlint>
<version.leakycauldron>${project.version}</version.leakycauldron>
<version.logback>1.2.3</version.logback>
<version.maven.antrun>3.0.0</version.maven.antrun>
Expand Down

0 comments on commit f10c908

Please sign in to comment.