|
11 | 11 | <parent>
|
12 | 12 | <groupId>org.springframework.boot</groupId>
|
13 | 13 | <artifactId>spring-boot-starter-parent</artifactId>
|
14 |
| - <version>3.4.2</version> |
| 14 | + <version>3.4.4</version> |
15 | 15 | </parent>
|
16 | 16 | <repositories>
|
17 | 17 | <repository>
|
|
29 | 29 | <sha1/>
|
30 | 30 | <changelist>-SNAPSHOT</changelist>
|
31 | 31 | <java.version>21</java.version>
|
32 |
| - <kotlin.version>2.1.10</kotlin.version> |
| 32 | + <kotlin.version>2.1.20</kotlin.version> |
33 | 33 | <kotlin-coroutines.version>1.10.1</kotlin-coroutines.version>
|
34 |
| - <springdoc.version>2.8.4</springdoc.version> |
35 |
| - <mockk.version>1.13.16</mockk.version> |
36 |
| - <felles.version>3.20250122103549_5bcb4dc</felles.version> |
37 |
| - <prosessering.version>2.20250311132904_6ee7728</prosessering.version> |
38 |
| - <token-validation-spring.version>5.0.16</token-validation-spring.version> |
| 34 | + <springdoc.version>2.8.5</springdoc.version> |
| 35 | + <mockk.version>1.13.17</mockk.version> |
| 36 | + <felles.version>3.20250320122046_7ca9dae</felles.version> |
| 37 | + <prosessering.version>2.20250317161652_fe22655</prosessering.version> |
| 38 | + <token-validation-spring.version>5.0.20</token-validation-spring.version> |
39 | 39 |
|
40 | 40 | <start-class>no.nav.familie.ef.sak.ApplicationKt</start-class>
|
41 | 41 | <kontrakter.version>3.0_20250312084645_ae52997</kontrakter.version>
|
42 | 42 | <mikrofrontend.builder.version>20230704114948-74aa2e9</mikrofrontend.builder.version>
|
43 | 43 | <eksterne.kontrakter.bisys.version>2.0_20230214104704_706e9c0</eksterne.kontrakter.bisys.version>
|
44 |
| - <cucumber.version>7.20.1</cucumber.version> |
| 44 | + <cucumber.version>7.21.1</cucumber.version> |
45 | 45 |
|
46 | 46 |
|
47 | 47 | <!--suppress UnresolvedMavenProperty Ligger som secret i github-->
|
48 | 48 | <sonar.projectKey>${SONAR_PROJECTKEY}</sonar.projectKey>
|
49 | 49 | <sonar.organization>navit</sonar.organization>
|
50 | 50 | <sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
51 |
| - <nav.security.version>5.0.16</nav.security.version> <!-- Denne burde være samme versjon som i felles --> |
| 51 | + <nav.security.version>5.0.20</nav.security.version> <!-- Denne burde være samme versjon som i felles --> |
52 | 52 | <okhttp3.version>4.9.1</okhttp3.version> <!-- overskrever spring sin versjon, blir brukt av mock-oauth2-server -->
|
53 | 53 | <brukervarsel-builder.version>2.1.1</brukervarsel-builder.version>
|
54 | 54 | <!--suppress UnresolvedMavenProperty -->
|
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>org.flywaydb</groupId>
|
120 | 120 | <artifactId>flyway-database-postgresql</artifactId>
|
121 |
| - <version>11.3.0</version> |
| 121 | + <version>11.4.1</version> |
122 | 122 | <scope>runtime</scope>
|
123 | 123 | </dependency>
|
124 | 124 | <dependency>
|
|
221 | 221 | <dependency>
|
222 | 222 | <groupId>org.wiremock</groupId>
|
223 | 223 | <artifactId>wiremock-standalone</artifactId>
|
224 |
| - <version>3.11.0</version> |
| 224 | + <version>3.12.1</version> |
225 | 225 | <scope>test</scope>
|
226 | 226 | </dependency>
|
227 | 227 | <dependency>
|
|
255 | 255 | <dependency>
|
256 | 256 | <groupId>org.testcontainers</groupId>
|
257 | 257 | <artifactId>postgresql</artifactId>
|
258 |
| - <version>1.20.4</version> |
| 258 | + <version>1.20.6</version> |
259 | 259 | <scope>test</scope>
|
260 | 260 | </dependency>
|
261 | 261 | <dependency>
|
|
0 commit comments