Skip to content

Commit

Permalink
Merge pull request #33 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 1ebb49d + c9a903c commit 3cbd9b5
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 @@ -9,13 +9,13 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile


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("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("californium", "3.12.1")
version("kotlinLogging", "7.0.0")
version("commons-codec", "1.17.0")
version("commons-codec", "1.17.1")

// https://projects.eclipse.org/projects/iot.californium
library("californium-core", "org.eclipse.californium", "californium-core").versionRef("californium")
Expand Down

0 comments on commit 3cbd9b5

Please sign in to comment.