From 59bd38751b583fd5acb2a7409a5b482d23ebc952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 04:02:12 +0000 Subject: [PATCH] chore(deps): bump org.mariadb.jdbc:mariadb-java-client in /backend Bumps [org.mariadb.jdbc:mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 3.5.8 to 3.5.9. - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases) - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/main/CHANGELOG.md) - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/commits) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.9 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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