fix dependencies
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user