Skip to content

Commit e7facbc

Browse files
authored
Merge pull request #340 from navikt/dependabot/gradle/all-dependencies-d13bc85768
Bump the all-dependencies group with 12 updates
2 parents 76b5d63 + a859348 commit e7facbc

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

3-
val mockkVersion = "1.13.8"
4-
val tokenValidationVersion = "3.2.0"
3+
val mockkVersion = "1.13.10"
4+
val tokenValidationVersion = "4.1.4"
55
val logstashVersion = "7.4"
66
val springRetryVersion = "2.0.5"
77
val springMockkVersion = "4.0.2"
8-
val springDocVersion = "2.3.0"
9-
val testContainersVersion = "1.19.3"
8+
val springDocVersion = "2.4.0"
9+
val testContainersVersion = "1.19.7"
1010
val threeTenExtraVersion = "1.7.2"
1111
val archunitVersion = "1.2.1"
12-
val opensearchVersion = "2.11.1"
12+
val opensearchVersion = "2.12.0"
1313
val reactorSpringVersion = "1.0.1.RELEASE"
14-
val kodeverkVersion = "1.8.1"
14+
val kodeverkVersion = "1.8.7"
1515
val ehcacheVersion = "3.10.8"
1616
val logbackSyslog4jVersion = "1.0.0"
1717

@@ -26,8 +26,8 @@ repositories {
2626
}
2727

2828
plugins {
29-
val kotlinVersion = "1.9.22"
30-
id("org.springframework.boot") version "3.2.1"
29+
val kotlinVersion = "1.9.23"
30+
id("org.springframework.boot") version "3.2.4"
3131
kotlin("jvm") version kotlinVersion
3232
kotlin("plugin.spring") version kotlinVersion
3333
idea

0 commit comments

Comments
 (0)