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.16"
17
17
val navCommonVersion = " 3.2025.01.14_14.19-79b3041cae56"
18
18
val ojdbc8Version = " 19.3.0.0"
19
19
val postgresVersion = " 42.7.5"
20
- val swaggerVersion = " 5.18.2 " // Husk å endre versjonen også i resource i SwaggerUi.kt
20
+ val swaggerVersion = " 5.18.3 " // Husk å endre versjonen også i resource i SwaggerUi.kt
21
21
val tjenestespecVersion = " 2641.575768a"
22
22
val tokenValidationVersion = " 5.0.16"
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.18.2 /$filename " )
21
+ val resource = this ::class .java.getResource(" /META-INF/resources/webjars/swagger-ui/5.18.3 /$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