Skip to content

Commit 62d0c03

Browse files
authored
Merge pull request #93 from navikt/dependabot/gradle/backend-ecfd43384a
Bump the backend group with 4 updates
2 parents 0ca8cd6 + e2a87d7 commit 62d0c03

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
kotlin("jvm") version "2.1.20"
55
`maven-publish`
66
`java-library`
7-
id("com.diffplug.spotless") version "7.0.2"
7+
id("com.diffplug.spotless") version "7.0.3"
88
id("com.github.ben-manes.versions") version "0.52.0"
99
id("se.patrikerdes.use-latest-versions") version "0.2.18"
1010
id("org.cyclonedx.bom") version "2.2.0"
@@ -51,7 +51,7 @@ subprojects {
5151

5252
testImplementation("org.junit.jupiter:junit-jupiter")
5353
testImplementation("org.assertj:assertj-core")
54-
testImplementation("io.mockk:mockk:1.13.17")
54+
testImplementation("io.mockk:mockk:1.14.0")
5555

5656
testImplementation("ch.qos.logback:logback-core")
5757
testImplementation("ch.qos.logback:logback-classic")

http-client/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val tokenSupportVersion = "5.0.24"
22
val wiremockVersion = "3.0.1"
3-
val tilleggsstønaderKontrakterVersion = "2025.04.04-11.57.4d5d45684538"
3+
val tilleggsstønaderKontrakterVersion = "2025.04.10-12.36.bba001bf0307"
44

55
plugins {
66
kotlin("plugin.spring") version "2.1.20"

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rootProject.name = "tilleggsstonader-libs"
22

33
plugins {
4-
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
4+
id("org.gradle.toolchains.foojay-resolver-convention") version "0.10.0"
55
}
66

77
include("http-client")

test-util/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val tilleggsstønaderKontrakterVersion = "2025.04.04-11.57.4d5d45684538"
1+
val tilleggsstønaderKontrakterVersion = "2025.04.10-12.36.bba001bf0307"
22

33
dependencies {
44
implementation("org.assertj:assertj-core")

0 commit comments

Comments
 (0)