diff --git a/build.gradle.kts b/build.gradle.kts index bf0d7cd..6815983 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,8 +4,8 @@ plugins { kotlin("jvm") version "1.9.22" `maven-publish` `java-library` - id("com.diffplug.spotless") version "6.23.3" - id("com.github.ben-manes.versions") version "0.50.0" + id("com.diffplug.spotless") version "6.25.0" + id("com.github.ben-manes.versions") version "0.51.0" id("se.patrikerdes.use-latest-versions") version "0.2.18" } @@ -44,11 +44,11 @@ subprojects { } dependencies { - implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.1")) + implementation(platform("org.springframework.boot:spring-boot-dependencies:3.2.2")) testImplementation("org.junit.jupiter:junit-jupiter") testImplementation("org.assertj:assertj-core") - testImplementation("io.mockk:mockk:1.13.8") + testImplementation("io.mockk:mockk:1.13.9") testImplementation("ch.qos.logback:logback-core") testImplementation("ch.qos.logback:logback-classic") diff --git a/http-client/build.gradle.kts b/http-client/build.gradle.kts index ede7c44..15f936a 100644 --- a/http-client/build.gradle.kts +++ b/http-client/build.gradle.kts @@ -1,6 +1,6 @@ -val tokenSupportVersion = "3.2.0" +val tokenSupportVersion = "4.1.3" val wiremockVersion = "3.0.1" -val tilleggsstønaderKontrakterVersion = "2023.12.18-10.13.7d6848ac9d82" +val tilleggsstønaderKontrakterVersion = "2024.02.07-10.15.07cb3f3164e4" plugins { kotlin("plugin.spring") version "1.9.22" diff --git a/settings.gradle.kts b/settings.gradle.kts index f873224..e94fe3a 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,7 +1,7 @@ rootProject.name = "tilleggsstonader-libs" plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version "0.7.0" + id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0" } include("http-client") diff --git a/sikkerhet/build.gradle.kts b/sikkerhet/build.gradle.kts index d63f81d..bf964ee 100644 --- a/sikkerhet/build.gradle.kts +++ b/sikkerhet/build.gradle.kts @@ -1,4 +1,4 @@ -val tokenSupportVersion = "3.2.0" +val tokenSupportVersion = "4.1.3" plugins { kotlin("plugin.spring") version "1.9.22"