File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
8
8
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
9
9
10
10
plugins {
11
- id(" org.springframework.boot" ) version " 3.3.4 " apply false
11
+ id(" org.springframework.boot" ) version " 3.3.5 " apply false
12
12
id(" io.spring.dependency-management" ) version " 1.1.6" apply false
13
- kotlin(" jvm" ) version " 2.0.20 " apply false
14
- kotlin(" plugin.spring" ) version " 2.0.20 " apply false
15
- kotlin(" plugin.jpa" ) version " 2.0.20 " apply false
13
+ kotlin(" jvm" ) version " 2.0.21 " apply false
14
+ kotlin(" plugin.spring" ) version " 2.0.21 " apply false
15
+ kotlin(" plugin.jpa" ) version " 2.0.21 " apply false
16
16
id(" com.github.davidmc24.gradle.plugin.avro" ) version " 1.9.1" apply false
17
17
id(" com.diffplug.spotless" ) version " 6.25.0"
18
18
id(" org.sonarqube" ) version " 5.1.0.4882"
You can’t perform that action at this time.
0 commit comments