Skip to content

Commit

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

Bump org.webjars:swagger-ui from 5.9.0 to 5.10.3
  • Loading branch information
igorweber authored Dec 11, 2023
2 parents deaa078 + 4bad8fa commit 47f1d83
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 @@ -15,7 +15,7 @@ val mockkVersion = "1.13.8"
val navCommonVersion = "2.2023.01.10_13.49-81ddc732df3a"
val ojdbc8Version = "19.3.0.0"
val postgresVersion = "42.7.1"
val swaggerVersion = "5.9.0" // Husk å endre versjonen også i SwaggerUi.kt
val swaggerVersion = "5.10.3" // Husk å endre versjonen også i SwaggerUi.kt
val tjenestespecVersion = "2618.0448179"
val tokenValidationVersion = "3.2.0"
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.9.0/$filename")
val resource = this::class.java.getResource("/META-INF/resources/webjars/swagger-ui/5.10.3/$filename")
if (resource == null) {
notFound.add(filename)
return
Expand Down

0 comments on commit 47f1d83

Please sign in to comment.