@@ -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.2 |
16- | 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.3 |
15+ | 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.0.3 |
16+ | 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.4 |
1717| 2.6.* and below | 1.4.* and below | 0.8.6.RELEASE | dev.miku:r2dbc-mysql:0.8.2 |
1818
1919## Supported Features
@@ -55,7 +55,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
5555<dependency >
5656 <groupId >io.asyncer</groupId >
5757 <artifactId >r2dbc-mysql</artifactId >
58- <version >1.0.2 </version >
58+ <version >1.0.3 </version >
5959</dependency >
6060```
6161
@@ -65,7 +65,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
6565
6666``` groovy
6767dependencies {
68- implementation 'io.asyncer:r2dbc-mysql:1.0.2 '
68+ implementation 'io.asyncer:r2dbc-mysql:1.0.3 '
6969}
7070```
7171
@@ -74,7 +74,7 @@ dependencies {
7474``` kotlin
7575dependencies {
7676 // Maybe should to use `compile` instead of `implementation` on the lower version of Gradle.
77- implementation(" io.asyncer:r2dbc-mysql:1.0.2 " )
77+ implementation(" io.asyncer:r2dbc-mysql:1.0.3 " )
7878}
7979```
8080
0 commit comments