Skip to content

Commit

Permalink
fix: samples/openapi3/server/petstore/springboot-3/pom.xml to reduce …
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Nov 28, 2024
1 parent bdad11d commit ddf8deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/openapi3/server/petstore/springboot-3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<springdoc.version>2.6.0</springdoc.version>
<springdoc.version>2.7.0</springdoc.version>
<swagger-ui.version>5.17.14</swagger-ui.version>
</properties>
<parent>
Expand Down

0 comments on commit ddf8deb

Please sign in to comment.