Skip to content

Commit

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

Bump org.webjars:swagger-ui from 5.7.2 to 5.9.0
  • Loading branch information
igorweber authored Oct 23, 2023
2 parents bf49f53 + 6096043 commit 48f050d
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.6.0"
val swaggerVersion = "5.7.2" // Husk å endre versjonen også i SwaggerUi.kt
val swaggerVersion = "5.9.0" // Husk å endre versjonen også i SwaggerUi.kt
val tjenestespecVersion = "2618.0448179"
val tokenValidationVersion = "3.1.7"
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.7.2/$filename")
val resource = this::class.java.getResource("/META-INF/resources/webjars/swagger-ui/5.9.0/$filename")
if (resource == null) {
notFound.add(filename)
return
Expand Down

0 comments on commit 48f050d

Please sign in to comment.