diff --git a/backend/build.gradle b/backend/build.gradle index a8d894c0..3502e0e2 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -146,7 +146,7 @@ subprojects { implementation 'org.xerial:sqlite-jdbc:3.51.1.0' implementation 'com.h2database:h2:2.4.240' implementation 'org.postgresql:postgresql:42.7.9' - implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.6' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.7' 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