|
1 | 1 | [versions]
|
2 |
| -ksp = "2.0.0-1.0.23" |
| 2 | +ksp = "2.0.20-1.0.24" |
3 | 3 | kotlinJupyter = "0.12.0-139"
|
4 | 4 |
|
5 | 5 | ktlint = "12.1.1"
|
6 | 6 |
|
7 |
| -# make sure to sync manually with :generator module |
8 |
| -kotlin = "2.0.0" |
9 |
| -kotlinpoet = "1.16.0" |
10 |
| -dokka = "1.9.10" |
| 7 | +# make sure to sync both manually with :generator module |
| 8 | +kotlin = "2.0.20" |
| 9 | +kotlinpoet = "1.18.1" |
11 | 10 |
|
12 |
| -libsPublisher = "1.8.10-dev-43" |
| 11 | +dokka = "1.9.20" |
| 12 | +libsPublisher = "1.9.23-dev-45" |
13 | 13 |
|
14 | 14 | # "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
|
15 | 15 | # dogfood Gradle / KSP plugins in tests and idea-examples modules
|
16 | 16 | dataframe = "0.13.1"
|
17 |
| - |
18 |
| -# TODO 0.1.6 breaks kotlinter (which is no longer in use), https://github.com/Kotlin/dataframe/issues/598 |
19 |
| -korro = "0.1.5" |
| 17 | +korro = "0.1.6" |
20 | 18 |
|
21 | 19 | # TODO Requires more work to be updated to 0.7.0+
|
22 | 20 | # https://github.com/Kotlin/dataframe/issues/594
|
23 | 21 | kover = "0.6.1"
|
24 | 22 |
|
25 |
| -commonsCsv = "1.10.0" |
26 |
| -commonsCompress = "1.26.0" |
| 23 | +commonsCsv = "1.11.0" |
| 24 | +commonsCompress = "1.27.1" |
27 | 25 | commonsIo = "2.16.1"
|
28 |
| -serialization = "1.7.0" |
| 26 | +serialization = "1.7.1" |
29 | 27 | fuel = "2.3.1"
|
30 |
| -poi = "5.2.5" |
31 |
| -mariadb = "3.3.2" |
32 |
| -h2db = "2.3.230" |
33 |
| -mssql = "12.6.3.jre11" |
| 28 | +poi = "5.3.0" |
| 29 | +mariadb = "3.4.1" |
| 30 | +h2db = "2.3.232" |
| 31 | +mssql = "12.8.1.jre11" |
34 | 32 | mysql = "9.0.0"
|
35 |
| -postgresql = "42.7.3" |
36 |
| -sqlite = "3.45.3.0" |
37 |
| -jtsCore = "1.18.1" |
38 |
| -kotlinDatetime = "0.6.0" |
39 |
| -openapi = "2.1.20" |
| 33 | +postgresql = "42.7.4" |
| 34 | +sqlite = "3.46.1.0" |
| 35 | +jtsCore = "1.19.0" |
| 36 | +kotlinDatetime = "0.6.1" |
| 37 | +openapi = "2.1.22" |
40 | 38 | kotlinLogging = "7.0.0"
|
41 |
| -sl4j = "2.0.12" |
| 39 | +sl4j = "2.0.16" |
42 | 40 |
|
43 | 41 | junit = "4.13.2"
|
44 |
| -junit-jupiter = "5.10.2" |
45 |
| -junit-platform = "1.10.2" |
| 42 | +junit-jupiter = "5.11.0" |
| 43 | +junit-platform = "1.11.0" |
46 | 44 |
|
47 | 45 | # TODO 5.8.0 is not possible due to https://github.com/Kotlin/dataframe/issues/595
|
48 | 46 | kotestAsserions = "5.5.4"
|
49 | 47 |
|
50 |
| -jsoup = "1.17.2" |
51 |
| -arrow = "15.0.0" |
| 48 | +jsoup = "1.18.1" |
| 49 | +arrow = "17.0.0" |
52 | 50 | docProcessor = "0.3.10"
|
53 | 51 | simpleGit = "2.0.3"
|
54 | 52 | dependencyVersions = "0.51.0"
|
55 | 53 | plugin-publish = "1.2.1"
|
56 | 54 | shadow = "8.1.1"
|
57 | 55 | android-gradle-api = "7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
|
58 |
| -ktor-server-netty = "2.3.8" |
| 56 | +ktor-server-netty = "2.3.12" |
59 | 57 | kotlin-compile-testing = "1.6.0"
|
60 |
| -duckdb = "0.10.0" |
| 58 | +duckdb = "1.0.0" |
61 | 59 | buildconfig = "5.4.0"
|
62 | 60 |
|
63 | 61 | [libraries]
|
|
0 commit comments