Skip to content

Commit

Permalink
Merge pull request #527 from navikt/swagger
Browse files Browse the repository at this point in the history
Bytt til ny springdoc-komponent som støtter Spring Boot versjon 3.x.x
  • Loading branch information
slovrid authored Apr 9, 2024
2 parents e6c73bc + eb2e250 commit fb46166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.7.0</version>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
Expand Down

0 comments on commit fb46166

Please sign in to comment.