Skip to content

Commit

Permalink
#64 Swagger UI test failing in wip-spring-boot3 branch - Upgraded to …
Browse files Browse the repository at this point in the history
…springdoc-openapi v2.1.0 for Spring Boot 3
  • Loading branch information
cer committed May 20, 2023
1 parent ee24996 commit 87e3c28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ subprojects {
testImplementation "junit:junit:4.13.2"

constraints {
implementation "org.springdoc:springdoc-openapi-ui:$springDocOpenApiUiVersion"
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.1.0'
}

testImplementation "org.springframework.boot:spring-boot-starter-test"
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/ServicePlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ServicePlugin implements Plugin<Project> {
implementation "io.eventuate.tram.springcloudsleuth:eventuate-tram-spring-cloud-sleuth-tram-starter"
}

implementation "org.springdoc:springdoc-openapi-ui"
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui'

}

Expand Down

0 comments on commit 87e3c28

Please sign in to comment.