Skip to content

Commit 7766ef3

Browse files
authored
Merge pull request #86 from CUBETIQ/dependabot/gradle/jvm-1.8.21
Bump jvm from 1.8.10 to 1.8.21
2 parents 97e08b7 + 32e15ea commit 7766ef3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
plugins {
44
id("org.springframework.boot") version "3.1.0" apply false
55
id("io.spring.dependency-management") version "1.1.0" apply false
6-
kotlin("jvm") version "1.8.10" apply false
6+
kotlin("jvm") version "1.8.21" apply false
77
kotlin("plugin.spring") version "1.8.21" apply false
88
kotlin("plugin.jpa") version "1.8.21" apply false
99
}

0 commit comments

Comments
 (0)