Skip to content

Commit

Permalink
Merge pull request #339 from navikt/dependabot/gradle/org.webjars-swa…
Browse files Browse the repository at this point in the history
…gger-ui-5.18.2

Bump org.webjars:swagger-ui from 5.17.14 to 5.18.2
  • Loading branch information
igorweber authored Nov 25, 2024
2 parents f74e173 + d8f5edf commit 2689511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val mockkVersion = "1.13.13"
val navCommonVersion = "2.2023.01.10_13.49-81ddc732df3a"
val ojdbc8Version = "19.3.0.0"
val postgresVersion = "42.7.4"
val swaggerVersion = "5.17.14" // Husk å endre versjonen også i SwaggerUi.kt
val swaggerVersion = "5.18.2" // Husk å endre versjonen også i resource i SwaggerUi.kt
val tjenestespecVersion = "2639.36f9120"
val tokenValidationVersion = "5.0.11"
val vaultJdbcVersion = "1.3.10"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SwaggerUi {
in notFound -> return
null -> return
else -> {
val resource = this::class.java.getResource("/META-INF/resources/webjars/swagger-ui/5.17.14/$filename")
val resource = this::class.java.getResource("/META-INF/resources/webjars/swagger-ui/5.18.2/$filename")
if (resource == null) {
notFound.add(filename)
return
Expand Down

0 comments on commit 2689511

Please sign in to comment.