Skip to content

Commit ea2210d

Browse files
authored
Update MySQL and PostgreSQL versions in build config (#609)
Updated the MySQL and PostgreSQL versions in the Gradle build configuration. Also changed the MySQL connector's Java group, enhancing the build process compatibility with the latest versions.
1 parent 55ed58a commit ea2210d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ fuel = "2.3.1"
3131
poi = "5.2.5"
3232
mariadb = "3.3.2"
3333
h2db = "2.2.224"
34-
mysql = "8.0.33"
35-
postgresql = "42.7.1"
34+
mysql = "8.3.0"
35+
postgresql = "42.7.2"
3636
sqlite = "3.45.1.0"
3737
kotlinDatetime = "0.5.0"
3838
openapi = "2.1.20"
@@ -74,7 +74,7 @@ fuel = { group = "com.github.kittinunf.fuel", name = "fuel", version.ref = "fuel
7474
poi = { group = "org.apache.poi", name = "poi", version.ref = "poi" }
7575
mariadb = { group = "org.mariadb.jdbc", name = "mariadb-java-client", version.ref = "mariadb" }
7676
h2db = { group = "com.h2database", name = "h2", version.ref = "h2db" }
77-
mysql = { group = "mysql", name = "mysql-connector-java", version.ref = "mysql" }
77+
mysql = { group = "com.mysql", name = "mysql-connector-j", version.ref = "mysql" }
7878
postgresql = { group = "org.postgresql", name = "postgresql", version.ref = "postgresql" }
7979
sqlite = { group = "org.xerial", name = "sqlite-jdbc", version.ref = "sqlite" }
8080

0 commit comments

Comments
 (0)