This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new 8c18c80f0 Update mysql driver version
8c18c80f0 is described below
commit 8c18c80f0f4e9823ce406578ad2fbacebef363c7
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue Dec 6 12:09:51 2022 +0300
Update mysql driver version
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index b92546bc5..9c441925a 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ Here is example of Cayenne Maven plugin setup that will do it:
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>8.0.29</version>
+ <version>8.0.31</version>
</dependency>
</dependencies>
@@ -117,7 +117,7 @@ buildscript {
}
dependencies {
classpath group: 'org.apache.cayenne.plugins', name:
'cayenne-gradle-plugin', version: '4.2.RC2'
- classpath 'mysql:mysql-connector-java:8.0.29'
+ classpath 'mysql:mysql-connector-java:8.0.31'
}
}