diff --git a/README.md b/README.md index ba852f8d0..e581a7159 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Refer to the table below to determine the appropriate version of r2dbc-mysql for | spring-boot-starter-data-r2dbc | spring-data-r2dbc | r2dbc-spi | r2dbc-mysql(recommended) | |--------------------------------|-------------------|---------------|------------------------------| -| 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.1.0 | +| 3.0.* and above | 3.0.* and above | 1.0.0.RELEASE | io.asyncer:r2dbc-mysql:1.2.0 | | 2.7.* | 1.5.* | 0.9.1.RELEASE | io.asyncer:r2dbc-mysql:0.9.7 | | 2.6.* and below | 1.4.* and below | 0.8.6.RELEASE | dev.miku:r2dbc-mysql:0.8.2 | @@ -61,7 +61,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so io.asyncer r2dbc-mysql - 1.1.0 + 1.2.0 ``` @@ -71,7 +71,7 @@ However, Docker-certified images do not have these versions lower than 5.5.0, so ```groovy dependencies { - implementation 'io.asyncer:r2dbc-mysql:1.1.0' + implementation 'io.asyncer:r2dbc-mysql:1.2.0' } ``` @@ -80,7 +80,7 @@ dependencies { ```kotlin dependencies { // Maybe should to use `compile` instead of `implementation` on the lower version of Gradle. - implementation("io.asyncer:r2dbc-mysql:1.1.0") + implementation("io.asyncer:r2dbc-mysql:1.2.0") } ``` diff --git a/r2dbc-mysql/pom.xml b/r2dbc-mysql/pom.xml index f066f06d3..29d0563b3 100644 --- a/r2dbc-mysql/pom.xml +++ b/r2dbc-mysql/pom.xml @@ -19,7 +19,7 @@ io.asyncer r2dbc-mysql - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT Reactive Relational Database Connectivity - MySQL https://github.com/asyncer-io/r2dbc-mysql diff --git a/test-native-image/pom.xml b/test-native-image/pom.xml index 0f4eecbcb..ce5cacece 100644 --- a/test-native-image/pom.xml +++ b/test-native-image/pom.xml @@ -5,7 +5,7 @@ 4.0.0 io.asyncer test-native-image - 1.2.1-SNAPSHOT + 1.3.0-SNAPSHOT UTF-8