Skip to content

Commit

Permalink
update springBootVersion for actuator
Browse files Browse the repository at this point in the history
  • Loading branch information
Somanath Hugar committed Nov 10, 2023
1 parent dfed1f6 commit 4bcccda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation 'org.mifos:ph-ee-connector-common:1.4.1-SNAPSHOT'
implementation 'org.apache.camel.springboot:camel-spring-boot-starter:3.12.0'
implementation('org.springframework.boot:spring-boot-starter-web:2.6.2')
implementation "org.springframework.boot:spring-boot-starter-actuator:$springBootVersion"
implementation 'org.springframework.boot:spring-boot-starter-actuator:$springBootVersion'
implementation 'org.apache.camel:camel-endpointdsl:3.12.0'
implementation 'org.apache.camel:camel-jetty:3.12.0'
implementation 'org.apache.camel:camel-http:3.12.0'
Expand Down

0 comments on commit 4bcccda

Please sign in to comment.