This is an automated email from the ASF dual-hosted git repository.
tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 4bfd4604f Bump io.dropwizard.metrics:metrics-core from 4.2.33 to
4.2.34 (#2311)
4bfd4604f is described below
commit 4bfd4604f61e685b3f4e51f0df46645462ce2b12
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 12:52:34 2025 +0200
Bump io.dropwizard.metrics:metrics-core from 4.2.33 to 4.2.34 (#2311)
Bumps
[io.dropwizard.metrics:metrics-core](https://github.com/dropwizard/metrics)
from 4.2.33 to 4.2.34.
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](https://github.com/dropwizard/metrics/compare/v4.2.33...v4.2.34)
---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
dependency-version: 4.2.34
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>
---
tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index 9f74e933c..361f19c44 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -173,7 +173,7 @@
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>
- <version>4.2.33</version>
+ <version>4.2.34</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>