Compare commits
1 Commits
main
...
renovate/m
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d14a09371f |
@ -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")
|
||||
}
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user