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 faabbf6435 Bump io.micrometer:micrometer-core from 1.12.5 to 1.13.0
(#14219)
faabbf6435 is described below
commit faabbf64358f67661a7fab0d457da54ebb0d1094
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 21 10:03:50 2024 +0800
Bump io.micrometer:micrometer-core from 1.12.5 to 1.13.0 (#14219)
Bumps
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
from 1.12.5 to 1.13.0.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.12.5...v1.13.0)
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 56c065f201..1472ada8ae 100644
--- a/dubbo-demo/dubbo-demo-spring-boot/pom.xml
+++ b/dubbo-demo/dubbo-demo-spring-boot/pom.xml
@@ -37,7 +37,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.12.5</micrometer-core.version>
+ <micrometer-core.version>1.13.0</micrometer-core.version>
</properties>
<dependencyManagement>
<dependencies>