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/08/14 17:01:23 UTC

[jena] branch main updated: Bump ver.micrometer from 1.7.2 to 1.7.3 (#1048)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new c79df2e  Bump ver.micrometer from 1.7.2 to 1.7.3 (#1048)
c79df2e is described below

commit c79df2eef5715c6f6e627dfd0b5237942d3f60d2
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Aug 14 18:01:18 2021 +0100

    Bump ver.micrometer from 1.7.2 to 1.7.3 (#1048)
    
    Bumps `ver.micrometer` from 1.7.2 to 1.7.3.
    
    Updates `micrometer-core` from 1.7.2 to 1.7.3
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.7.2...v1.7.3)
    
    Updates `micrometer-registry-prometheus` from 1.7.2 to 1.7.3
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.7.2...v1.7.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.micrometer:micrometer-core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: io.micrometer:micrometer-registry-prometheus
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22ce175..1ecd377 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
     <ver.commons-compress>1.21</ver.commons-compress>
 
     <ver.dexxcollection>0.7</ver.dexxcollection>
-    <ver.micrometer>1.7.2</ver.micrometer>
+    <ver.micrometer>1.7.3</ver.micrometer>
 
     <ver.httpclient>4.5.13</ver.httpclient>
     <ver.httpcore>4.4.14</ver.httpcore>