1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
- val mockkVersion = " 1.13.13 "
4
- val tokenSupportVersion = " 5.0.10 "
3
+ val mockkVersion = " 1.13.16 "
4
+ val tokenSupportVersion = " 5.0.14 "
5
5
val springdocVersion = " 1.8.0"
6
6
val navFoedselsnummerVersion = " 1.0-SNAPSHOT.6"
7
- val kontrakterVersion = " 3.0_20241102131210_d65efd1 "
7
+ val kontrakterVersion = " 3.0_20250113155636_bb71360 "
8
8
val mainClass = " no.nav.familie.ef.infotrygd.Main"
9
9
val ktlint by configurations.creating
10
10
11
11
plugins {
12
- val kotlinVersion = " 2.0.21 "
13
- val springBootVersion = " 3.3.5 "
12
+ val kotlinVersion = " 2.1.0 "
13
+ val springBootVersion = " 3.4.1 "
14
14
id(" org.springframework.boot" ) version springBootVersion
15
- id(" io.spring.dependency-management" ) version " 1.1.6 "
15
+ id(" io.spring.dependency-management" ) version " 1.1.7 "
16
16
kotlin(" jvm" ) version kotlinVersion
17
17
kotlin(" plugin.spring" ) version kotlinVersion
18
18
kotlin(" plugin.jpa" ) version kotlinVersion
19
- id(" org.cyclonedx.bom" ) version " 1.8.1 "
19
+ id(" org.cyclonedx.bom" ) version " 1.10.0 "
20
20
}
21
21
22
22
group = " no.nav"
@@ -60,7 +60,7 @@ dependencies {
60
60
implementation(" io.micrometer:micrometer-core" )
61
61
implementation(" io.micrometer:micrometer-registry-prometheus" )
62
62
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin" )
63
- implementation(" net.ttddyy:datasource-proxy:1.10" )
63
+ implementation(" net.ttddyy:datasource-proxy:1.10.1 " )
64
64
implementation(" no.nav.security:token-validation-spring:$tokenSupportVersion " )
65
65
implementation(" no.nav.familie.kontrakter:enslig-forsorger:$kontrakterVersion " )
66
66
implementation(" no.nav.familie.kontrakter:felles:$kontrakterVersion " )
@@ -77,7 +77,7 @@ dependencies {
77
77
annotationProcessor(" org.springframework.boot:spring-boot-configuration-processor" )
78
78
testImplementation(" org.springframework.boot:spring-boot-starter-test" )
79
79
testImplementation(" com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0" )
80
- testImplementation(" org.testcontainers:oracle-xe:1.20.3 " )
80
+ testImplementation(" org.testcontainers:oracle-xe:1.20.4 " )
81
81
testImplementation(" com.h2database:h2" )
82
82
testImplementation(" org.flywaydb:flyway-core" )
83
83
testImplementation(" io.mockk:mockk-jvm:$mockkVersion " )
0 commit comments