Skip to content

Commit

Permalink
fix: #134 Swagger is not working
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-frak committed May 29, 2024
1 parent 83fc091 commit 6480b5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/legacy-system-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<description>Example legacy system for testing Keycloak user migration plugin</description>
<properties>
<java.version>17</java.version>
<springdoc.version>1.8.0</springdoc.version>
<springdoc.version>2.5.0</springdoc.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -35,7 +35,7 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc.version}</version>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6480b5e

Please sign in to comment.