Skip to content

Commit 61d87b4

Browse files
authored
Merge pull request #40 from OSGP/feature/FDP-2751
FDP-2751: update spring boot and kotlin plugins
2 parents 6d118ac + 9bfc5aa commit 61d87b4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension
88
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
99

1010
plugins {
11-
id("org.springframework.boot") version "3.3.4" apply false
11+
id("org.springframework.boot") version "3.3.5" apply false
1212
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
1616
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" apply false
1717
id("com.diffplug.spotless") version "6.25.0"
1818
id("org.sonarqube") version "5.1.0.4882"

0 commit comments

Comments
 (0)