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 c4e7d8f9f0 Bump ver.micrometer from 1.9.3 to 1.9.4
c4e7d8f9f0 is described below
commit c4e7d8f9f032a66c81cfb89dbd138fc4e90d73f3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 1 00:07:14 2022 +0000
Bump ver.micrometer from 1.9.3 to 1.9.4
Bumps `ver.micrometer` from 1.9.3 to 1.9.4.
Updates `micrometer-core` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.9.3...v1.9.4)
Updates `micrometer-registry-prometheus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.9.3...v1.9.4)
---
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 99a76bb974..e762163202 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.3</ver.micrometer>
+ <ver.micrometer>1.9.4</ver.micrometer>
<!-- For testing, not shipped -->
<ver.graalvm>22.2.0</ver.graalvm>