Skip to content

Commit

Permalink
Merge pull request #42 from OSGP/feature/FDP-2751
Browse files Browse the repository at this point in the history
FDP-2751: update spring boot and kotlin plugins
  • Loading branch information
loesimmens authored Nov 4, 2024
2 parents ed24206 + d0ede4d commit a55c5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile


plugins {
id("org.springframework.boot") version "3.3.4" apply false
id("org.springframework.boot") version "3.3.5" apply false
id("io.spring.dependency-management") version "1.1.6" apply false
kotlin("jvm") version "2.0.20" apply false
kotlin("plugin.spring") version "2.0.20" apply false
kotlin("plugin.jpa") version "2.0.20" apply false
kotlin("jvm") version "2.0.21" apply false
kotlin("plugin.spring") version "2.0.21" apply false
kotlin("plugin.jpa") version "2.0.21" apply false
id("com.github.davidmc24.gradle.plugin.avro") version "1.9.1" apply false
id("com.diffplug.spotless") version "6.25.0"
id("org.sonarqube") version "5.1.0.4882"
Expand Down

0 comments on commit a55c5ec

Please sign in to comment.