Skip to content

Commit

Permalink
Merge pull request #774 from MeasureAuthoringTool/MAT-8158-update-spr…
Browse files Browse the repository at this point in the history
…ingdoc-to-v2

MAT-8158 update springdoc to v2
  • Loading branch information
riddhi-desai authored Jan 15, 2025
2 parents 958a7c6 + f0b4d27 commit efa3f7b
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 @@ -20,7 +20,7 @@
<mvn.checkstyle.version>3.1.2</mvn.checkstyle.version>
<mvnreports.version>3.1.1</mvnreports.version>
<mvnsite.version>3.9.1</mvnsite.version>
<springdoc.version>1.8.0</springdoc.version>
<springdoc.version>2.8.3</springdoc.version>
</properties>

<!-- https://docs.mongock.io/index.html -->
Expand Down Expand Up @@ -166,7 +166,7 @@
</dependency>
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit efa3f7b

Please sign in to comment.