|
1 | 1 | [versions] |
2 | 2 | android-plugin = "8.5.0" |
3 | | -classgraph = "4.8.174" |
| 3 | +classgraph = "4.8.184" |
4 | 4 | dataloader = "4.0.0" |
5 | 5 | federation = "5.5.0" |
6 | 6 | graphql-java = "23.1" |
7 | | -graalvm = "0.10.2" |
| 7 | +graalvm = "0.11.1" |
8 | 8 | jackson = "2.17.1" |
9 | 9 | # kotlin version has to match the compile-testing compiler version |
10 | 10 | kotlin = "2.0.0" |
11 | 11 | kotlinx-benchmark = "0.4.13" |
12 | 12 | kotlinx-coroutines = "1.9.0" |
13 | 13 | # TODO kotlin 1.9 upgrade: fix GraphQLTestUtils and GenerateKotlinxClientIT |
14 | 14 | kotlinx-serialization = "1.6.3" |
15 | | -ktor = "3.0.3" |
| 15 | +ktor = "3.2.3" |
16 | 16 | fastjson2 = "2.0.56" |
17 | 17 | maven-plugin-annotation = "3.13.1" |
18 | 18 | maven-plugin-api = "3.9.8" |
19 | 19 | maven-project = "2.2.1" |
20 | 20 | poet = "1.17.0" |
21 | 21 | ## reactor and spring versions should be the same as defined in spring-boot-dependencies |
22 | | -reactor-core = "3.6.7" |
23 | | -reactor-extensions = "1.2.2" |
24 | | -slf4j = "2.0.13" |
25 | | -spring = "6.1.10" |
26 | | -spring-boot = "3.2.7" |
| 22 | +reactor-core = "3.7.16" |
| 23 | +reactor-extensions = "1.2.5" |
| 24 | +slf4j = "2.0.17" |
| 25 | +spring = "6.2.16" |
| 26 | +spring-boot = "3.5.11" |
27 | 27 |
|
28 | 28 | # security vulnerabilities overrides |
29 | 29 | commons-codec = { strictly = "[1.13, 2[", prefer = "1.16.0" } |
30 | 30 |
|
31 | 31 | # test dependencies |
32 | 32 | compile-testing = "0.5.1" |
33 | 33 | icu = "75.1" |
34 | | -junit = "5.10.2" |
35 | | -junit-platform = "1.10.1" |
36 | | -logback = "1.5.6" |
| 34 | +junit = "5.12.2" |
| 35 | +logback = "1.5.32" |
37 | 36 | mockk = "1.13.13" |
38 | | -rxjava = "3.1.8" |
39 | | -wiremock = "3.7.0" |
| 37 | +rxjava = "3.1.12" |
| 38 | +wiremock = "3.13.2" |
40 | 39 |
|
41 | 40 | # plugins |
42 | 41 | detekt = "1.23.7" |
| 42 | +#dokka = "2.1.0" |
43 | 43 | dokka = "2.0.0" |
44 | 44 | jacoco = "0.8.12" |
45 | 45 | ktlint-core = "1.5.0" |
@@ -90,21 +90,20 @@ spring-webflux = { group = "org.springframework", name = "spring-webflux", versi |
90 | 90 | spring-context = { group = "org.springframework", name = "spring-context", version.ref = "spring" } |
91 | 91 | fastjson2 = { group = "com.alibaba.fastjson2", name = "fastjson2-kotlin", version.ref = "fastjson2" } |
92 | 92 | fastjson2-spring = { group = "com.alibaba.fastjson2", name = "fastjson2-extension-spring6", version.ref = "fastjson2" } |
93 | | -junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform" } |
94 | 93 |
|
95 | 94 | # security vulnerabilities overrides |
96 | 95 | commons-codec = { group = "commons-codec", name = "commons-codec", version.ref = "commons-codec" } |
97 | 96 |
|
98 | 97 | # test dependencies |
99 | 98 | compile-testing = { group = "dev.zacsweers.kctfork", name = "core", version.ref = "compile-testing" } |
100 | 99 | icu = { group = "com.ibm.icu", name = "icu4j", version.ref = "icu" } |
101 | | -logback = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" } |
102 | | -junit-api = { group = "org.junit.jupiter", name = "junit-jupiter-api", version.ref = "junit" } |
103 | 100 | junit-bom = { group = "org.junit", name = "junit-bom", version.ref = "junit" } |
104 | | -junit-engine = { group = "org.junit.jupiter", name = "junit-jupiter-engine", version.ref = "junit" } |
105 | | -kotlin-junit-test = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5", version.ref = "kotlin" } |
| 101 | +junit-jupiter = { module = "org.junit.jupiter:junit-jupiter" } |
| 102 | +junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher" } |
| 103 | +logback = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" } |
106 | 104 | kotlin-annotation-processing = { group = "org.jetbrains.kotlin", name = "kotlin-annotation-processing-embeddable", version.ref = "kotlin" } |
107 | 105 | kotlin-compiler = { group = "org.jetbrains.kotlin", name = "kotlin-compiler-embeddable", version.ref = "kotlin" } |
| 106 | +kotlin-junit-test = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit5", version.ref = "kotlin" } |
108 | 107 | kotlin-test = { group = "org.jetbrains.kotlin", name = "kotlin-test", version.ref = "kotlin" } |
109 | 108 | kotlinx-benchmark = { group = "org.jetbrains.kotlinx", name = "kotlinx-benchmark-runtime", version.ref = "kotlinx-benchmark" } |
110 | 109 | kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version.ref = "kotlinx-coroutines" } |
|
0 commit comments