Skip to content

Commit 99392ed

Browse files
author
Nigel.Zheng
committed
chore: bump to spring boot 2.7.8 and spring clout 2021.0.5
1 parent 43a6f6d commit 99392ed

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ repositories {
1616
//maven { url "https://repo.spring.io/snapshot" }
1717
}
1818

19+
ext {
20+
springBootVersion = '2.7.8'
21+
springCloudVersion = '2021.0.5'
22+
}
23+
1924
dependencies {
2025
api platform("org.springframework.boot:spring-boot-dependencies:${springBootVersion}")
2126
api platform("org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}")

gradle.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
springCloudVersion=2021.0.3
2-
springBootVersion=2.7.1
31
group=com.github.ahunigel
42
version=2.3-SNAPSHOT

0 commit comments

Comments
 (0)