diff --git a/build.gradle b/build.gradle index 1cbaccf..c2a58e3 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.10.1' // JSON 라이브러리 implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0' // Swagger implementation 'commons-io:commons-io:2.16.1' // Apache Commons IO - implementation 'com.google.guava:guava:33.2.1-jre' // Google Core Libraries For Java + implementation 'com.google.guava:guava:33.3.0-jre' // Google Core Libraries For Java // Test testImplementation 'org.springframework.boot:spring-boot-starter-test' // Spring Boot Test