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 @@ -17,7 +17,7 @@ val mockkVersion = "1.13.17"
17
17
val navCommonVersion = " 3.2025.03.07_13.21-bb112c97720d"
18
18
val ojdbc8Version = " 19.3.0.0"
19
19
val postgresVersion = " 42.7.5"
20
- val swaggerVersion = " 5.20.0 " // Husk å endre versjonen også i resource i SwaggerUi.kt
20
+ val swaggerVersion = " 5.20.1 " // Husk å endre versjonen også i resource i SwaggerUi.kt
21
21
val tjenestespecVersion = " 2643.2f3e8e9"
22
22
val tokenValidationVersion = " 5.0.20"
23
23
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.20.0 /$filename " )
21
+ val resource = this ::class .java.getResource(" /META-INF/resources/webjars/swagger-ui/5.20.1 /$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