Skip to content
Open
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
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val mockkVersion = "1.14.5"
val mockkVersion = "1.14.6"
val h2Version = "1.4.200"
val tokenValidationVersion = "5.0.36"
val tokenValidationVersion = "5.0.37"
val logstashVersion = "8.1"
val unleashVersion = "3.3.3"
val springRetryVersion = "2.0.12"
Expand All @@ -13,7 +13,7 @@ val testContainersVersion = "1.21.3"
val shedlockVersion = "6.10.0"
val archunitVersion = "1.4.1"
val ehcacheVersion = "3.11.1"
val kodeverkVersion = "1.11.6"
val kodeverkVersion = "1.11.18"
val syslog4jVersion = "1.0.0"

java.sourceCompatibility = JavaVersion.VERSION_21
Expand All @@ -25,7 +25,7 @@ repositories {

plugins {
val kotlinVersion = "2.2.20"
id("org.springframework.boot") version "3.5.5"
id("org.springframework.boot") version "3.5.6"
id("io.spring.dependency-management") version "1.1.7"
kotlin("jvm") version kotlinVersion
kotlin("plugin.spring") version kotlinVersion
Expand All @@ -49,7 +49,7 @@ dependencies {
implementation("org.ehcache:ehcache:$ehcacheVersion")

implementation("jakarta.xml.bind:jakarta.xml.bind-api:4.0.4")
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.5")
implementation("org.glassfish.jaxb:jaxb-runtime:4.0.6")

implementation("no.nav.klage:klage-kodeverk:$kodeverkVersion")

Expand Down