File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
39
39
<dependency >
40
40
<groupId >com.github.jasync-sql</groupId >
41
41
<artifactId >jasync-mysql</artifactId >
42
- <version >2.1.6 </version >
42
+ <version >2.1.7 </version >
43
43
</dependency >
44
44
<!-- postgresql -->
45
45
<dependency >
46
46
<groupId >com.github.jasync-sql</groupId >
47
47
<artifactId >jasync-postgresql</artifactId >
48
- <version >2.1.6 </version >
48
+ <version >2.1.7 </version >
49
49
</dependency >
50
50
```
51
51
@@ -54,9 +54,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
54
54
``` gradle
55
55
dependencies {
56
56
// mysql
57
- compile 'com.github.jasync-sql:jasync-mysql:2.1.6 '
57
+ compile 'com.github.jasync-sql:jasync-mysql:2.1.7 '
58
58
// postgresql
59
- compile 'com.github.jasync-sql:jasync-postgresql:2.1.6 '
59
+ compile 'com.github.jasync-sql:jasync-postgresql:2.1.7 '
60
60
}
61
61
```
62
62
You can’t perform that action at this time.
0 commit comments