Skip to content

Commit

Permalink
Bump org.webjars:swagger-ui from 5.13.0 to 5.15.0 in the prod-deps gr…
Browse files Browse the repository at this point in the history
…oup (#2796)

Bumps the prod-deps group with 1 update: [org.webjars:swagger-ui](https://github.com/webjars/swagger-ui).


Updates `org.webjars:swagger-ui` from 5.13.0 to 5.15.0
- [Commits](webjars/swagger-ui@swagger-ui-5.13.0...swagger-ui-5.15.0)

---
updated-dependencies:
- dependency-name: org.webjars:swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

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] committed Apr 11, 2024
1 parent 13f7c3c commit 0a76844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
<dependency>
<groupId>org.webjars</groupId>
<artifactId>swagger-ui</artifactId>
<version>5.13.0</version>
<version>5.15.0</version>
</dependency>

<!-- 3dje parts biblioteker -->
Expand Down
2 changes: 1 addition & 1 deletion web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<!-- versjon brukes fra webapp-modulen under resources/web.swagger/index.html og må være samme som faktisk avhengighet som brukes -->
<swagger-ui.version>5.13.0</swagger-ui.version>
<swagger-ui.version>5.15.0</swagger-ui.version>
</properties>

<build>
Expand Down

0 comments on commit 0a76844

Please sign in to comment.