From 9b51d6e94bc720b5a0a2e1d2446552a269be1272 Mon Sep 17 00:00:00 2001 From: USER Date: Wed, 10 Aug 2022 16:57:03 +0900 Subject: [PATCH] =?UTF-8?q?gradle=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 81edb95..35742b7 100644 --- a/build.gradle +++ b/build.gradle @@ -107,7 +107,7 @@ dependencies { implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' // LOCALìš©. - implementation 'org.bgee.log4jdbc-log4j2:log4jdbc-log4j2-jdbc4.1:1.16' /* Log4JDBC */ + implementation 'com.github.gavlyukovskiy:p6spy-spring-boot-starter:1.7.1' } bootJar {