Skip to content

Commit 4f391bd

Browse files
committed
Updated Mariadb to 3.4.1, H2db to 2.3.232, and MSSQL to 12.8.1.jre11, Postgresql to 42.7.4, Sqlite to 3.46.1.0, Duckdb from 0.10.0 to 1.0.0.
1 parent dde53cb commit 4f391bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ commonsIo = "2.16.1"
2626
serialization = "1.7.0"
2727
fuel = "2.3.1"
2828
poi = "5.2.5"
29-
mariadb = "3.3.2"
30-
h2db = "2.3.230"
31-
mssql = "12.6.3.jre11"
29+
mariadb = "3.4.1"
30+
h2db = "2.3.232"
31+
mssql = "12.8.1.jre11"
3232
mysql = "9.0.0"
33-
postgresql = "42.7.3"
34-
sqlite = "3.45.3.0"
33+
postgresql = "42.7.4"
34+
sqlite = "3.46.1.0"
3535
jtsCore = "1.18.1"
3636
kotlinDatetime = "0.6.0"
3737
openapi = "2.1.20"
@@ -55,7 +55,7 @@ shadow = "8.1.1"
5555
android-gradle-api = "7.3.1" # Can't be updated to 7.4.0+ due to Java 8 compatibility
5656
ktor-server-netty = "2.3.8"
5757
kotlin-compile-testing = "1.6.0"
58-
duckdb = "0.10.0"
58+
duckdb = "1.0.0"
5959
buildconfig = "5.4.0"
6060

6161
[libraries]

0 commit comments

Comments
 (0)