File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ 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.7 </version >
42
+ <version >2.1.8 </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.1.7 </version >
49
+ <version >2.1.8 </version >
50
50
</dependency >
51
51
52
52
<!-- r2dbc-mysql -->
53
53
<dependency >
54
54
<groupId >com.github.jasync-sql</groupId >
55
55
<artifactId >jasync-r2dbc-mysql</artifactId >
56
- <version >2.1.7 </version >
56
+ <version >2.1.8 </version >
57
57
</dependency >
58
58
```
59
59
@@ -62,9 +62,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
62
62
``` gradle
63
63
dependencies {
64
64
// mysql
65
- compile 'com.github.jasync-sql:jasync-mysql:2.1.7 '
65
+ compile 'com.github.jasync-sql:jasync-mysql:2.1.8 '
66
66
// postgresql
67
- compile 'com.github.jasync-sql:jasync-postgresql:2.1.7 '
67
+ compile 'com.github.jasync-sql:jasync-postgresql:2.1.8 '
68
68
}
69
69
```
70
70
You can’t perform that action at this time.
0 commit comments