File tree 2 files changed +5
-5
lines changed
Filter options
2 files changed +5
-5
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.1.16 </version >
42
+ <version >2.1.25 </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.16 </version >
49
+ <version >2.1.25 </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.1.16 '
59
+ compile 'com.github.jasync-sql:jasync-mysql:2.1.25 '
60
60
// postgresql
61
- compile 'com.github.jasync-sql:jasync-postgresql:2.1.16 '
61
+ compile 'com.github.jasync-sql:jasync-postgresql:2.1.25 '
62
62
}
63
63
```
64
64
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ apply(plugin = "io.github.gradle-nexus.publish-plugin")
24
24
allprojects {
25
25
26
26
group = " com.github.jasync-sql"
27
- version = " 2.1.25 "
27
+ version = " 2.1.26 "
28
28
29
29
apply (plugin = " kotlin" )
30
30
apply (plugin = " maven-publish" )
You can’t perform that action at this time.
0 commit comments