Skip to content

Commit e6c85fd

Browse files
authored
Merge pull request #188 from navikt/dependabot/gradle/all-dependencies-c37e062741
Bump the all-dependencies group across 1 directory with 5 updates
2 parents 102131f + 5702952 commit e6c85fd

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
@@ -2,18 +2,18 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val gcsVersion = "2.36.1"
44
val logstashVersion = "8.0"
5-
val tokenValidationVersion = "5.0.19"
6-
val googleCloudVersion = "6.1.0"
5+
val tokenValidationVersion = "5.0.20"
6+
val googleCloudVersion = "6.1.1"
77

88
repositories {
99
mavenCentral()
1010
}
1111

1212
plugins {
13-
val kotlinVersion = "2.1.10"
13+
val kotlinVersion = "2.1.20"
1414
kotlin("jvm") version kotlinVersion
1515
kotlin("plugin.spring") version kotlinVersion
16-
id("org.springframework.boot") version "3.4.3"
16+
id("org.springframework.boot") version "3.4.4"
1717
id("io.spring.dependency-management") version "1.1.7"
1818
idea
1919
}

0 commit comments

Comments
 (0)