|
1 | 1 | import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
2 | 2 |
|
3 |
| -val mockkVersion = "1.13.9" |
4 |
| -val tokenSupportVersion = "3.2.0" |
5 |
| -val springdocVersion = "1.7.0" |
| 3 | +val mockkVersion = "1.13.10" |
| 4 | +val tokenSupportVersion = "4.1.4" |
| 5 | +val springdocVersion = "1.8.0" |
6 | 6 | val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
|
7 |
| -val kontrakterVersion = "3.0_20240116082529_ee44807" |
| 7 | +val kontrakterVersion = "3.0_20240417075019_5dc3ebf" |
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 = "1.9.22" |
13 |
| - val springBootVersion = "3.2.1" |
| 12 | + val kotlinVersion = "1.9.23" |
| 13 | + val springBootVersion = "3.2.4" |
14 | 14 | id("org.springframework.boot") version springBootVersion
|
15 | 15 | id("io.spring.dependency-management") version "1.1.4"
|
16 | 16 | kotlin("jvm") version kotlinVersion
|
@@ -75,8 +75,8 @@ dependencies {
|
75 | 75 | implementation("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09")
|
76 | 76 | annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
|
77 | 77 | testImplementation("org.springframework.boot:spring-boot-starter-test")
|
78 |
| - testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.2") |
79 |
| - testImplementation("org.testcontainers:oracle-xe:1.19.3") |
| 78 | + testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3") |
| 79 | + testImplementation("org.testcontainers:oracle-xe:1.19.7") |
80 | 80 | testImplementation("com.h2database:h2")
|
81 | 81 | testImplementation("org.flywaydb:flyway-core")
|
82 | 82 | testImplementation("io.mockk:mockk-jvm:$mockkVersion")
|
|
0 commit comments