Skip to content

Commit 319ab3b

Browse files
committed
[chore] submodule
1 parent 0050e9c commit 319ab3b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

00_BE_Secrets

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ dependencies {
7373
annotationProcessor 'org.mapstruct:mapstruct-processor:1.5.3.Final'
7474

7575
//Monitoring
76-
implementation("org.springframework.boot:spring-boot-starter-actuator")
77-
implementation("io.micrometer:micrometer-registry-prometheus")
76+
implementation 'org.springframework.boot:spring-boot-starter-actuator'
77+
implementation 'io.micrometer:micrometer-registry-prometheus'
7878
}
7979

8080
tasks.named('test') {

0 commit comments

Comments
 (0)