Skip to content

Commit

Permalink
Bump ktlint from 1.3.0 to 1.3.1 (#388)
Browse files Browse the repository at this point in the history
* Bump ktlint from 1.3.0 to 1.3.1

Bumps `ktlint` from 1.3.0 to 1.3.1.

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

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

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

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

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

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

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

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

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

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump kotlinter version

* Update gradle and readme

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jeremy Mailen <[email protected]>
  • Loading branch information
dependabot[bot] and jeremymailen authored Jul 14, 2024
1 parent e544701 commit 279d805
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "4.4.0"
id("org.jmailen.kotlinter") version "4.4.1"
}
```

Expand All @@ -31,7 +31,7 @@ plugins {

```groovy
plugins {
id "org.jmailen.kotlinter" version "4.4.0"
id "org.jmailen.kotlinter" version "4.4.1"
}
```

Expand All @@ -45,7 +45,7 @@ Root `build.gradle.kts`

```kotlin
plugins {
id("org.jmailen.kotlinter") version "4.4.0" apply false
id("org.jmailen.kotlinter") version "4.4.1" apply false
}
```

Expand All @@ -65,7 +65,7 @@ Root `build.gradle`

```groovy
plugins {
id 'org.jmailen.kotlinter' version "4.4.0" apply false
id 'org.jmailen.kotlinter' version "4.4.1" apply false
}
```

Expand Down Expand Up @@ -319,7 +319,7 @@ Alternatively, if you have a custom build convention plugin that utilizes kotlin
```kotlin
dependencies {
implementation(platform("com.pinterest.ktlint:ktlint-bom:1.2.1"))
implementation("org.jmailen.gradle:kotlinter-gradle:4.4.0")
implementation("org.jmailen.gradle:kotlinter-gradle:4.4.1")
}

```
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ val githubUrl = "https://github.com/jeremymailen/kotlinter-gradle"
val webUrl = "https://github.com/jeremymailen/kotlinter-gradle"
val projectDescription = "Lint and formatting for Kotlin using ktlint with configuration-free setup on JVM and Android projects"

version = "4.4.0"
version = "4.4.1"
group = "org.jmailen.gradle"
description = projectDescription

Expand Down Expand Up @@ -96,7 +96,7 @@ tasks {
}

wrapper {
gradleVersion = "8.5"
gradleVersion = "8.9"
}
}

Expand Down
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 = "2.0.0"
ktlint = "1.3.0"
ktlint = "1.3.1"
android-tools = "7.3.1"
junit = "5.10.3"
mockito = "4.1.0"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 279d805

Please sign in to comment.