Skip to content

Commit d67bf11

Browse files
committed
Update README
Motivation: Released 1.4.0 Modifications: Released 1.4.0 Result: up-to-date
1 parent 9633b71 commit d67bf11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Refer to the table below to determine the appropriate version of r2dbc-mysql for
1616

1717
| spring-boot-starter-data-r2dbc | spring-data-r2dbc | r2dbc-spi | r2dbc-mysql(recommended) |
1818
|--------------------------------|-------------------|---------------|------------------------------|
19-
| 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.3.1 |
19+
| 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.4.0 |
2020
| 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.7 |
2121
| 2.6.* and below | 1.4.* and below | 0.8.6.RELEASE | dev.miku:r2dbc-mysql:0.8.2 |
2222

@@ -64,7 +64,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
6464
<dependency>
6565
<groupId>io.asyncer</groupId>
6666
<artifactId>r2dbc-mysql</artifactId>
67-
<version>1.3.1</version>
67+
<version>1.4.0</version>
6868
</dependency>
6969
```
7070

@@ -74,7 +74,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so
7474

7575
```groovy
7676
dependencies {
77-
implementation 'io.asyncer:r2dbc-mysql:1.3.1'
77+
implementation 'io.asyncer:r2dbc-mysql:1.4.0'
7878
}
7979
```
8080

@@ -83,7 +83,7 @@ dependencies {
8383
```kotlin
8484
dependencies {
8585
// Maybe should to use `compile` instead of `implementation` on the lower version of Gradle.
86-
implementation("io.asyncer:r2dbc-mysql:1.3.1")
86+
implementation("io.asyncer:r2dbc-mysql:1.4.0")
8787
}
8888
```
8989

0 commit comments

Comments
 (0)