Skip to content

Commit

Permalink
Merge pull request #101 from InseeFr/fix-swaager
Browse files Browse the repository at this point in the history
fix: bump springdoc openapi to 2.8.1 compatible with spring boot 3.4.1
  • Loading branch information
EricThuaud authored Jan 9, 2025
2 parents 38df44c + eb014bc commit 185431d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platine-management-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>platine-management-api</artifactId>

<properties>
<springdoc-version>2.6.0</springdoc-version>
<springdoc-version>2.8.1</springdoc-version>
<jakarta-version>3.1.0</jakarta-version>
<cucumber.version>7.18.0</cucumber.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<module>platine-management-api</module>
</modules>
<properties>
<revision>2.7.3</revision>
<revision>2.7.4</revision>
<changelist></changelist>
<java.version>21</java.version>
<maven.compiler.source>21</maven.compiler.source>
Expand Down

0 comments on commit 185431d

Please sign in to comment.