From a23e857ef8833b0488b13a6e4bdded035456141d Mon Sep 17 00:00:00 2001 From: LarsOttoHaugen Date: Fri, 22 Dec 2023 08:34:18 +0100 Subject: [PATCH] Oppdatert versjoner (inklusiv spring boot) --- pom.xml | 16 ++++++++-------- .../forskudd/rest/BidragBeregnForskuddLocal.kt | 2 -- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 0e74137..8fd13c2 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.springframework.boot spring-boot-starter-parent - 3.1.3 + 3.2.0 @@ -23,22 +23,22 @@ UTF-8 - 20231103132440_edabbf8 + 20231201131246_f719b2b 1.20230511093912_dc35d81 - 1.2.0 + 1.2.1 20231204085259_0d4f13d 2.2.0 2.35.1 4.0.2 - 3.1.3 - 4.9.2 + 3.2.0 + 4.12.0 4.9.2 - 4.1.0 - 5.6.2 + 5.2.1 + 5.8.0 4.0.2 21 - 1.9.20 + 1.9.21 diff --git a/src/test/kotlin/no/nav/bidrag/beregn/forskudd/rest/BidragBeregnForskuddLocal.kt b/src/test/kotlin/no/nav/bidrag/beregn/forskudd/rest/BidragBeregnForskuddLocal.kt index 9ca1b1e..0d034d0 100644 --- a/src/test/kotlin/no/nav/bidrag/beregn/forskudd/rest/BidragBeregnForskuddLocal.kt +++ b/src/test/kotlin/no/nav/bidrag/beregn/forskudd/rest/BidragBeregnForskuddLocal.kt @@ -4,7 +4,6 @@ import com.github.tomakehurst.wiremock.WireMockServer import com.github.tomakehurst.wiremock.core.WireMockConfiguration import no.nav.bidrag.beregn.forskudd.rest.BidragBeregnForskuddLocal.Companion.LOCAL_PROFILE import no.nav.security.token.support.spring.api.EnableJwtTokenValidation -import no.nav.security.token.support.spring.test.EnableMockOAuth2Server import org.springframework.boot.SpringApplication import org.springframework.boot.actuate.autoconfigure.security.servlet.ManagementWebSecurityAutoConfiguration import org.springframework.boot.autoconfigure.SpringBootApplication @@ -23,7 +22,6 @@ import org.springframework.test.context.ActiveProfiles ), ], ) -@EnableMockOAuth2Server @ActiveProfiles(LOCAL_PROFILE) class BidragBeregnForskuddLocal { companion object {