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 2022/05/01 09:19:55 UTC

[jena] branch main updated: Bump ver.micrometer from 1.8.3 to 1.8.5

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 0ccc732e18 Bump ver.micrometer from 1.8.3 to 1.8.5
0ccc732e18 is described below

commit 0ccc732e18ff02b5a0e1b57708842794e988730d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun May 1 00:43:37 2022 +0000

    Bump ver.micrometer from 1.8.3 to 1.8.5
    
    Bumps `ver.micrometer` from 1.8.3 to 1.8.5.
    
    Updates `micrometer-core` from 1.8.3 to 1.8.5
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.8.3...v1.8.5)
    
    Updates `micrometer-registry-prometheus` from 1.8.3 to 1.8.5
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.8.3...v1.8.5)
    
    ---
    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>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 608088fc28..e13033383f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <ver.commons-codec>1.15</ver.commons-codec>
     <ver.commons-compress>1.21</ver.commons-compress>
     <ver.dexxcollection>0.7</ver.dexxcollection>
-    <ver.micrometer>1.8.3</ver.micrometer>
+    <ver.micrometer>1.8.5</ver.micrometer>
 
     <!-- For testing, not shipped -->
     <ver.graalvm>22.0.0.2</ver.graalvm>