File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ repositories {
20
20
```
21
21
- Add the dependency
22
22
```
23
- implementation('com.github.DaikonWeb:daikon-prometheus:1.5 .0')
23
+ implementation('com.github.DaikonWeb:daikon-prometheus:1.7 .0')
24
24
```
25
25
26
26
### Maven
@@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:1.5.0')
38
38
<dependency>
39
39
<groupId>com.github.DaikonWeb</groupId>
40
40
<artifactId>daikon-prometheus</artifactId>
41
- <version>1.5 .0</version>
41
+ <version>1.7 .0</version>
42
42
</dependency>
43
43
```
44
44
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ repositories {
11
11
dependencies {
12
12
implementation platform(' org.jetbrains.kotlin:kotlin-bom' )
13
13
implementation ' org.jetbrains.kotlin:kotlin-stdlib-jdk8'
14
- implementation ' com.github.DaikonWeb:daikon:1.5 .0'
14
+ implementation ' com.github.DaikonWeb:daikon:1.7 .0'
15
15
16
16
compile ' io.micrometer:micrometer-registry-prometheus:1.3.5'
17
17
You can’t perform that action at this time.
0 commit comments