Skip to content

Commit

Permalink
Update dependency org.mariadb.jdbc:mariadb-java-client to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent e8853f0 commit f5f2c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation("com.google.auth:google-auth-library-oauth2-http:1.19.0")
implementation("org.yaml:snakeyaml:2.2") /// TODO: remove this once transitive dependency passes owasp checker

runtimeOnly("org.mariadb.jdbc:mariadb-java-client:2.7.10")
runtimeOnly("org.mariadb.jdbc:mariadb-java-client:3.2.0")
providedRuntime("org.springframework.boot:spring-boot-starter-tomcat")

testImplementation("junit:junit:4.13.2")
Expand Down

0 comments on commit f5f2c2d

Please sign in to comment.