We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76443f6 commit 24531daCopy full SHA for 24531da
build.gradle.kts
@@ -2,19 +2,19 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
val gcsVersion = "2.36.1"
4
val logstashVersion = "8.0"
5
-val tokenValidationVersion = "5.0.11"
6
-val googleCloudVersion = "5.8.0"
+val tokenValidationVersion = "5.0.13"
+val googleCloudVersion = "5.9.0"
7
8
repositories {
9
mavenCentral()
10
}
11
12
plugins {
13
- val kotlinVersion = "2.0.21"
+ val kotlinVersion = "2.1.0"
14
kotlin("jvm") version kotlinVersion
15
kotlin("plugin.spring") version kotlinVersion
16
- id("org.springframework.boot") version "3.3.5"
17
- id("io.spring.dependency-management") version "1.1.6"
+ id("org.springframework.boot") version "3.4.1"
+ id("io.spring.dependency-management") version "1.1.7"
18
idea
19
20
0 commit comments