Skip to content

Commit f388c69

Browse files
committed
chore(deps): Update dependencies
1 parent 4a9542a commit f388c69

File tree

2 files changed

+18
-12
lines changed

2 files changed

+18
-12
lines changed

.editorconfig

+6
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ indent_size = 2
1919
[*.{kt,kts}]
2020
indent_size = 4
2121
max_line_length = 200
22+
#ktlint_disabled_rules=import-ordering,filename,no-empty-first-line-in-method-block,argument-list-wrapping,spacing-between-declarations-with-annotations,spacing-between-declarations-with-comments,enum-entry-name-case,trailing-comma-on-call-site,trailing-comma-on-declaration-site,package-name,annotation,multiline-if-else
2223

2324
# TODO: Remove disabled rules then ./gradlew ktlintFormat
2425
ktlint_standard_import-ordering = disabled
@@ -51,3 +52,8 @@ ktlint_standard_statement-wrapping = disabled
5152
ktlint_standard_string-template-indent = disabled
5253
ktlint_standard_trailing-comma-on-call-site = disabled
5354
ktlint_standard_trailing-comma-on-declaration-site = disabled
55+
# https://github.com/pinterest/ktlint/releases/tag/1.3.0
56+
ktlint_standard_class-signature = disabled
57+
ktlint_standard_chain-method-continuation = disabled
58+
ktlint_standard_condition-wrapping = disabled
59+
ktlint_standard_function-expression-body = disabled

gradle/libs.versions.toml

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
[versions]
2-
android-plugin = "8.4.1"
3-
classgraph = "4.8.172"
2+
android-plugin = "8.5.0"
3+
classgraph = "4.8.174"
44
dataloader = "3.3.0"
5-
federation = "5.0.0"
5+
federation = "5.1.0"
66
graphql-java = "22.1"
77
graalvm = "0.10.2"
88
jackson = "2.17.1"
99
# kotlin version has to match the compile-testing compiler version
1010
kotlin = "1.9.24"
11-
kotlinx-benchmark = "0.4.10"
11+
kotlinx-benchmark = "0.4.11"
1212
kotlinx-coroutines = "1.8.1"
1313
# TODO kotlin 1.9 upgrade: fix GraphQLTestUtils and GenerateKotlinxClientIT
1414
kotlinx-serialization = "1.6.3"
15-
ktor = "2.3.11"
16-
maven-plugin-annotation = "3.13.0"
17-
maven-plugin-api = "3.9.6"
15+
ktor = "2.3.12"
16+
maven-plugin-annotation = "3.13.1"
17+
maven-plugin-api = "3.9.8"
1818
maven-project = "2.2.1"
1919
poet = "1.17.0"
2020
## reactor and spring versions should be the same as defined in spring-boot-dependencies
21-
reactor-core = "3.6.6"
21+
reactor-core = "3.6.7"
2222
reactor-extensions = "1.2.2"
2323
slf4j = "2.0.13"
24-
spring = "6.1.8"
25-
spring-boot = "3.3.0"
24+
spring = "6.1.10"
25+
spring-boot = "3.3.1"
2626

2727
# test dependencies
28-
compile-testing = "0.4.1"
28+
compile-testing = "0.5.0"
2929
icu = "75.1"
3030
junit = "5.10.2"
3131
logback = "1.5.6"
@@ -37,7 +37,7 @@ wiremock = "3.6.0"
3737
detekt = "1.23.6"
3838
dokka = "1.9.20"
3939
jacoco = "0.8.12"
40-
ktlint-core = "1.2.1"
40+
ktlint-core = "1.3.0"
4141
ktlint-plugin = "12.1.1"
4242
maven-plugin-development = "0.4.3"
4343
nexus-publish-plugin = "2.0.0"

0 commit comments

Comments
 (0)