Skip to content

Commit e2f94b6

Browse files
update dependencies in libs.versions.toml
1 parent ed825d6 commit e2f94b6

File tree

2 files changed

+20
-22
lines changed

2 files changed

+20
-22
lines changed

dataframe-jdbc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testImplementation(libs.mssql)
2828
testImplementation(libs.junit)
2929
testImplementation(libs.sl4jsimple)
30-
testImplementation(libs.jts)
30+
testImplementation(libs.jts.core)
3131
testImplementation(libs.duckdb.jdbc)
3232
testImplementation(projects.dataframeJson)
3333
testImplementation(libs.kotestAssertions) {

gradle/libs.versions.toml

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
ksp = "2.2.21-2.0.4"
3-
kotlinJupyter = "0.15.0-629"
3+
kotlinJupyter = "0.16.0-736"
44

5-
ktlint = "12.3.0"
5+
ktlint = "14.0.1"
66

77
kotlin = "2.2.21"
88
# make sure to sync manually with :plugins:keywords-generator module
@@ -18,26 +18,25 @@ korro = "0.1.6"
1818

1919
binaryCompatibilityValidator = "0.17.0"
2020
kover = "0.9.1"
21-
deephavenCsv = "0.15.0"
21+
deephavenCsv = "0.18.0"
2222
fastDoubleParser = "2.0.1"
23-
commonsCsv = "1.12.0"
24-
commonsCompress = "1.27.1"
23+
commonsCsv = "1.14.1"
24+
commonsCompress = "1.28.0"
2525
commonsIo = "2.18.0"
26-
commonsStatistics = "1.1"
27-
serialization = "1.7.1"
28-
poi = "5.4.1"
29-
mariadb = "3.5.1"
30-
h2db = "2.3.232"
31-
mssql = "12.8.1.jre11"
32-
mysql = "9.1.0"
33-
postgresql = "42.7.4"
34-
sqlite = "3.47.1.0"
35-
jtsCore = "1.19.0"
26+
commonsStatistics = "1.2"
27+
serialization = "1.9.0"
28+
poi = "5.5.0"
29+
mariadb = "3.5.6"
30+
h2db = "2.4.240"
31+
mssql = "13.2.1.jre11"
32+
mysql = "9.5.0"
33+
postgresql = "42.7.8"
34+
sqlite = "3.51.0.0"
3635
kotlinDatetime = "0.7.1-0.6.x-compat"
37-
openapi = "2.1.24"
38-
kotlinLogging = "7.0.3"
39-
sl4j = "2.0.16"
40-
log4j = "2.24.3"
36+
openapi = "2.1.36"
37+
kotlinLogging = "7.0.13"
38+
sl4j = "2.0.17"
39+
log4j = "2.25.2"
4140

4241
junit = "4.13.2"
4342
junit-jupiter = "5.11.3"
@@ -59,7 +58,7 @@ duckdb = "1.3.1.0"
5958
buildconfig = "5.6.7"
6059
benchmark = "0.4.12"
6160

62-
geotools = "33.2"
61+
geotools = "34.1"
6362
jai-core = "1.1.3"
6463
jts = "1.20.0"
6564

@@ -106,7 +105,6 @@ mssql = { group = "com.microsoft.sqlserver", name = "mssql-jdbc", version.ref =
106105
mysql = { group = "com.mysql", name = "mysql-connector-j", version.ref = "mysql" }
107106
postgresql = { group = "org.postgresql", name = "postgresql", version.ref = "postgresql" }
108107
sqlite = { group = "org.xerial", name = "sqlite-jdbc", version.ref = "sqlite" }
109-
jts = { group = "org.locationtech.jts", name = "jts-core", version.ref = "jtsCore" }
110108

111109
# Example notebooks Kandy versions
112110
kandy-notebook = { group = "org.jetbrains.kotlinx", name = "kandy-lets-plot", version.ref = "kandy-notebook" }

0 commit comments

Comments
 (0)