|
1 | 1 | import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
2 | 2 |
|
3 |
| -val mockkVersion = "1.13.11" |
| 3 | +val mockkVersion = "1.13.12" |
4 | 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_20240603143357_2992125" |
| 7 | +val kontrakterVersion = "3.0_20240903082713_4cc7504" |
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.0" |
13 |
| - val springBootVersion = "3.3.0" |
| 12 | + val kotlinVersion = "2.0.20" |
| 13 | + val springBootVersion = "3.3.3" |
14 | 14 | id("org.springframework.boot") version springBootVersion
|
15 |
| - id("io.spring.dependency-management") version "1.1.5" |
| 15 | + id("io.spring.dependency-management") version "1.1.6" |
16 | 16 | kotlin("jvm") version kotlinVersion
|
17 | 17 | kotlin("plugin.spring") version kotlinVersion
|
18 | 18 | kotlin("plugin.jpa") version kotlinVersion
|
@@ -68,15 +68,15 @@ dependencies {
|
68 | 68 | implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
|
69 | 69 | implementation("org.springdoc:springdoc-openapi-ui:$springdocVersion")
|
70 | 70 | implementation("org.springdoc:springdoc-openapi-kotlin:$springdocVersion")
|
71 |
| - implementation("net.logstash.logback:logstash-logback-encoder:7.4") |
| 71 | + implementation("net.logstash.logback:logstash-logback-encoder:8.0") |
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.4.0.24.05") |
| 75 | + implementation("com.oracle.database.jdbc:ojdbc8:23.5.0.24.07") |
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.3") |
79 |
| - testImplementation("org.testcontainers:oracle-xe:1.19.8") |
| 78 | + testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.10.0") |
| 79 | + testImplementation("org.testcontainers:oracle-xe:1.20.1") |
80 | 80 | testImplementation("com.h2database:h2")
|
81 | 81 | testImplementation("org.flywaydb:flyway-core")
|
82 | 82 | testImplementation("io.mockk:mockk-jvm:$mockkVersion")
|
|
0 commit comments