We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6ad2f commit 429f583Copy full SHA for 429f583
build.gradle
@@ -47,10 +47,13 @@ repositories {
47
// exclude '**/keystore.jks'
48
//}
49
50
+ext {
51
+ springBootVersion = '2.6.2'
52
+}
53
54
dependencies {
55
implementation("org.springframework.boot:spring-boot-starter-web:2.5.5")
- implementation("org.springframework.boot:spring-boot-starter-actuator:2.5.2")
56
+ implementation("org.springframework.boot:spring-boot-starter-actuator:$springBootVersion")
57
implementation("org.springframework.boot:spring-boot-starter-data-jpa:2.5.2")
58
implementation("org.flywaydb:flyway-core:6.4.0")
59
implementation('org.apache.velocity:velocity:1.7')
0 commit comments