Skip to content

Commit

Permalink
Move springdoc version into correct section
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 8, 2024
1 parent 55d3575 commit c8add47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<!-- Dependencies (other than Maven plugins) -->
<micrometer.version>1.13.3</micrometer.version>
<springdoc.version>2.6.0</springdoc.version>
<!-- Maven plugins -->
<maven-project-info-reports-plugin.version>3.7.0</maven-project-info-reports-plugin.version>
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
Expand All @@ -69,7 +70,6 @@
<jacoco.version>0.8.12</jacoco.version>
<spotbugs.version>4.8.6</spotbugs.version>
<spotbugs-maven-plugin.version>4.8.6.2</spotbugs-maven-plugin.version>
<springdoc.version>2.6.0</springdoc.version>
<findsecbugs.version>1.12.0</findsecbugs.version> <!-- spotbugs plugin for security audits of web apps -->
<spotless.version>2.43.0</spotless.version>
<!-- Test-related settings -->
Expand Down

0 comments on commit c8add47

Please sign in to comment.