You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/02/03 22:16:37 UTC

[jena] branch master updated: Bump ver.micrometer from 1.6.2 to 1.6.3

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

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 48991c1  Bump ver.micrometer from 1.6.2 to 1.6.3
48991c1 is described below

commit 48991c1fb6b5ba98b36fad2748e617b931a42e07
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 1 05:01:44 2021 +0000

    Bump ver.micrometer from 1.6.2 to 1.6.3
    
    Bumps `ver.micrometer` from 1.6.2 to 1.6.3.
    
    Updates `micrometer-core` from 1.6.2 to 1.6.3
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.6.2...v1.6.3)
    
    Updates `micrometer-registry-prometheus` from 1.6.2 to 1.6.3
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.6.2...v1.6.3)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cf7ee78..2e4eb7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@
 
     <ver.mockito>3.6.28</ver.mockito>
     <ver.awaitility>4.0.3</ver.awaitility>
-    <ver.micrometer>1.6.2</ver.micrometer>
+    <ver.micrometer>1.6.3</ver.micrometer>
 
     <ver.graalvm>20.3.0</ver.graalvm>