You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by al...@apache.org on 2022/03/07 09:56:20 UTC

[fineract] branch develop updated: chore(deps): bump mariadb-java-client from 2.7.5 to 3.0.3

This is an automated email from the ASF dual-hosted git repository.

aleks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 9e73d0d  chore(deps): bump mariadb-java-client from 2.7.5 to 3.0.3
9e73d0d is described below

commit 9e73d0def0f6f8e9acebdf91798e37f1774c591f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Mar 7 04:39:18 2022 +0000

    chore(deps): bump mariadb-java-client from 2.7.5 to 3.0.3
    
    Bumps [mariadb-java-client](https://github.com/mariadb-corporation/mariadb-connector-j) from 2.7.5 to 3.0.3.
    - [Release notes](https://github.com/mariadb-corporation/mariadb-connector-j/releases)
    - [Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.5...3.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.mariadb.jdbc:mariadb-java-client
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 fineract-provider/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index a048fba..4baaa31 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -201,7 +201,7 @@ configurations {
     driver
 }
 dependencies {
-    driver 'org.mariadb.jdbc:mariadb-java-client:2.7.5'
+    driver 'org.mariadb.jdbc:mariadb-java-client:3.0.3'
     driver 'org.postgresql:postgresql:42.3.3'
 }