We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebb01a commit 3326c4dCopy full SHA for 3326c4d
cloud-jdbc-env-repo/build.gradle
@@ -24,14 +24,14 @@ repositories {
24
}
25
26
ext {
27
- set('springCloudVersion', "2024.0.0")
+ set('springCloudVersion', "2024.0.1")
28
29
30
dependencies {
31
implementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
32
33
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
34
- implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
+ implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
35
implementation 'org.springframework.cloud:spring-cloud-config-server'
36
runtimeOnly 'com.mysql:mysql-connector-j'
37
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
0 commit comments