|
1 | 1 | import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
2 | 2 |
|
3 |
| -val mockkVersion = "1.13.9" |
| 3 | +val mockkVersion = "1.13.11" |
4 | 4 | val tokenSupportVersion = "3.2.0"
|
5 |
| -val springdocVersion = "1.7.0" |
| 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_20240515103524_00490ae" |
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 = "2.0.0" |
| 13 | + val springBootVersion = "3.2.6" |
14 | 14 | id("org.springframework.boot") version springBootVersion
|
15 |
| - id("io.spring.dependency-management") version "1.1.4" |
| 15 | + id("io.spring.dependency-management") version "1.1.5" |
16 | 16 | kotlin("jvm") version kotlinVersion
|
17 | 17 | kotlin("plugin.spring") version kotlinVersion
|
18 | 18 | kotlin("plugin.jpa") version kotlinVersion
|
@@ -72,11 +72,11 @@ dependencies {
|
72 | 72 | implementation("org.springframework.boot:spring-boot-starter-jdbc")
|
73 | 73 | implementation("org.springframework.boot:spring-boot-starter-data-jpa")
|
74 | 74 | runtimeOnly("org.postgresql:postgresql")
|
75 |
| - implementation("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09") |
| 75 | + implementation("com.oracle.database.jdbc:ojdbc8:23.4.0.24.05") |
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.8") |
80 | 80 | testImplementation("com.h2database:h2")
|
81 | 81 | testImplementation("org.flywaydb:flyway-core")
|
82 | 82 | testImplementation("io.mockk:mockk-jvm:$mockkVersion")
|
|
0 commit comments