Skip to content

Commit

Permalink
fix(deps): 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 May 23, 2024
1 parent ce6a1fc commit b1b74f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fineract-provider/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ configurations {
driver
}
dependencies {
driver 'org.mariadb.jdbc:mariadb-java-client:2.7.5'
driver 'org.mariadb.jdbc:mariadb-java-client:3.4.0'
driver 'org.postgresql:postgresql:42.3.3'
}

Expand Down Expand Up @@ -212,7 +212,7 @@ bootRun {
]

dependencies {
implementation 'org.mariadb.jdbc:mariadb-java-client:2.7.5'
implementation 'org.mariadb.jdbc:mariadb-java-client:3.4.0'
implementation 'org.postgresql:postgresql:42.3.3'
}

Expand Down Expand Up @@ -292,7 +292,7 @@ jib {
allowInsecureRegistries = true

dependencies {
implementation 'org.mariadb.jdbc:mariadb-java-client:2.7.5'
implementation 'org.mariadb.jdbc:mariadb-java-client:3.4.0'
implementation 'org.postgresql:postgresql:42.3.3'
}

Expand Down

0 comments on commit b1b74f0

Please sign in to comment.