Skip to content

Commit

Permalink
build(deps): bump org.jmailen.kotlinter in the gradle group
Browse files Browse the repository at this point in the history
Bumps the gradle group with 1 update: org.jmailen.kotlinter.


Updates `org.jmailen.kotlinter` from 4.4.1 to 4.5.0

---
updated-dependencies:
- dependency-name: org.jmailen.kotlinter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 0ee5b3d commit 6841fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val opentelemetryKtorVersion = "2.10.0-alpha"
plugins {
application
kotlin("jvm") version "2.0.21"
id("org.jmailen.kotlinter") version "4.4.1"
id("org.jmailen.kotlinter") version "4.5.0"
id("com.github.ben-manes.versions") version "0.51.0"
id("com.gradleup.shadow") version "8.3.5" apply false
}
Expand Down

0 comments on commit 6841fba

Please sign in to comment.