Skip to content

Commit 90ef92a

Browse files
committed
Update dependencies to latest versions
Bump various dependencies including ktlint to 12.1.2, commonsCsv to 1.12.0, openapi to 2.1.24, junit-jupiter to 5.11.3, junit-platform to 1.11.3, jsoup to 1.18.3, arrow to 18.1.0, ktor to 3.0.1, duckdb to 1.1.3, and geotools to 32.1. These updates are intended to incorporate the latest improvements and fixes from the dependency maintainers.
1 parent b767980 commit 90ef92a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ksp = "2.0.20-1.0.24"
33
kotlinJupyter = "0.12.0-139"
44

5-
ktlint = "12.1.1"
5+
ktlint = "12.1.2"
66

77
# make sure to sync both manually with :generator module
88
kotlin = "2.0.20"
@@ -20,7 +20,7 @@ binaryCompatibilityValidator = "0.16.3"
2020
kover = "0.8.3"
2121
deephavenCsv = "0.15.0"
2222
fastDoubleParser = "2.0.1"
23-
commonsCsv = "1.11.0"
23+
commonsCsv = "1.12.0"
2424
commonsCompress = "1.27.1"
2525
commonsIo = "2.18.0"
2626
serialization = "1.7.1"
@@ -33,32 +33,32 @@ postgresql = "42.7.4"
3333
sqlite = "3.46.1.0"
3434
jtsCore = "1.19.0"
3535
kotlinDatetime = "0.6.1"
36-
openapi = "2.1.22"
36+
openapi = "2.1.24"
3737
kotlinLogging = "7.0.3"
3838
sl4j = "2.0.16"
3939

4040
junit = "4.13.2"
41-
junit-jupiter = "5.11.0"
42-
junit-platform = "1.11.0"
41+
junit-jupiter = "5.11.3"
42+
junit-platform = "1.11.3"
4343

4444
# TODO 5.8.0 is not possible due to https://github.com/Kotlin/dataframe/issues/595
4545
kotestAsserions = "5.5.4"
4646

47-
jsoup = "1.18.1"
48-
arrow = "17.0.0"
47+
jsoup = "1.18.3"
48+
arrow = "18.1.0"
4949
docProcessor = "0.3.10"
5050
simpleGit = "2.0.3"
5151
dependencyVersions = "0.51.0"
5252
plugin-publish = "1.3.0"
5353
shadow = "8.3.5"
5454
android-gradle-api = "7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
55-
ktor = "2.3.12"
55+
ktor = "3.0.1"
5656
kotlin-compile-testing = "1.6.0"
57-
duckdb = "1.0.0"
57+
duckdb = "1.1.3"
5858
buildconfig = "5.5.1"
5959
benchmark = "0.4.12"
6060

61-
geotools = "32.0"
61+
geotools = "32.1"
6262
jai-core = "1.1.3"
6363
jts = "1.20.0"
6464

0 commit comments

Comments
 (0)