This is an automated email from the ASF dual-hosted git repository.
albumenj pushed a commit to branch 3.2
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.2 by this push:
new 7548a03fdc Bump io.micrometer:micrometer-bom from 1.11.4 to 1.11.5
(#13210)
7548a03fdc is described below
commit 7548a03fdc925c503e6344fca8a93cdc69ff3449
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 17 17:30:30 2023 +0800
Bump io.micrometer:micrometer-bom from 1.11.4 to 1.11.5 (#13210)
Bumps
[io.micrometer:micrometer-bom](https://github.com/micrometer-metrics/micrometer)
from 1.11.4 to 1.11.5.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.11.4...v1.11.5)
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-bom
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
dubbo-dependencies-bom/pom.xml | 2 +-
dubbo-spring-boot/dubbo-spring-boot-starters/observability/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 2dc1750b80..50f6cccd14 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -133,7 +133,7 @@
<commons_lang3_version>3.12.0</commons_lang3_version>
<protostuff_version>1.8.0</protostuff_version>
<envoy_api_version>0.1.35</envoy_api_version>
- <micrometer.version>1.11.4</micrometer.version>
+ <micrometer.version>1.11.5</micrometer.version>
<micrometer-tracing.version>1.1.6</micrometer-tracing.version>
<t_digest.version>3.3</t_digest.version>
diff --git a/dubbo-spring-boot/dubbo-spring-boot-starters/observability/pom.xml
b/dubbo-spring-boot/dubbo-spring-boot-starters/observability/pom.xml
index 2cf386a00c..37cf3da9b6 100644
--- a/dubbo-spring-boot/dubbo-spring-boot-starters/observability/pom.xml
+++ b/dubbo-spring-boot/dubbo-spring-boot-starters/observability/pom.xml
@@ -38,7 +38,7 @@
</modules>
<properties>
- <micrometer.version>1.11.4</micrometer.version>
+ <micrometer.version>1.11.5</micrometer.version>
<micrometer-tracing.version>1.1.6</micrometer-tracing.version>
<opentelemetry.version>1.31.0</opentelemetry.version>
<zipkin-reporter.version>2.16.4</zipkin-reporter.version>