From 6dc33f5a85732cad0a253c700fb334880c6b3fc0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 17:31:52 +0000 Subject: [PATCH] chore(deps): update ktlint to v1.4.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c4eb2eaea..e76a73cae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ kotlin = "1.9.25" kotlin-ksp = "1.9.25-1.0.20" serialization = "1.6.3" -ktlint = "1.0.1" +ktlint = "1.4.0" junit = "5.10.2" junit-platfrom = "1.10.2" guava = "33.0.0-jre"