File tree 2 files changed +2
-2
lines changed
src/main/kotlin/no/nav/meldeplikt/meldekortservice/utils/swagger
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ val mockkVersion = "1.13.10"
15
15
val navCommonVersion = " 2.2023.01.10_13.49-81ddc732df3a"
16
16
val ojdbc8Version = " 19.3.0.0"
17
17
val postgresVersion = " 42.7.2"
18
- val swaggerVersion = " 5.10.3 " // Husk å endre versjonen også i SwaggerUi.kt
18
+ val swaggerVersion = " 5.11.8 " // Husk å endre versjonen også i SwaggerUi.kt
19
19
val tjenestespecVersion = " 2618.0448179"
20
20
val tokenValidationVersion = " 4.1.3"
21
21
val vaultJdbcVersion = " 1.3.10"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class SwaggerUi {
18
18
in notFound -> return
19
19
null -> return
20
20
else -> {
21
- val resource = this ::class .java.getResource(" /META-INF/resources/webjars/swagger-ui/5.10.3 /$filename " )
21
+ val resource = this ::class .java.getResource(" /META-INF/resources/webjars/swagger-ui/5.11.8 /$filename " )
22
22
if (resource == null ) {
23
23
notFound.add(filename)
24
24
return
You can’t perform that action at this time.
0 commit comments