Compare commits

...

1 Commits

Author SHA1 Message Date
Renovate Bot
d14a09371f Update spring boot to v3.4.2 2025-02-03 19:06:31 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ dependencies {
implementation(project(":llm-service-api"))
implementation("com.knecon.fforesight:document:4.445.0")
implementation("com.iqser.red.commons:storage-commons:2.51.0")
implementation("org.springframework.boot:spring-boot-starter:3.1.1")
implementation("org.springframework.boot:spring-boot-starter:3.4.2")
implementation("com.knecon.fforesight:tenant-commons:0.31.0") {
exclude(group = "com.iqser.red.commons", module = "storage-commons")
}

View File

@ -3,7 +3,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
plugins {
application
id("com.knecon.fforesight.service.java-conventions")
id("org.springframework.boot") version "3.2.3"
id("org.springframework.boot") version "3.4.2"
id("io.spring.dependency-management") version "1.1.7"
id("org.sonarqube") version "4.4.1.3373"
id("io.freefair.lombok") version "8.12.1"
@ -16,7 +16,7 @@ configurations {
}
}
val springBootVersion = "3.2.2"
val springBootVersion = "3.4.2"
val springCloudVersion = "2022.0.5"
val springSecurityVersion = "6.4.2"
val testcontainersVersion = "1.20.0"