diff --git a/build.gradle b/build.gradle
index bac4b34c3222d2e9e57c5108b56ecb52f9fa2736..0cd61ecdd06f9699088ba14da303bc73793e3fed 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,6 +28,9 @@ dependencies {
 	implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
 	implementation 'org.springframework.boot:spring-boot-starter-web'
 
+	// swagger
+	implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0'
+	implementation 'org.hibernate.validator:hibernate-validator:7.0.1.Final'
     //H2 DB 추가
     runtimeOnly 'com.h2database:h2'
 	compileOnly 'org.projectlombok:lombok'