Skip to content

Commit

Permalink
chore(deps): bump org.springdoc:springdoc-openapi-starter-webmvc-ui f…
Browse files Browse the repository at this point in the history
…rom 2.6.0 to 2.7.0 (#621)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 26, 2024
1 parent 027f662 commit e1fa8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
compileOnly 'org.projectlombok:lombok' // 롬복
annotationProcessor 'org.projectlombok:lombok' // 롬복
implementation 'com.google.code.gson:gson:2.11.0' // JSON 라이브러리
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0' // Swagger
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0' // Swagger
implementation 'commons-io:commons-io:2.18.0' // Apache Commons IO
implementation 'com.google.guava:guava:33.3.1-jre' // Google Core Libraries For Java
implementation 'org.springframework.boot:spring-boot-starter-mail' // Spring Mail
Expand Down

0 comments on commit e1fa8bb

Please sign in to comment.