From 002a452c332f8d1d6c0f382a9becb8ec223f8890 Mon Sep 17 00:00:00 2001 From: usbharu <64310155+usbharu@users.noreply.github.com> Date: Thu, 7 Dec 2023 17:21:37 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=B8=8D=E8=A6=81=E3=81=AA=E3=83=A9?= =?UTF-8?q?=E3=82=A4=E3=83=96=E3=83=A9=E3=83=AA=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4ecf8a33..c8d31ca7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -217,7 +217,6 @@ dependencies { testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation("nl.jqno.equalsverifier:equalsverifier:3.15.3") testImplementation("com.jparams:to-string-verifier:1.4.8") - testImplementation("com.toomuchcoding.jsonassert:jsonassert:0.7.0") implementation("org.drewcarlson:kjob-core:0.6.0") implementation("org.drewcarlson:kjob-mongo:0.6.0")