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,14 +39,14 @@ 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.2.0 </version >
42
+ <version >2.2.4 </version >
43
43
</dependency >
44
44
45
45
<!-- postgresql -->
46
46
<dependency >
47
47
<groupId >com.github.jasync-sql</groupId >
48
48
<artifactId >jasync-postgresql</artifactId >
49
- <version >2.2.0 </version >
49
+ <version >2.2.4 </version >
50
50
</dependency >
51
51
52
52
```
@@ -56,9 +56,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
56
56
``` gradle
57
57
dependencies {
58
58
// mysql
59
- compile 'com.github.jasync-sql:jasync-mysql:2.2.0 '
59
+ compile 'com.github.jasync-sql:jasync-mysql:2.2.4 '
60
60
// postgresql
61
- compile 'com.github.jasync-sql:jasync-postgresql:2.2.0 '
61
+ compile 'com.github.jasync-sql:jasync-postgresql:2.2.4 '
62
62
}
63
63
```
64
64
You can’t perform that action at this time.
0 commit comments