Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency org.mariadb.jdbc:mariadb-java-client to …
Browse files Browse the repository at this point in the history
…v2.7.7
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent c41c345 commit 19f00f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ dependencies {

testFixturesApi("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testFixturesImplementation("com.h2database:h2:$h2Version")
testFixturesImplementation("org.mariadb.jdbc:mariadb-java-client:2.7.2")
testFixturesImplementation("org.mariadb.jdbc:mariadb-java-client:2.7.7")
testFixturesImplementation("org.postgresql:postgresql:42.2.19")
}

Expand Down

0 comments on commit 19f00f0

Please sign in to comment.