Skip to content

Commit

Permalink
Merge pull request #43 from f-lab-edu/refactoring/12
Browse files Browse the repository at this point in the history
[#12] 공통 라이브러리 버전 업그레이드
  • Loading branch information
hyeok-kong authored Jul 1, 2024
2 parents 731f535 + 1de412c commit c3cfd8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c3cfd8d

Please sign in to comment.