Skip to content

Commit e72bdab

Browse files
authored
Merge pull request #182 from navikt/dependabot/gradle/all-dependencies-adacc40d19
Bump the all-dependencies group across 1 directory with 5 updates
2 parents 9e1cab5 + 4de033b commit e72bdab

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.14"
6-
val googleCloudVersion = "5.10.0"
5+
val tokenValidationVersion = "5.0.17"
6+
val googleCloudVersion = "6.0.1"
77

88
repositories {
99
mavenCentral()
1010
}
1111

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

0 commit comments

Comments
 (0)