|
1 | 1 | import org.jetbrains.kotlin.gradle.dsl.JvmTarget
|
2 | 2 | import org.jetbrains.kotlin.gradle.tasks.KotlinJvmCompile
|
3 | 3 |
|
4 |
| -val mockkVersion = "1.13.16" |
5 |
| -val tokenSupportVersion = "5.0.16" |
| 4 | +val mockkVersion = "1.13.17" |
| 5 | +val tokenSupportVersion = "5.0.19" |
6 | 6 | val springdocVersion = "1.8.0"
|
7 | 7 | val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
|
8 |
| -val kontrakterVersion = "3.0_20250113155636_bb71360" |
| 8 | +val kontrakterVersion = "3.0_20250312084645_ae52997" |
9 | 9 | val mainClass = "no.nav.familie.ef.infotrygd.Main"
|
10 | 10 |
|
11 | 11 | plugins {
|
12 |
| - val kotlinVersion = "2.1.10" |
13 |
| - val springBootVersion = "3.4.2" |
| 12 | + val kotlinVersion = "2.1.20" |
| 13 | + val springBootVersion = "3.4.3" |
14 | 14 | id("org.springframework.boot") version springBootVersion
|
15 | 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 "2.1.0" |
20 |
| - id("org.jlleitschuh.gradle.ktlint") version "12.1.2" |
| 19 | + id("org.cyclonedx.bom") version "2.2.0" |
| 20 | + id("org.jlleitschuh.gradle.ktlint") version "12.2.0" |
21 | 21 | }
|
22 | 22 |
|
23 | 23 | group = "no.nav"
|
@@ -71,7 +71,7 @@ dependencies {
|
71 | 71 | annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
|
72 | 72 | testImplementation("org.springframework.boot:spring-boot-starter-test")
|
73 | 73 | testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0")
|
74 |
| - testImplementation("org.testcontainers:oracle-xe:1.20.4") |
| 74 | + testImplementation("org.testcontainers:oracle-xe:1.20.6") |
75 | 75 | testImplementation("com.h2database:h2")
|
76 | 76 | testImplementation("org.flywaydb:flyway-core")
|
77 | 77 | testImplementation("io.mockk:mockk-jvm:$mockkVersion")
|
|
0 commit comments