Skip to content

Commit

Permalink
chore(deps): bump springdoc.version from 1.5.9 to 1.7.0 in /code/api
Browse files Browse the repository at this point in the history
Bumps `springdoc.version` from 1.5.9 to 1.7.0.

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

Updates `org.springdoc:springdoc-openapi-security` from 1.5.9 to 1.7.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 Feb 2, 2024
1 parent 3bb3434 commit 4f662fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/api/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<ara.default.database>h2</ara.default.database>
<profiles.from.maven>default</profiles.from.maven>
<jacoco.version>0.8.7</jacoco.version>
<springdoc.version>1.5.9</springdoc.version>
<springdoc.version>1.7.0</springdoc.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<jacoco.phase.agent>initialize</jacoco.phase.agent>
Expand Down

0 comments on commit 4f662fa

Please sign in to comment.