Skip to content

Commit

Permalink
chore: bump springdoc-openapi.version from 1.7.0 to 1.8.0
Browse files Browse the repository at this point in the history
Bumps `springdoc-openapi.version` from 1.7.0 to 1.8.0.

Updates `org.springdoc:springdoc-openapi-ui` from 1.7.0 to 1.8.0

Updates `org.springdoc:springdoc-openapi-security` from 1.7.0 to 1.8.0

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.springdoc:springdoc-openapi-security
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and slandelle committed Mar 17, 2024
1 parent 2de1169 commit 67b77ae
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 @@ -19,7 +19,7 @@
<java.version>21</java.version>
<start-class>io.gatling.demostore.DemoStoreApplication</start-class>
<jjwt.version>0.11.5</jjwt.version>
<springdoc-openapi.version>1.7.0</springdoc-openapi.version>
<springdoc-openapi.version>1.8.0</springdoc-openapi.version>
<spring-session.version>2.7.4</spring-session.version>
</properties>

Expand Down

0 comments on commit 67b77ae

Please sign in to comment.