Skip to content

Commit

Permalink
chore(deps): bump org.springdoc:springdoc-openapi-kotlin
Browse files Browse the repository at this point in the history
Bumps org.springdoc:springdoc-openapi-kotlin from 1.6.14 to 1.7.0.

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 13, 2023
1 parent 6e60b9d commit fd2f914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
implementation("org.mapstruct:mapstruct:1.5.3.Final")
implementation("org.springdoc:springdoc-openapi-ui:1.6.14")
implementation("org.springdoc:springdoc-openapi-kotlin:1.6.14")
implementation("org.springdoc:springdoc-openapi-kotlin:1.7.0")
kapt("org.mapstruct:mapstruct-processor:1.5.3.Final")
runtimeOnly("org.postgresql:postgresql")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
Expand Down

0 comments on commit fd2f914

Please sign in to comment.