Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.springframework.boot:spring-boot-starter-parent from 3.3.5 to 3.4.1 #821

12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.1</version>
</parent>

<properties>
Expand All @@ -21,9 +21,9 @@
<jvmTarget>21</jvmTarget>
<kotlin.version>2.1.0</kotlin.version>
<main-class>no.nav.familie.oppdrag.LauncherKt</main-class>
<felles.version>3.20241111113426_be51eee</felles.version>
<kontrakter.version>3.0_20241113143804_80bdd40</kontrakter.version>
<token-validation-spring.version>5.0.11</token-validation-spring.version>
<felles.version>3.20241216102134_145872f</felles.version>
<kontrakter.version>3.0_20241220141021_9e86ad8</kontrakter.version>
<token-validation-spring.version>5.0.13</token-validation-spring.version>

<!--
denne må oppdateres manuellt då eks `mvn versions:update-properties` henter versjon 2023.
Expand All @@ -34,10 +34,10 @@
<cxf.version>4.0.5</cxf.version>

<mockk.version>1.13.13</mockk.version>
<spring-cloud.version>2023.0.3</spring-cloud.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>
<testcontainers.version>1.20.4</testcontainers.version>
<tjenestespesifikasjoner.version>1.0_20241111164947_b183dab</tjenestespesifikasjoner.version>
<springdoc.version>2.6.0</springdoc.version>
<springdoc.version>2.7.0</springdoc.version>

</properties>

Expand Down
Loading