Skip to content

Commit 9e1cab5

Browse files
authoredJan 27, 2025··
Merge pull request #176 from navikt/dependabot/gradle/all-dependencies-74e9228d57
Bump the all-dependencies group across 1 directory with 3 updates
2 parents d601d5d + f652611 commit 9e1cab5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎build.gradle.kts

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

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

88
repositories {
99
mavenCentral()
@@ -13,7 +13,7 @@ plugins {
1313
val kotlinVersion = "2.1.0"
1414
kotlin("jvm") version kotlinVersion
1515
kotlin("plugin.spring") version kotlinVersion
16-
id("org.springframework.boot") version "3.4.1"
16+
id("org.springframework.boot") version "3.4.2"
1717
id("io.spring.dependency-management") version "1.1.7"
1818
idea
1919
}

0 commit comments

Comments
 (0)
Please sign in to comment.