We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b816457 commit 3c852ddCopy full SHA for 3c852dd
backend/build.gradle
@@ -146,7 +146,7 @@ subprojects {
146
implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
147
implementation 'com.h2database:h2:2.3.232'
148
implementation 'org.postgresql:postgresql:42.7.7'
149
- implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.3'
+ implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.4'
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