We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 102131f + 5702952 commit e6c85fdCopy full SHA for e6c85fd
build.gradle.kts
@@ -2,18 +2,18 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
val gcsVersion = "2.36.1"
4
val logstashVersion = "8.0"
5
-val tokenValidationVersion = "5.0.19"
6
-val googleCloudVersion = "6.1.0"
+val tokenValidationVersion = "5.0.20"
+val googleCloudVersion = "6.1.1"
7
8
repositories {
9
mavenCentral()
10
}
11
12
plugins {
13
- val kotlinVersion = "2.1.10"
+ val kotlinVersion = "2.1.20"
14
kotlin("jvm") version kotlinVersion
15
kotlin("plugin.spring") version kotlinVersion
16
- id("org.springframework.boot") version "3.4.3"
+ id("org.springframework.boot") version "3.4.4"
17
id("io.spring.dependency-management") version "1.1.7"
18
idea
19
0 commit comments