From 571293b36172abb4ae5c49d1b2d09e45c79d64e1 Mon Sep 17 00:00:00 2001 From: kyj Date: Fri, 6 Jan 2023 00:09:40 +0900 Subject: [PATCH] =?UTF-8?q?chap2=20=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20?= =?UTF-8?q?=EC=84=B8=ED=8C=85=20=EB=B0=8F=20Junit=20=EC=84=A4=EC=A0=95=20-?= =?UTF-8?q?=20#4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index afc8a44..67aa2cd 100644 --- a/build.gradle +++ b/build.gradle @@ -15,6 +15,7 @@ repositories { dependencies { implementation 'org.springframework.boot:spring-boot-starter' testImplementation 'org.springframework.boot:spring-boot-starter-test' + testImplementation('org.junit.jupiter:junit-jupiter:5.5.0') } tasks.named('test') {