File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
val mockkVersion = " 1.13.11"
4
- val tokenSupportVersion = " 3.2.0 "
4
+ val tokenSupportVersion = " 4.1.8 "
5
5
val springdocVersion = " 1.8.0"
6
6
val navFoedselsnummerVersion = " 1.0-SNAPSHOT.6"
7
- val kontrakterVersion = " 3.0_20240515103524_00490ae "
7
+ val kontrakterVersion = " 3.0_20240603143357_2992125 "
8
8
val mainClass = " no.nav.familie.ef.infotrygd.Main"
9
9
val ktlint by configurations.creating
10
10
11
11
plugins {
12
12
val kotlinVersion = " 2.0.0"
13
- val springBootVersion = " 3.2.6 "
13
+ val springBootVersion = " 3.3.0 "
14
14
id(" org.springframework.boot" ) version springBootVersion
15
15
id(" io.spring.dependency-management" ) version " 1.1.5"
16
16
kotlin(" jvm" ) version kotlinVersion
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ no.nav.security.jwt:
26
26
discoveryurl : http://localhost:${mock-oauth2-server.port}/azuread/.well-known/openid-configuration
27
27
accepted_audience : aud-localhost
28
28
proxyurl : ~
29
- cookiename : localhost-idtoken
30
29
31
30
APP_DEFAULT_SCHEMA : INFOTRYGD_Q0
You can’t perform that action at this time.
0 commit comments