This is an automated email from the ASF dual-hosted git repository.
adelbene pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/wicket.git
The following commit(s) were added to refs/heads/master by this push:
new e5892c38e5 Bump io.micrometer:micrometer-core from 1.14.6 to 1.15.0
(#1166)
e5892c38e5 is described below
commit e5892c38e5bfb42dc37d6b7a4af9634573354b20
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 09:31:40 2025 +0200
Bump io.micrometer:micrometer-core from 1.14.6 to 1.15.0 (#1166)
Bumps
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
from 1.14.6 to 1.15.0.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
-
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.14.6...v1.15.0)
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-version: 1.15.0
dependency-type: direct:development
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>
---
wicket-migration/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wicket-migration/pom.xml b/wicket-migration/pom.xml
index 17588665ae..b3b2fe51f4 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
- <version>1.14.6</version>
+ <version>1.15.0</version>
<scope>test</scope>
</dependency>
<dependency>