|
11 | 11 | <parent>
|
12 | 12 | <groupId>org.springframework.boot</groupId>
|
13 | 13 | <artifactId>spring-boot-starter-parent</artifactId>
|
14 |
| - <version>3.1.8</version> |
| 14 | + <version>3.2.2</version> |
15 | 15 | </parent>
|
16 | 16 |
|
17 | 17 | <properties>
|
|
23 | 23 | <main-class>no.nav.familie.tilbake.LauncherKt</main-class>
|
24 | 24 | <kotlin.version>1.9.22</kotlin.version>
|
25 | 25 | <common-java-modules.version>2.2021.09.17_07.09-67428a6422cc</common-java-modules.version>
|
26 |
| - <kontrakter.version>3.0_20240116082529_ee44807</kontrakter.version> |
27 |
| - <felles.version>2.20240117140616_50f71cd</felles.version> |
| 26 | + <kontrakter.version>3.0_20240212214436_02d2bd9</kontrakter.version> |
| 27 | + <felles.version>2.20240123084817_35f03aa</felles.version> |
28 | 28 | <!-- kotest.properties kan antakelig fjernes i versjon 6, for autoscan blir default false -->
|
29 | 29 | <kotest.version>5.8.0</kotest.version>
|
30 | 30 | <token-validation-spring.version>3.2.0</token-validation-spring.version>
|
|
41 | 41 | <sonar.coverage.exclusions>**/config/FlywayConfig.kt</sonar.coverage.exclusions>
|
42 | 42 | <!--suppress UnresolvedMavenProperty Ligger som secret i github-->
|
43 | 43 | <sonar.login>${SONAR_LOGIN}</sonar.login>
|
44 |
| - <spring.cloud-contract>4.1.0</spring.cloud-contract> |
| 44 | + <spring.cloud-contract>4.1.1</spring.cloud-contract> |
45 | 45 | <springdoc.version>2.3.0</springdoc.version>
|
46 |
| - <testcontainers.version>1.19.3</testcontainers.version> |
| 46 | + <testcontainers.version>1.19.5</testcontainers.version> |
47 | 47 | <tjenestespesifikasjoner.version>2618.0448179</tjenestespesifikasjoner.version>
|
48 | 48 | <familie-tjenestespesifikasjoner.version>1.0_20230808160403_18dbb48</familie-tjenestespesifikasjoner.version>
|
49 | 49 | <prosessering-core.version>2.20240110093731_0eda75e</prosessering-core.version>
|
|
383 | 383 | <dependency>
|
384 | 384 | <groupId>io.jsonwebtoken</groupId>
|
385 | 385 | <artifactId>jjwt</artifactId>
|
386 |
| - <version>0.12.3</version> |
| 386 | + <version>0.12.5</version> |
387 | 387 | <scope>test</scope>
|
388 | 388 | </dependency>
|
389 | 389 | <dependency>
|
|
0 commit comments