Skip to content

Commit

Permalink
chore: 프로젝트 의존성 버전 명시
Browse files Browse the repository at this point in the history
  • Loading branch information
hcbak committed Jan 26, 2025
1 parent 708dd32 commit 2b084dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ repositories {
}

dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.4'

// SpringDoc
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
Expand Down

0 comments on commit 2b084dc

Please sign in to comment.