Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
reneleonhardt committed Jun 21, 2024
1 parent 4a9542a commit f388c69
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ indent_size = 2
[*.{kt,kts}]
indent_size = 4
max_line_length = 200
#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

# TODO: Remove disabled rules then ./gradlew ktlintFormat
ktlint_standard_import-ordering = disabled
Expand Down Expand Up @@ -51,3 +52,8 @@ ktlint_standard_statement-wrapping = disabled
ktlint_standard_string-template-indent = disabled
ktlint_standard_trailing-comma-on-call-site = disabled
ktlint_standard_trailing-comma-on-declaration-site = disabled
# https://github.com/pinterest/ktlint/releases/tag/1.3.0
ktlint_standard_class-signature = disabled
ktlint_standard_chain-method-continuation = disabled
ktlint_standard_condition-wrapping = disabled
ktlint_standard_function-expression-body = disabled
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
[versions]
android-plugin = "8.4.1"
classgraph = "4.8.172"
android-plugin = "8.5.0"
classgraph = "4.8.174"
dataloader = "3.3.0"
federation = "5.0.0"
federation = "5.1.0"
graphql-java = "22.1"
graalvm = "0.10.2"
jackson = "2.17.1"
# kotlin version has to match the compile-testing compiler version
kotlin = "1.9.24"
kotlinx-benchmark = "0.4.10"
kotlinx-benchmark = "0.4.11"
kotlinx-coroutines = "1.8.1"
# TODO kotlin 1.9 upgrade: fix GraphQLTestUtils and GenerateKotlinxClientIT
kotlinx-serialization = "1.6.3"
ktor = "2.3.11"
maven-plugin-annotation = "3.13.0"
maven-plugin-api = "3.9.6"
ktor = "2.3.12"
maven-plugin-annotation = "3.13.1"
maven-plugin-api = "3.9.8"
maven-project = "2.2.1"
poet = "1.17.0"
## reactor and spring versions should be the same as defined in spring-boot-dependencies
reactor-core = "3.6.6"
reactor-core = "3.6.7"
reactor-extensions = "1.2.2"
slf4j = "2.0.13"
spring = "6.1.8"
spring-boot = "3.3.0"
spring = "6.1.10"
spring-boot = "3.3.1"

# test dependencies
compile-testing = "0.4.1"
compile-testing = "0.5.0"
icu = "75.1"
junit = "5.10.2"
logback = "1.5.6"
Expand All @@ -37,7 +37,7 @@ wiremock = "3.6.0"
detekt = "1.23.6"
dokka = "1.9.20"
jacoco = "0.8.12"
ktlint-core = "1.2.1"
ktlint-core = "1.3.0"
ktlint-plugin = "12.1.1"
maven-plugin-development = "0.4.3"
nexus-publish-plugin = "2.0.0"
Expand Down

0 comments on commit f388c69

Please sign in to comment.