From f1e1709f7db0d355fbc6fe3ed85fa772fcc5ba9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:43:19 +0100 Subject: [PATCH] Bump org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.0 (#984) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump org.springframework.boot:spring-boot-starter-parent Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.1.5...v3.2.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Bumper avhengigheter for spring boot 3.2 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stig Helge Strøm --- pom.xml | 13 ++++++++----- .../baks/mottak/util/DbContainerInitializer.kt | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 7e6fca069..35ea04332 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.5 + 3.2.0 @@ -28,10 +28,8 @@ 2.20231201131108_ea25dd3 3.0_20231205102047_74d51af no.nav.familie.baks.mottak.LauncherKt - 4.0.4 - 3.1.0 - 4.0.3 - 3.1.0 + 4.1.0 + 3.2.0 1.11.3 @@ -133,6 +131,11 @@ leader ${felles.version} + + no.nav.security + token-client-core + ${token-validation-spring.version} + no.nav.security token-client-spring diff --git a/src/test/kotlin/no/nav/familie/baks/mottak/util/DbContainerInitializer.kt b/src/test/kotlin/no/nav/familie/baks/mottak/util/DbContainerInitializer.kt index e53a40ac9..ccf965df9 100644 --- a/src/test/kotlin/no/nav/familie/baks/mottak/util/DbContainerInitializer.kt +++ b/src/test/kotlin/no/nav/familie/baks/mottak/util/DbContainerInitializer.kt @@ -22,7 +22,7 @@ class DbContainerInitializer : ApplicationContextInitializer