diff --git a/user-service/build.gradle b/user-service/build.gradle index f0090b0..ebb8115 100644 --- a/user-service/build.gradle +++ b/user-service/build.gradle @@ -36,7 +36,7 @@ dependencies { annotationProcessor 'org.projectlombok:lombok' testImplementation 'org.springframework.boot:spring-boot-starter-test' - implementation 'me.kong:common-library:0.0.1-SNAPSHOT' + implementation 'me.kong:common-library:0.0.2-SNAPSHOT' implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' runtimeOnly 'com.mysql:mysql-connector-j'