We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d9eef commit 02df34dCopy full SHA for 02df34d
1 file changed
build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
implementation("com.google.auth:google-auth-library-oauth2-http:1.17.0")
63
implementation("org.yaml:snakeyaml:2.0") /// TODO: remove this once transitive dependency passes owasp checker
64
65
- runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.9")
+ runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.1.4")
66
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")
67
68
testImplementation("junit:junit:4.13.2")
0 commit comments