|
1 | 1 | [versions]
|
2 | 2 | android-plugin = "8.1.1"
|
3 |
| -classgraph = "4.8.162" |
4 |
| -dataloader = "3.2.0" |
5 |
| -federation = "4.1.0" |
6 |
| -graphql-java = "21.1" |
7 |
| -graalvm = "0.9.28" |
8 |
| -jackson = "2.15.2" |
| 3 | +classgraph = "4.8.170" |
| 4 | +dataloader = "3.2.2" |
| 5 | +federation = "4.4.1" |
| 6 | +graphql-java = "21.5" |
| 7 | +graalvm = "0.10.1" |
| 8 | +jackson = "2.15.4" |
9 | 9 | # kotlin version has to match the compile-testing compiler version
|
10 | 10 | kotlin = "1.8.22"
|
11 | 11 | # TODO kotlin 1.9 upgrade -> kotlinx-benchaamrk 0.4.9+ uses kotlin 1.9
|
12 | 12 | kotlinx-benchmark = "0.4.8"
|
| 13 | +# TODO kotlin 1.9 upgrade -> kotlinx-coroutines 1.8+ uses kotlin 1.9 |
13 | 14 | kotlinx-coroutines = "1.7.3"
|
14 | 15 | # TODO kotlin 1.9 upgrade -> kotlinx-serialization 1.6.0+ uses kotlin 1.9
|
15 | 16 | kotlinx-serialization = "1.5.1"
|
16 |
| -ktor = "2.3.7" |
17 |
| -maven-plugin-annotation = "3.9.0" |
18 |
| -maven-plugin-api = "3.9.4" |
| 17 | +ktor = "2.3.10" |
| 18 | +maven-plugin-annotation = "3.12.0" |
| 19 | +maven-plugin-api = "3.9.6" |
19 | 20 | maven-project = "2.2.1"
|
| 21 | +# TODO kotlin 1.9 upgrade -> kotlinxpoet 1.15+ uses kotlin 1.9 |
20 | 22 | poet = "1.14.2"
|
21 | 23 | ## reactor and spring versions should be the same as defined in spring-boot-dependencies
|
22 |
| -reactor-core = "3.5.9" |
| 24 | +reactor-core = "3.5.15" |
23 | 25 | reactor-extensions = "1.2.2"
|
24 |
| -slf4j = "2.0.7" |
25 |
| -spring = "6.0.11" |
26 |
| -spring-boot = "3.1.2" |
| 26 | +slf4j = "2.0.12" |
| 27 | +spring = "6.0.18" |
| 28 | +# TODO kotlin 1.9 upgrade -> spring boot 3.2+ uses kotlin 1.9 |
| 29 | +spring-boot = "3.1.10" |
27 | 30 |
|
28 | 31 | # test dependencies
|
29 | 32 | compile-testing = "0.3.2"
|
30 |
| -icu = "73.2" |
31 |
| -junit = "5.10.0" |
32 |
| -logback = "1.4.11" |
| 33 | +icu = "74.2" |
| 34 | +junit = "5.10.2" |
| 35 | +logback = "1.5.4" |
| 36 | +# TODO kotlin 1.9 upgrade -> mockk 1.13.8+ uses kotlin 1.9 |
33 | 37 | mockk = "1.13.7"
|
34 |
| -rxjava = "3.1.7" |
35 |
| -wiremock = "3.0.1" |
| 38 | +rxjava = "3.1.8" |
| 39 | +wiremock = "3.5.2" |
36 | 40 |
|
37 | 41 | # plugins
|
38 | 42 | # TODO kotlin 1.9 upgrade -> detekt 1.23.1+ uses kotlin 1.9
|
39 | 43 | detekt = "1.23.0"
|
40 | 44 | dokka = "1.8.20"
|
41 |
| -jacoco = "0.8.10" |
| 45 | +jacoco = "0.8.12" |
42 | 46 | # klint gradle plugin breaks with 0.46.x+
|
43 | 47 | ktlint-core = "0.45.2"
|
44 | 48 | ktlint-plugin = "10.3.0"
|
45 |
| -maven-plugin-development = "0.4.2" |
| 49 | +maven-plugin-development = "0.4.3" |
46 | 50 | nexus-publish-plugin = "1.3.0"
|
47 | 51 | plugin-publish = "1.2.1"
|
48 | 52 |
|
@@ -109,8 +113,8 @@ reactor-extensions = { group = "io.projectreactor.kotlin", name = "reactor-kotli
|
109 | 113 | reactor-test = { group = "io.projectreactor", name = "reactor-test", version.ref = "reactor-core" }
|
110 | 114 | rxjava = { group = "io.reactivex.rxjava3", name = "rxjava", version.ref = "rxjava" }
|
111 | 115 | spring-boot-test = { group = "org.springframework.boot", name = "spring-boot-starter-test", version.ref = "spring-boot" }
|
112 |
| -wiremock-jre8 = { group = "com.github.tomakehurst", name = "wiremock-jre8", version.ref = "wiremock" } |
113 |
| -wiremock-standalone = { group = "com.github.tomakehurst", name = "wiremock-jre8-standalone", version.ref = "wiremock" } |
| 116 | +wiremock-lib = { group = "org.wiremock", name = "wiremock", version.ref = "wiremock" } |
| 117 | +wiremock-standalone = { group = "org.wiremock", name = "wiremock-standalone", version.ref = "wiremock" } |
114 | 118 |
|
115 | 119 | # build src plugin libraries
|
116 | 120 | detekt-plugin = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "detekt" }
|
|
0 commit comments