Skip to content

Commit 60755fe

Browse files
committed
chore(deps): Update dependencies
1 parent ad84a09 commit 60755fe

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

build.gradle.kts

+3-2
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,13 @@ spotless {
8686
palantirJavaFormat()
8787
formatAnnotations()
8888
importOrder("", "\\#")
89-
custom("no-wildcard-imports") { it.apply { if (contains("*;\n")) error("No wildcard imports allowed") } }
89+
// TODO: SPOTLESS, WHY
90+
// custom("no-wildcard-imports") { it.apply { if (contains("*;\n")) error("No wildcard imports allowed") } }
9091
licenseHeaderFile(rootProject.file("HEADER.txt"))
9192
bumpThisNumberIfACustomStepChanges(1)
9293
}
9394
kotlinGradle {
94-
ktlint()
95+
ktlint().editorConfigOverride(mapOf("max_line_length" to "120"))
9596
}
9697
}
9798

gradle/libs.versions.toml

+6-6
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
java = "17"
55

66
# utilities
7-
distributor = "4.0.1"
7+
distributor = "4.1.0"
88
cloud = "2.0.0"
99
slf4md = "1.0.1"
1010

1111
# static analysis
1212
errorprone-gradle = "4.1.0"
1313
errorprone-core = "2.36.0"
14-
nullaway = "0.12.1"
15-
checker-qual = "3.48.2"
14+
nullaway = "0.12.3"
15+
checker-qual = "3.49.0"
1616

1717
# gradle
18-
toxopid = "4.1.1"
18+
toxopid = "4.1.2"
1919
indra = "3.1.3"
20-
spotless = "6.25.0"
21-
shadow = "8.3.5"
20+
spotless = "7.0.2"
21+
shadow = "8.3.6"
2222

2323
[libraries]
2424

0 commit comments

Comments
 (0)