From d6735b2eff17b444668405695d9c12ad0f161565 Mon Sep 17 00:00:00 2001 From: Alessio Coser Date: Tue, 17 Mar 2020 09:05:28 +0100 Subject: [PATCH] Release 1.2.2 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6336cfc..623c5a1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { ``` - Add the dependency ``` -implementation('com.github.DaikonWeb:daikon-prometheus:1.2.1') +implementation('com.github.DaikonWeb:daikon-prometheus:1.2.2') ``` ### Maven @@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-prometheus:1.2.1') com.github.DaikonWeb daikon-prometheus - 1.2.1 + 1.2.2 ``` diff --git a/build.gradle b/build.gradle index 55c1fa1..3d8382e 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ repositories { dependencies { implementation('org.jetbrains.kotlin:kotlin-stdlib-jdk8') - implementation('com.github.DaikonWeb:daikon:1.2.1') + implementation('com.github.DaikonWeb:daikon:1.2.2') compile('io.micrometer:micrometer-registry-prometheus:1.3.5') testImplementation('com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0')