Skip to content

Commit

Permalink
FDP-1961: Update spring boot version
Browse files Browse the repository at this point in the history
Signed-off-by: Jasper Kamerling <[email protected]>
  • Loading branch information
jasperkamerling committed Mar 26, 2024
1 parent 1a95704 commit 876cd1d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import io.spring.gradle.dependencymanagement.internal.dsl.StandardDependencyMana
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "3.2.1" apply false
id("org.springframework.boot") version "3.2.4" apply false
id("io.spring.dependency-management") version "1.1.4" apply false
kotlin("jvm") version "1.9.22" apply false
kotlin("plugin.spring") version "1.9.22" apply false
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ dependencyResolutionManagement {
library("flyway", "org.flywaydb", "flyway-core").withoutVersion()
bundle("data", listOf("postgresql", "flyway"))

library("logging", "io.github.oshai", "kotlin-logging-jvm").version("6.0.1")
library("logging", "io.github.oshai", "kotlin-logging-jvm").version("6.0.3")

library("commonsCodec", "commons-codec", "commons-codec").version("1.16.0")

version("mockitoKotlin", "5.1.0")
version("mockitoKotlin", "5.3.0")
library(
"mockitoKotlin",
"org.mockito.kotlin",
Expand Down

0 comments on commit 876cd1d

Please sign in to comment.