You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/04/11 07:50:31 UTC

[2/2] syncope git commit: Upgrading MariaDB driver - compatibility re-verified

Upgrading MariaDB driver - compatibility re-verified


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/b578e4b0
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/b578e4b0
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/b578e4b0

Branch: refs/heads/master
Commit: b578e4b02f26d7c81e608fc1f9e5baa09bf41a60
Parents: fad07ef
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Apr 11 09:49:54 2017 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Apr 11 09:50:20 2017 +0200

----------------------------------------------------------------------
 fit/core-reference/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/b578e4b0/fit/core-reference/pom.xml
----------------------------------------------------------------------
diff --git a/fit/core-reference/pom.xml b/fit/core-reference/pom.xml
index e9c5bd1..b4fa2cd 100644
--- a/fit/core-reference/pom.xml
+++ b/fit/core-reference/pom.xml
@@ -496,7 +496,7 @@ under the License.
         <dependency>
           <groupId>org.mariadb.jdbc</groupId>
           <artifactId>mariadb-java-client</artifactId>
-          <version>1.4.6</version>
+          <version>1.5.9</version>
           <scope>test</scope>
         </dependency>
       </dependencies>