Skip to content

Commit 3326c4d

Browse files
authored
Bump spring-cloud to version 2024.0.1 (#220)
1 parent 2ebb01a commit 3326c4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloud-jdbc-env-repo/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ repositories {
2424
}
2525

2626
ext {
27-
set('springCloudVersion', "2024.0.0")
27+
set('springCloudVersion', "2024.0.1")
2828
}
2929

3030
dependencies {
3131
implementation platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")
3232

3333
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc'
34-
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
34+
implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap'
3535
implementation 'org.springframework.cloud:spring-cloud-config-server'
3636
runtimeOnly 'com.mysql:mysql-connector-j'
3737
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'

0 commit comments

Comments
 (0)