From 9c2388e10c073fd037f66f693564775e5b7625a1 Mon Sep 17 00:00:00 2001 From: FyloZ Date: Sun, 30 May 2021 22:00:39 -0400 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20compl=C3=A9tion=20des=20kits?= =?UTF-8?q?=20de=20retouche?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index efcc6f0..8c0d274 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { implementation("io.jsonwebtoken:jjwt:0.9.1") implementation("org.apache.poi:poi-ooxml:4.1.0") implementation("org.apache.pdfbox:pdfbox:2.0.4") - implementation("dev.fyloz.colorrecipesexplorer:database-manager:5.1") + implementation("dev.fyloz.colorrecipesexplorer:database-manager:5.2") implementation("org.springframework.boot:spring-boot-starter-data-jpa:${springBootVersion}") implementation("org.springframework.boot:spring-boot-starter-jdbc:${springBootVersion}")