Skip to content

Commit

Permalink
Bump org.webjars:swagger-ui from 3.52.5 to 5.18.2 in /src (#315)
Browse files Browse the repository at this point in the history
Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) from 3.52.5 to 5.18.2.
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](swagger-api/swagger-ui@v3.52.5...v5.18.2)

---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 16, 2024
1 parent ecdc446 commit 275889c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/server-am/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version.lyo>7.0.0-SNAPSHOT</version.lyo>
<jersey.version>3.1.8</jersey.version>
<swagger.version>2.2.20</swagger.version>
<swagger-ui.version>3.52.5</swagger-ui.version>
<swagger-ui.version>5.18.2</swagger-ui.version>
<servlet.port>8803</servlet.port>
<application.contextpath>/</application.contextpath>
<application.filename>server-am</application.filename>
Expand Down
2 changes: 1 addition & 1 deletion src/server-cm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version.lyo>7.0.0-SNAPSHOT</version.lyo>
<jersey.version>3.1.8</jersey.version>
<swagger.version>2.2.20</swagger.version>
<swagger-ui.version>3.52.5</swagger-ui.version>
<swagger-ui.version>5.18.2</swagger-ui.version>
<servlet.port>8801</servlet.port>
<application.contextpath>/</application.contextpath>
<application.filename>server-cm</application.filename>
Expand Down
2 changes: 1 addition & 1 deletion src/server-qm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<version.lyo>7.0.0-SNAPSHOT</version.lyo>
<jersey.version>3.1.8</jersey.version>
<swagger.version>2.2.20</swagger.version>
<swagger-ui.version>3.52.5</swagger-ui.version>
<swagger-ui.version>5.18.2</swagger-ui.version>
<servlet.port>8802</servlet.port>
<application.contextpath>/</application.contextpath>
<application.filename>server-qm</application.filename>
Expand Down
2 changes: 1 addition & 1 deletion src/server-rm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<version.lyo>7.0.0-SNAPSHOT</version.lyo>
<jersey.version>3.1.8</jersey.version>
<swagger.version>2.2.20</swagger.version>
<swagger-ui.version>3.52.5</swagger-ui.version>
<swagger-ui.version>5.18.2</swagger-ui.version>
<servlet.port>8800</servlet.port>
<application.contextpath>/</application.contextpath>
<application.filename>server-rm</application.filename>
Expand Down

0 comments on commit 275889c

Please sign in to comment.