Skip to content

Commit 0c85809

Browse files
author
Alessio Coser
committed
Release 1.2.7
1 parent 8bc95ba commit 0c85809

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
```
2121
- Add the dependency
2222
```
23-
implementation('com.github.DaikonWeb:daikon-prometheus:1.2.6')
23+
implementation('com.github.DaikonWeb:daikon-prometheus:1.2.7')
2424
```
2525

2626
### Maven
@@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:1.2.6')
3838
<dependency>
3939
<groupId>com.github.DaikonWeb</groupId>
4040
<artifactId>daikon-prometheus</artifactId>
41-
<version>1.2.6</version>
41+
<version>1.2.7</version>
4242
</dependency>
4343
```
4444

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation platform('org.jetbrains.kotlin:kotlin-bom')
1313
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'
14-
implementation 'com.github.DaikonWeb:daikon:1.2.6'
14+
implementation 'com.github.DaikonWeb:daikon:1.2.7'
1515

1616
compile 'io.micrometer:micrometer-registry-prometheus:1.3.5'
1717

0 commit comments

Comments
 (0)