Skip to content

Commit

Permalink
chore: bump org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.…
Browse files Browse the repository at this point in the history
…8.1 to 2.8.3 (#66)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 15, 2025
1 parent c8c2a82 commit 4273c96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion soridam-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies {
implementation project(':soridam-global-util')

//swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'

//지리 데이터
implementation 'org.locationtech.jts:jts-core:1.20.0'
Expand Down
2 changes: 1 addition & 1 deletion soridam-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'

//swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'

implementation 'org.springframework.boot:spring-boot-starter-data-redis'
}
2 changes: 1 addition & 1 deletion soridam-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-web'

//swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'
}
2 changes: 1 addition & 1 deletion soridam-infra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation 'org.apache.commons:commons-collections4:4.4'

//swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.1'
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3'

// Querydsl 관련 의존성 (타입 안전한 쿼리 작성)
implementation 'com.querydsl:querydsl-jpa:5.0.0:jakarta'
Expand Down

0 comments on commit 4273c96

Please sign in to comment.