This is an automated email from the ASF dual-hosted git repository.
earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 281cfcee5f build(deps): bump io.micrometer:micrometer-core from 1.16.1
to 1.16.2 (#16019)
281cfcee5f is described below
commit 281cfcee5ffbd40c47d6803077f6e18bb9e501b3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 19 19:15:21 2026 +0800
build(deps): bump io.micrometer:micrometer-core from 1.16.1 to 1.16.2
(#16019)
Bumps
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
from 1.16.1 to 1.16.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.16.1...v1.16.2)
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-version: 1.16.2
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-demo/dubbo-demo-spring-boot/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
index b2e7b35b21..b04bc061ef 100644
--- a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
+++ b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
@@ -39,7 +39,7 @@
<skip_maven_deploy>true</skip_maven_deploy>
<spring-boot.version>2.7.18</spring-boot.version>
<spring-boot-maven-plugin.version>2.7.18</spring-boot-maven-plugin.version>
- <micrometer-core.version>1.16.1</micrometer-core.version>
+ <micrometer-core.version>1.16.2</micrometer-core.version>
</properties>
<dependencyManagement>