This is an automated email from the ASF dual-hosted git repository. tilman pushed a commit to branch branch_1x in repository https://gitbox.apache.org/repos/asf/tika.git
commit 0344d17be9cb49a63d16ac402386e2c0ca74d082 Author: Tilman Hausherr <[email protected]> AuthorDate: Fri Jun 17 19:43:37 2022 +0200 TIKA-3793: update micrometer --- tika-server/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tika-server/pom.xml b/tika-server/pom.xml index 3e636bb0c..897a6ca8a 100644 --- a/tika-server/pom.xml +++ b/tika-server/pom.xml @@ -29,7 +29,7 @@ <url>http://tika.apache.org/</url> <properties> - <cxf.micrometer.version>1.9.0</cxf.micrometer.version> + <cxf.micrometer.version>1.9.1</cxf.micrometer.version> <micrometer-extras.version>0.2.2</micrometer-extras.version> </properties>
