fix dependencies

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2024-12-12 00:22:51 +01:00
parent 395ccacf0a
commit c1122e9abd

View File

@@ -2,7 +2,6 @@ plugins {
id 'java'
id 'org.springframework.boot' version '3.4.0'
id 'io.spring.dependency-management' version '1.1.6'
id "io.sentry.jvm.gradle" version "4.14.1"
}
group = 'dev.mars3142.fhq'
@@ -25,7 +24,7 @@ repositories {
}
ext {
set('springCloudVersion', "2023.0.3")
set('springCloudVersion', "2024.0.0")
}
dependencies {