We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f42e5 commit 451dc3fCopy full SHA for 451dc3f
backend/build.gradle
@@ -146,7 +146,7 @@ subprojects {
146
implementation 'org.xerial:sqlite-jdbc:3.45.1.0'
147
implementation 'com.h2database:h2:2.2.224'
148
implementation 'org.postgresql:postgresql:42.7.2'
149
- implementation 'org.mariadb.jdbc:mariadb-java-client:3.3.2'
+ implementation 'org.mariadb.jdbc:mariadb-java-client:3.3.3'
150
151
implementation "io.ktor:ktor-client-core:$ktor_version"
152
//Using Apache Engine Ktor engine, because it is at this time the only one that supports following redirects
0 commit comments