diff --git a/platform/application/build.gradle b/platform/application/build.gradle index ce763a31a..d2005fb0d 100644 --- a/platform/application/build.gradle +++ b/platform/application/build.gradle @@ -52,7 +52,7 @@ dependencies { runtime 'io.r2dbc:r2dbc-h2' runtime 'org.postgresql:postgresql' runtime 'org.postgresql:r2dbc-postgresql' - runtime 'org.mariadb:r2dbc-mariadb:1.1.3' + runtime 'org.mariadb:r2dbc-mariadb:1.1.4' runtime 'com.github.jasync-sql:jasync-r2dbc-mysql:2.1.23' }