|
@@ -1,6 +1,6 @@
|
|
|
plugins {
|
|
plugins {
|
|
|
id 'java'
|
|
id 'java'
|
|
|
- id 'org.springframework.boot' version '3.5.+'
|
|
|
|
|
|
|
+ id 'org.springframework.boot' version '4.0.1'
|
|
|
id 'io.spring.dependency-management' version '1.1.+'
|
|
id 'io.spring.dependency-management' version '1.1.+'
|
|
|
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
|
|
id 'com.gorylenko.gradle-git-properties' version '2.5.3'
|
|
|
}
|
|
}
|
|
@@ -21,7 +21,7 @@ dependencies {
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
|
implementation 'org.springframework.boot:spring-boot-starter-cache'
|
|
|
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
|
implementation 'org.springframework.boot:spring-boot-starter-actuator'
|
|
|
|
|
|
|
|
- implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.+'
|
|
|
|
|
|
|
+ implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:3.+'
|
|
|
implementation 'com.github.ben-manes.caffeine:caffeine'
|
|
implementation 'com.github.ben-manes.caffeine:caffeine'
|
|
|
implementation 'net.javacrumbs.shedlock:shedlock-spring:6.+'
|
|
implementation 'net.javacrumbs.shedlock:shedlock-spring:6.+'
|
|
|
implementation 'net.javacrumbs.shedlock:shedlock-provider-mongo:6.+'
|
|
implementation 'net.javacrumbs.shedlock:shedlock-provider-mongo:6.+'
|
|
@@ -34,7 +34,7 @@ dependencies {
|
|
|
|
|
|
|
|
dependencyManagement {
|
|
dependencyManagement {
|
|
|
imports {
|
|
imports {
|
|
|
- mavenBom "org.springframework.boot:spring-boot-dependencies:3.5.+"
|
|
|
|
|
|
|
+ mavenBom "org.springframework.boot:spring-boot-dependencies:4.0.1"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|