From 57565363154f6e158f070d44899f69b4bb4b983c Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Fri, 14 Oct 2022 20:39:50 +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 496f528..0548d4a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -67,7 +67,7 @@ dependencies { implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.20") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.0-rc1") implementation("com.fasterxml.jackson.datatype:jackson-datatype-joda:2.14.0-rc1") - implementation("com.github.jasync-sql:jasync-postgresql:1.1.7") + implementation("com.github.jasync-sql:jasync-postgresql:2.1.7") implementation("org.slf4j:slf4j-api:2.0.3") implementation("com.avast.gradle:gradle-docker-compose-plugin:0.14.0")