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