Skip to content

Commit 7a34fb3

Browse files
authored
Merge pull request #229 from navikt/dependabot/gradle/all-dependencies-09b76be353
Bump the all-dependencies group across 1 directory with 11 updates
2 parents 9462e60 + ab6b3ea commit 7a34fb3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

3-
val mockkVersion = "1.13.16"
3+
val mockkVersion = "1.13.17"
44
val logstashVersion = "8.0"
5-
val testContainersVersion = "1.20.5"
6-
val springDocVersion = "2.8.5"
7-
val tokenValidationVersion = "5.0.17"
8-
val kotlinVersion = "2.1.10"
5+
val testContainersVersion = "1.20.6"
6+
val springDocVersion = "2.8.6"
7+
val tokenValidationVersion = "5.0.20"
8+
val kotlinVersion = "2.1.20"
99

1010
repositories {
1111
mavenCentral()
1212
}
1313

1414
plugins {
1515
val kotlinVersion = "2.0.0"
16-
id("org.springframework.boot") version "3.4.3"
16+
id("org.springframework.boot") version "3.4.4"
1717
kotlin("jvm") version kotlinVersion
1818
kotlin("plugin.spring") version kotlinVersion
1919
kotlin("plugin.jpa") version kotlinVersion
@@ -23,7 +23,7 @@ plugins {
2323
apply(plugin = "io.spring.dependency-management")
2424

2525
dependencies {
26-
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.10")
26+
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20")
2727

2828
implementation("org.springframework.boot:spring-boot-starter-web")
2929
implementation("org.springframework.boot:spring-boot-starter-actuator")

0 commit comments

Comments
 (0)