Skip to content

Commit b954610

Browse files
committed
chore(deps): Update dependencies
1 parent 28d5afc commit b954610

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

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 = "0.0.0-2024-04-23-expedia-branch-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)