Skip to content

Commit 28f0539

Browse files
authored
Changed MySQL-Connector Version in readme
The old version of the mysql-connector doesnt work on newer mariadb versions
1 parent 91f248b commit 28f0539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ You also need to add the driver you want to use. JavaWebStack ORM comes with a w
9292
<dependency>
9393
<groupId>mysql</groupId>
9494
<artifactId>mysql-connector-java</artifactId>
95-
<version>8.0.22</version>
95+
<version>8.0.25</version>
9696
<scope>compile</scope>
9797
</dependency>
9898
```

0 commit comments

Comments
 (0)