From 3f5431b151cbc02163bfa9219636a3e42c3419bb Mon Sep 17 00:00:00 2001 From: Ohad Shai Date: Wed, 19 Jul 2023 13:24:13 +0300 Subject: [PATCH 1/2] Update gradle.properties --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5ee34f91..165b663d 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=5.0.0-beta-04 +KOTLIN_LOGGING_VERSION=5.0.0 SCRAM_CLIENT_VERSION=2.1 R2DBC_SPI_VERSION=1.0.0.RELEASE REACTOR_CORE_VERSION=3.5.7 From 63e1484db41370a2bbc2b9101e6616d085f488dc Mon Sep 17 00:00:00 2001 From: oshai Date: Wed, 19 Jul 2023 17:31:20 +0300 Subject: [PATCH 2/2] bump version to 2.2.3 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1d8cd0b9..477c5d54 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.2" + version = "2.2.3" apply(plugin = "kotlin") apply(plugin = "maven-publish")