diff --git a/README.md b/README.md
index f95eb0da..8f644ac3 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
[](https://gitter.im/jasync-sql/support) [](https://search.maven.org/search?q=g:%22com.github.jasync-sql%22%20AND%20a:%22jasync-common%22)  [](https://github.com/jasync-sql/jasync-sql/blob/master/LICENSE) [](https://codecov.io/gh/jasync-sql/jasync-sql) [](https://github.com/KotlinBy/awesome-kotlin#libraries-frameworks-database)
@@ -39,14 +39,14 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
com.github.jasync-sql
jasync-mysql
- 2.1.25
+ 2.2.0
com.github.jasync-sql
jasync-postgresql
- 2.1.25
+ 2.2.0
```
@@ -56,9 +56,9 @@ For docs and info see the [wiki](https://github.com/jasync-sql/jasync-sql/wiki).
```gradle
dependencies {
// mysql
- compile 'com.github.jasync-sql:jasync-mysql:2.1.25'
+ compile 'com.github.jasync-sql:jasync-mysql:2.2.0'
// postgresql
- compile 'com.github.jasync-sql:jasync-postgresql:2.1.25'
+ compile 'com.github.jasync-sql:jasync-postgresql:2.2.0'
}
```
diff --git a/build.gradle.kts b/build.gradle.kts
index 7af50e73..1d8cd0b9 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -24,7 +24,7 @@ apply(plugin = "io.github.gradle-nexus.publish-plugin")
allprojects {
group = "com.github.jasync-sql"
- version = "2.2.0"
+ version = "2.2.2"
apply(plugin = "kotlin")
apply(plugin = "maven-publish")
diff --git a/gradle.properties b/gradle.properties
index ab492762..5ee34f91 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -6,7 +6,7 @@ SL4J_VERSION=2.0.7
JODA_VERSION=2.12.5
JODA_CONVERT_VERSION=2.2.3
NETTY_VERSION=4.1.93.Final
-KOTLIN_LOGGING_VERSION=4.0.0-beta-29
+KOTLIN_LOGGING_VERSION=5.0.0-beta-04
SCRAM_CLIENT_VERSION=2.1
R2DBC_SPI_VERSION=1.0.0.RELEASE
REACTOR_CORE_VERSION=3.5.7