Skip to content

Commit

Permalink
Merge pull request #27 from OSGP/feature/FDP-2593
Browse files Browse the repository at this point in the history
FDP-2593: Update Spring Boot, Kotlin and Gradle
  • Loading branch information
jasperkamerling authored Sep 12, 2024
2 parents 4ba7b60 + 61dd8b5 commit dc72e05
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ import io.spring.gradle.dependencymanagement.internal.dsl.StandardDependencyMana
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmProjectExtension

plugins {
id("org.springframework.boot") version "3.3.2" apply false
id("io.spring.dependency-management") version "1.1.5" apply false
kotlin("jvm") version "2.0.0" apply false
kotlin("plugin.spring") version "2.0.0" apply false
kotlin("plugin.jpa") version "2.0.0" apply false
id("org.springframework.boot") version "3.3.3" 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
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.0.0.4638"
id("org.sonarqube") version "5.1.0.4882"
id("eclipse")
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencyResolutionManagement {
create("libs") {
version("kotlinLogging", "7.0.0")
version("mockitoKotlin", "5.4.0")
version("commonsCodec", "1.17.0")
version("commonsCodec", "1.17.1")
version("californium", "3.8.0")
version("wiremock", "3.6.0")

Expand Down

0 comments on commit dc72e05

Please sign in to comment.