Skip to content

Commit

Permalink
chore(deps): simplify springdoc-openapi property version
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Dec 2, 2024
1 parent 4c0d0cc commit 32f0a87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<jacoco.version>0.8.12</jacoco.version>
<jgit.version>7.0.0.202409031743-r</jgit.version>
<archunit-junit5.version>1.3.0</archunit-junit5.version>
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<springdoc-openapi.version>2.6.0</springdoc-openapi.version>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
<sonar-maven-plugin.version>5.0.0.4389</sonar-maven-plugin.version>
<apache-commons-io.version>2.18.0</apache-commons-io.version>
Expand Down Expand Up @@ -142,13 +142,13 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>${springdoc-openapi-starter-webmvc-ui.version}</version>
<version>${springdoc-openapi.version}</version>
</dependency>

<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
<version>${springdoc-openapi-starter-webmvc-ui.version}</version>
<version>${springdoc-openapi.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 32f0a87

Please sign in to comment.