You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by mh...@apache.org on 2019/07/03 00:22:38 UTC

[geode] branch develop updated: Update Micrometer to 1.2.0 (#3769)

This is an automated email from the ASF dual-hosted git repository.

mhanson pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 612f95b  Update Micrometer to 1.2.0 (#3769)
612f95b is described below

commit 612f95b6550541659992174535194fc537da59b7
Author: M. Oleske <mo...@users.noreply.github.com>
AuthorDate: Tue Jul 2 20:22:23 2019 -0400

    Update Micrometer to 1.2.0 (#3769)
    
    * Update Micrometer to 1.2.0
    * Update more dependency checkers
    
    Co-authored-by: Mark Hanson <mh...@pivotal.io>
    Co-authored-by: Michael Oleske <mo...@pivotal.io>
---
 boms/geode-all-bom/src/test/resources/expected-pom.xml                | 2 +-
 .../org/apache/geode/gradle/plugins/DependencyConstraints.groovy      | 2 +-
 geode-assembly/src/integrationTest/resources/assembly_content.txt     | 4 ++--
 geode-assembly/src/integrationTest/resources/dependency_classpath.txt | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/boms/geode-all-bom/src/test/resources/expected-pom.xml b/boms/geode-all-bom/src/test/resources/expected-pom.xml
index 658b660..46ee8d3 100644
--- a/boms/geode-all-bom/src/test/resources/expected-pom.xml
+++ b/boms/geode-all-bom/src/test/resources/expected-pom.xml
@@ -208,7 +208,7 @@
       <dependency>
         <groupId>io.micrometer</groupId>
         <artifactId>micrometer-core</artifactId>
-        <version>1.1.3</version>
+        <version>1.2.0</version>
         <scope>compile</scope>
       </dependency>
       <dependency>
diff --git a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
index 38e6716..44780a0 100644
--- a/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
+++ b/buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy
@@ -41,7 +41,7 @@ class DependencyConstraints implements Plugin<Project> {
     deps.put("javax.transaction-api.version", "1.3")
     deps.put("jgroups.version", "3.6.14.Final")
     deps.put("log4j.version", "2.11.1")
-    deps.put("micrometer.version", "1.1.3")
+    deps.put("micrometer.version", "1.2.0")
     deps.put("shiro.version", "1.4.0")
     deps.put("slf4j-api.version", "1.7.25")
 
diff --git a/geode-assembly/src/integrationTest/resources/assembly_content.txt b/geode-assembly/src/integrationTest/resources/assembly_content.txt
index c989040..e00672f 100644
--- a/geode-assembly/src/integrationTest/resources/assembly_content.txt
+++ b/geode-assembly/src/integrationTest/resources/assembly_content.txt
@@ -900,7 +900,7 @@ javadoc/package-list
 javadoc/script.js
 javadoc/serialized-form.html
 javadoc/stylesheet.css
-lib/HdrHistogram-2.1.9.jar
+lib/HdrHistogram-2.1.11.jar
 lib/HikariCP-3.2.0.jar
 lib/LatencyUtils-2.0.3.jar
 lib/antlr-2.7.7.jar
@@ -972,7 +972,7 @@ lib/lucene-analyzers-phonetic-6.6.2.jar
 lib/lucene-core-6.6.2.jar
 lib/lucene-queries-6.6.2.jar
 lib/lucene-queryparser-6.6.2.jar
-lib/micrometer-core-1.1.3.jar
+lib/micrometer-core-1.2.0.jar
 lib/mx4j-3.0.2.jar
 lib/mx4j-remote-3.0.2.jar
 lib/mx4j-tools-3.0.1.jar
diff --git a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
index 5b0a6f8..273e1d9 100644
--- a/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
+++ b/geode-assembly/src/integrationTest/resources/dependency_classpath.txt
@@ -1,4 +1,4 @@
-HdrHistogram-2.1.9.jar
+HdrHistogram-2.1.11.jar
 HikariCP-3.2.0.jar
 LatencyUtils-2.0.3.jar
 antlr-2.7.7.jar
@@ -63,7 +63,7 @@ lucene-analyzers-phonetic-6.6.2.jar
 lucene-core-6.6.2.jar
 lucene-queries-6.6.2.jar
 lucene-queryparser-6.6.2.jar
-micrometer-core-1.1.3.jar
+micrometer-core-1.2.0.jar
 netty-all-4.1.31.Final.jar
 protobuf-java-3.6.1.jar
 rmiio-2.1.2.jar