This is an automated email from the ASF dual-hosted git repository.
bitstorm 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 ff3cd461d7 Bump io.micrometer:micrometer-core from 1.17.0 to 1.17.1
(#1558)
ff3cd461d7 is described below
commit ff3cd461d7300091475a0980c8dcce4c9cb1fc5e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 31 16:52:26 2026 +0200
Bump io.micrometer:micrometer-core from 1.17.0 to 1.17.1 (#1558)
Bumps
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer-commercial)
from 1.17.0 to 1.17.1.
-
[Commits](https://github.com/micrometer-metrics/micrometer-commercial/commits)
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-version: 1.17.1
dependency-type: direct:development
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>
---
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 422cb12ada..7a612495d8 100644
--- a/wicket-migration/pom.xml
+++ b/wicket-migration/pom.xml
@@ -103,7 +103,7 @@
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
- <version>1.17.0</version>
+ <version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>