Skip to content

Commit 429f583

Browse files
somanath21Somanath Hugar
and
Somanath Hugar
authored
enable liveness and readiness (#75)
Co-authored-by: Somanath Hugar <[email protected]>
1 parent db6ad2f commit 429f583

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

+4-1
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,13 @@ repositories {
4747
// exclude '**/keystore.jks'
4848
//}
4949

50+
ext {
51+
springBootVersion = '2.6.2'
52+
}
5053

5154
dependencies {
5255
implementation("org.springframework.boot:spring-boot-starter-web:2.5.5")
53-
implementation("org.springframework.boot:spring-boot-starter-actuator:2.5.2")
56+
implementation("org.springframework.boot:spring-boot-starter-actuator:$springBootVersion")
5457
implementation("org.springframework.boot:spring-boot-starter-data-jpa:2.5.2")
5558
implementation("org.flywaydb:flyway-core:6.4.0")
5659
implementation('org.apache.velocity:velocity:1.7')

0 commit comments

Comments
 (0)