diff --git a/backend/build.gradle b/backend/build.gradle index ee6be7ac..38fd699c 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -146,7 +146,7 @@ subprojects { implementation 'org.xerial:sqlite-jdbc:3.53.1.0' implementation 'com.h2database:h2:2.4.240' implementation 'org.postgresql:postgresql:42.7.11' - implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.8' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.9' implementation "io.ktor:ktor-client-core:$ktor_version" //Using Apache Engine Ktor engine, because it is at this time the only one that supports following redirects