Skip to content

Commit 2a56df6

Browse files
authored
Merge pull request #446 from navikt/dependabot/gradle/all-dependencies-823220986f
Bump the all-dependencies group across 1 directory with 12 updates
2 parents 1c16054 + 86d0188 commit 2a56df6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle.kts

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

33
val mockkVersion = "1.13.16"
4-
val tokenValidationVersion = "5.0.14"
4+
val tokenValidationVersion = "5.0.17"
55
val logstashVersion = "8.0"
66
val springRetryVersion = "2.0.11"
77
val springMockkVersion = "4.0.2"
8-
val springDocVersion = "2.8.3"
9-
val testContainersVersion = "1.20.4"
8+
val springDocVersion = "2.8.5"
9+
val testContainersVersion = "1.20.5"
1010
val threeTenExtraVersion = "1.8.0"
11-
val archunitVersion = "1.3.0"
12-
val opensearchVersion = "2.18.0"
11+
val archunitVersion = "1.4.0"
12+
val opensearchVersion = "2.19.0"
1313
val reactorSpringVersion = "1.0.1.RELEASE"
14-
val kodeverkVersion = "1.9.17"
14+
val kodeverkVersion = "1.9.18"
1515
val ehcacheVersion = "3.10.8"
1616
val logbackSyslog4jVersion = "1.0.0"
1717

@@ -24,8 +24,8 @@ repositories {
2424
}
2525

2626
plugins {
27-
val kotlinVersion = "2.1.0"
28-
id("org.springframework.boot") version "3.4.2"
27+
val kotlinVersion = "2.1.10"
28+
id("org.springframework.boot") version "3.4.3"
2929
kotlin("jvm") version kotlinVersion
3030
kotlin("plugin.spring") version kotlinVersion
3131
idea

0 commit comments

Comments
 (0)