Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the all-dependencies group with 8 updates #68

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.13.9"
val tokenSupportVersion = "3.2.0"
val mockkVersion = "1.13.10"
val tokenSupportVersion = "4.1.3"
val springdocVersion = "1.7.0"
val navFoedselsnummerVersion = "1.0-SNAPSHOT.6"
val kontrakterVersion = "3.0_20240116082529_ee44807"
val kontrakterVersion = "3.0_20240228112956_0728048"
val mainClass = "no.nav.familie.ef.infotrygd.Main"
val ktlint by configurations.creating

plugins {
val kotlinVersion = "1.9.22"
val springBootVersion = "3.2.1"
val springBootVersion = "3.2.3"
id("org.springframework.boot") version springBootVersion
id("io.spring.dependency-management") version "1.1.4"
kotlin("jvm") version kotlinVersion
Expand Down Expand Up @@ -75,8 +75,8 @@ dependencies {
implementation("com.oracle.database.jdbc:ojdbc8:23.3.0.23.09")
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.2")
testImplementation("org.testcontainers:oracle-xe:1.19.3")
testImplementation("com.github.doyaaaaaken:kotlin-csv-jvm:1.9.3")
testImplementation("org.testcontainers:oracle-xe:1.19.6")
testImplementation("com.h2database:h2")
testImplementation("org.flywaydb:flyway-core")
testImplementation("io.mockk:mockk-jvm:$mockkVersion")
Expand Down
Loading