@@ -12,8 +12,8 @@ Refer to the table below to determine the appropriate version of r2dbc-mysql for
1212
1313| spring-boot-starter-data-r2dbc | spring-data-r2dbc | r2dbc-spi | r2dbc-mysql(recommended) |
1414| --------------------------------| -------------------| ---------------| ------------------------------|
15- | 3.0.* | 3.0.* | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.0.1 |
16- | 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.2 |
15+ | 3.0.* | 3.0.* | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.0.2 |
16+ | 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.3 |
1717| 2.6.* and below | 1.4.* and below | 0.8.6.RELEASE | dev.miku:r2dbc-mysql:0.8.2 |
1818
1919## Supported Features
@@ -53,7 +53,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
5353<dependency >
5454 <groupId >io.asyncer</groupId >
5555 <artifactId >r2dbc-mysql</artifactId >
56- <version >1.0.1 </version >
56+ <version >1.0.2 </version >
5757</dependency >
5858```
5959
@@ -63,7 +63,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
6363
6464``` groovy
6565dependencies {
66- implementation 'io.asyncer:r2dbc-mysql:1.0.1 '
66+ implementation 'io.asyncer:r2dbc-mysql:1.0.2 '
6767}
6868```
6969
@@ -72,7 +72,7 @@ dependencies {
7272``` kotlin
7373dependencies {
7474 // Maybe should to use `compile` instead of `implementation` on the lower version of Gradle.
75- implementation(" io.asyncer:r2dbc-mysql:1.0.1 " )
75+ implementation(" io.asyncer:r2dbc-mysql:1.0.2 " )
7676}
7777```
7878
0 commit comments