Skip to content

Commit

Permalink
Bump org.jmailen.kotlinter from 4.4.1 to 5.0.1 (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: vooft <[email protected]>
  • Loading branch information
dependabot[bot] and vooft authored Dec 13, 2024
1 parent 3d6332f commit 05aeafe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "2.0.21"
kotlin = "2.1.0"
coroutines = "1.9.0"
kotest = "5.9.1"
flyway = "11.0.0"
Expand Down Expand Up @@ -40,7 +40,7 @@ shadow = { id = "com.gradleup.shadow", version = "8.3.5" }

jooq-docker = { id = "dev.monosoul.jooq-docker", version = "6.1.13" }

ktlint = { id = "org.jmailen.kotlinter", version = "4.4.1" }
ktlint = { id = "org.jmailen.kotlinter", version = "5.0.1" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.7" }

maven-central-publish = { id = "com.vanniktech.maven.publish", version = "0.30.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 @@
#Mon Jul 22 22:38:17 GET 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 05aeafe

Please sign in to comment.