You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2018/12/29 14:57:49 UTC

cayenne git commit: update readme

Repository: cayenne
Updated Branches:
  refs/heads/master fe60ae0aa -> 008e77d1e


update readme


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

Branch: refs/heads/master
Commit: 008e77d1ec2a79b327b84f0c433ab58dd5167dd3
Parents: fe60ae0
Author: Nikita Timofeev <st...@gmail.com>
Authored: Sat Dec 29 17:57:43 2018 +0300
Committer: Nikita Timofeev <st...@gmail.com>
Committed: Sat Dec 29 17:57:43 2018 +0300

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/008e77d1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 3b39627..9aed3f4 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ buildscript {
     }
     dependencies {
         classpath group: 'org.apache.cayenne.plugins', name: 'cayenne-gradle-plugin', version: '4.1.M2'
-        classpath 'mysql:mysql-connector-java:6.0.5'
+        classpath 'mysql:mysql-connector-java:8.0.13'
     }
 }