Skip to content

Commit

Permalink
chore(deps): bump io.springfox:springfox-swagger-ui
Browse files Browse the repository at this point in the history
Bumps the maven group in /resource_server with 1 update: [io.springfox:springfox-swagger-ui](https://github.com/springfox/springfox).


Updates `io.springfox:springfox-swagger-ui` from 2.9.2 to 2.10.0
- [Release notes](https://github.com/springfox/springfox/releases)
- [Changelog](https://github.com/springfox/springfox/blob/master/docs/release-notes.md)
- [Commits](springfox/springfox@2.9.2...2.10.0)

---
updated-dependencies:
- dependency-name: io.springfox:springfox-swagger-ui
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent 12115c5 commit 0522fc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource_server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<springfox-swagger-ui.version>2.9.2</springfox-swagger-ui.version>
<springfox-swagger-ui.version>2.10.0</springfox-swagger-ui.version>
<java.version>11</java.version>
<project.testresult.directory>${project.build.directory}/test-results</project.testresult.directory>
</properties>
Expand Down

0 comments on commit 0522fc5

Please sign in to comment.