Skip to content

Commit 3c852dd

Browse files
dependabot[bot]rm3l
authored andcommitted
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.3 to 3.5.4. - [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](mariadb-corporation/mariadb-connector-j@3.5.3...3.5.4) --- updated-dependencies: - dependency-name: org.mariadb.jdbc:mariadb-java-client dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b816457 commit 3c852dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ subprojects {
146146
implementation 'org.xerial:sqlite-jdbc:3.50.2.0'
147147
implementation 'com.h2database:h2:2.3.232'
148148
implementation 'org.postgresql:postgresql:42.7.7'
149-
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.3'
149+
implementation 'org.mariadb.jdbc:mariadb-java-client:3.5.4'
150150

151151
implementation "io.ktor:ktor-client-core:$ktor_version"
152152
//Using Apache Engine Ktor engine, because it is at this time the only one that supports following redirects

0 commit comments

Comments
 (0)