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 dee0f241ca Bump ver.micrometer from 1.9.4 to 1.9.5
dee0f241ca is described below
commit dee0f241ca2112f78b47d462bfc6fb2905209405
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 1 00:02:04 2022 +0000
Bump ver.micrometer from 1.9.4 to 1.9.5
Bumps `ver.micrometer` from 1.9.4 to 1.9.5.
Updates `micrometer-core` from 1.9.4 to 1.9.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.9.4...v1.9.5)
Updates `micrometer-registry-prometheus` from 1.9.4 to 1.9.5
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.9.4...v1.9.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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 66c75789cb..707509c5a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<ver.commons-collections>4.4</ver.commons-collections>
<ver.commons-fileupload>1.4</ver.commons-fileupload>
<ver.dexxcollection>0.7</ver.dexxcollection>
- <ver.micrometer>1.9.4</ver.micrometer>
+ <ver.micrometer>1.9.5</ver.micrometer>
<!-- For testing, not shipped -->
<ver.graalvm>22.2.0</ver.graalvm>