From 8eeb1e9e9d108fa69030d52c1fc5a2ccda019425 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Fri, 11 Oct 2019 22:05:15 +0200 Subject: [PATCH] update jasync --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c8474f..8ab350b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.3.31") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.9.9") implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.9") - implementation("com.github.jasync-sql:jasync-postgresql:0.9.53") + implementation("com.github.jasync-sql:jasync-postgresql:1.0.7") implementation("org.slf4j:slf4j-api:1.7.26") testImplementation("ch.qos.logback:logback-classic:1.2.3")