Skip to content

Commit

Permalink
fix(deps): update dependency org.springdoc:springdoc-openapi-starter-…
Browse files Browse the repository at this point in the history
…webmvc-ui to v2.5.0
  • Loading branch information
renovate[bot] committed Apr 1, 2024
1 parent 0f66899 commit 1fe9532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -25,7 +25,7 @@ dependencies {
// Spring
developmentOnly("org.springframework.boot:spring-boot-devtools")

implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.2.0")
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0")
implementation("org.springframework.boot:spring-boot-starter-web")

// Other
Expand Down

0 comments on commit 1fe9532

Please sign in to comment.