Skip to content

Commit d601d5d

Browse files
authored
Merge pull request #173 from navikt/dependabot/gradle/all-dependencies-4064b080b4
Bump the all-dependencies group across 1 directory with 6 updates
2 parents 76443f6 + 24531da commit d601d5d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val gcsVersion = "2.36.1"
44
val logstashVersion = "8.0"
5-
val tokenValidationVersion = "5.0.11"
6-
val googleCloudVersion = "5.8.0"
5+
val tokenValidationVersion = "5.0.13"
6+
val googleCloudVersion = "5.9.0"
77

88
repositories {
99
mavenCentral()
1010
}
1111

1212
plugins {
13-
val kotlinVersion = "2.0.21"
13+
val kotlinVersion = "2.1.0"
1414
kotlin("jvm") version kotlinVersion
1515
kotlin("plugin.spring") version kotlinVersion
16-
id("org.springframework.boot") version "3.3.5"
17-
id("io.spring.dependency-management") version "1.1.6"
16+
id("org.springframework.boot") version "3.4.1"
17+
id("io.spring.dependency-management") version "1.1.7"
1818
idea
1919
}
2020

0 commit comments

Comments
 (0)