| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -41,13 +41,13 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki). | |||
| 41 | 41 | <dependency> | |
| 42 | 42 | <groupId>com.github.jasync-sql</groupId> | |
| 43 | 43 | <artifactId>jasync-mysql</artifactId> | |
| 44 | - <version>1.1.0</version> | ||
| 44 | + <version>1.1.3</version> | ||
| 45 | 45 | </dependency> | |
| 46 | 46 | <!-- postgresql --> | |
| 47 | 47 | <dependency> | |
| 48 | 48 | <groupId>com.github.jasync-sql</groupId> | |
| 49 | 49 | <artifactId>jasync-postgresql</artifactId> | |
| 50 | - <version>1.1.0</version> | ||
| 50 | + <version>1.1.3</version> | ||
| 51 | 51 | </dependency> | |
| 52 | 52 | ``` | |
| 53 | 53 | ||
@@ -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:1.1.0' | ||
| 59 | + compile 'com.github.jasync-sql:jasync-mysql:1.1.3' | ||
| 60 | 60 | // postgresql | |
| 61 | - compile 'com.github.jasync-sql:jasync-postgresql:1.1.0' | ||
| 61 | + compile 'com.github.jasync-sql:jasync-postgresql:1.1.3' | ||
| 62 | 62 | } | |
| 63 | 63 | ``` | |
| 64 | 64 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments