File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
2
3
3
val mockkVersion = " 1.13.13"
4
- val tokenSupportVersion = " 5.0.5 "
4
+ val tokenSupportVersion = " 5.0.10 "
5
5
val springdocVersion = " 1.8.0"
6
6
val navFoedselsnummerVersion = " 1.0-SNAPSHOT.6"
7
- val kontrakterVersion = " 3.0_20241030123037_58542dd "
7
+ val kontrakterVersion = " 3.0_20241102131210_d65efd1 "
8
8
val mainClass = " no.nav.familie.ef.infotrygd.Main"
9
9
val ktlint by configurations.creating
10
10
@@ -73,7 +73,7 @@ dependencies {
73
73
implementation(" org.springframework.boot:spring-boot-starter-jdbc" )
74
74
implementation(" org.springframework.boot:spring-boot-starter-data-jpa" )
75
75
runtimeOnly(" org.postgresql:postgresql" )
76
- implementation(" com.oracle.database.jdbc:ojdbc8:23.5 .0.24.07 " )
76
+ implementation(" com.oracle.database.jdbc:ojdbc8:23.6 .0.24.10 " )
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" )
You can’t perform that action at this time.
0 commit comments