Skip to content

Commit 0ea42db

Browse files
authoredMar 16, 2025··
Merge pull request #456 from navikt/dependabot/gradle/all-dependencies-56952965ee
Bump the all-dependencies group across 1 directory with 7 updates
2 parents ea6adf3 + e8a8d9c commit 0ea42db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.16"
3+
val mockkVersion = "1.13.17"
44
val h2Version = "1.4.200"
5-
val tokenValidationVersion = "5.0.17"
5+
val tokenValidationVersion = "5.0.19"
66
val logstashVersion = "8.0"
77
val unleashVersion = "3.3.3"
88
val springRetryVersion = "2.0.11"
99
val springMockkVersion = "4.0.2"
1010
val springDocVersion = "2.8.5"
11-
val testContainersVersion = "1.20.5"
11+
val testContainersVersion = "1.20.6"
1212
val shedlockVersion = "6.3.0"
1313
val archunitVersion = "1.4.0"
1414
val ehcacheVersion = "3.10.8"
15-
val kodeverkVersion = "1.9.22"
15+
val kodeverkVersion = "1.9.24"
1616
val syslog4jVersion = "1.0.0"
1717

1818
java.sourceCompatibility = JavaVersion.VERSION_21

0 commit comments

Comments
 (0)
Please sign in to comment.