Skip to content

Commit ffd699f

Browse files
authored
Oppgraderer til Spring 3.3.0 og token-support 4.1.8 (#102)
1 parent c114cef commit ffd699f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val mockkVersion = "1.13.11"
4-
val tokenSupportVersion = "3.2.0"
4+
val tokenSupportVersion = "4.1.8"
55
val springdocVersion = "1.8.0"
66
val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
7-
val kontrakterVersion = "3.0_20240515103524_00490ae"
7+
val kontrakterVersion = "3.0_20240603143357_2992125"
88
val mainClass = "no.nav.familie.ef.infotrygd.Main"
99
val ktlint by configurations.creating
1010

1111
plugins {
1212
val kotlinVersion = "2.0.0"
13-
val springBootVersion = "3.2.6"
13+
val springBootVersion = "3.3.0"
1414
id("org.springframework.boot") version springBootVersion
1515
id("io.spring.dependency-management") version "1.1.5"
1616
kotlin("jvm") version kotlinVersion

src/test/resources/application-test.yml

-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ no.nav.security.jwt:
2626
discoveryurl: http://localhost:${mock-oauth2-server.port}/azuread/.well-known/openid-configuration
2727
accepted_audience: aud-localhost
2828
proxyurl: ~
29-
cookiename: localhost-idtoken
3029

3130
APP_DEFAULT_SCHEMA: INFOTRYGD_Q0

0 commit comments

Comments
 (0)